From 4eff4b91e958c64872106d6d72a4efc225e2bdcf Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 21 Dec 2023 17:40:03 +0000 Subject: [PATCH] Update metered plans in config.example.env --- config.example.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.example.env b/config.example.env index 1dc03e9853..00f6cd82a1 100644 --- a/config.example.env +++ b/config.example.env @@ -164,9 +164,11 @@ GLOBAL_PROBE_2_DESCRIPTION="Global probe to monitor oneuptime resources" GLOBAL_PROBE_2_MONITORING_WORKERS=5 GLOBAL_PROBE_2_MONITOR_FETCH_LIMIT=10 -# METERED PLANS: This is in the format of MONTHLY_PRICE_ID,YEARLY_PRICE_ID,value per unit,unitName +# METERED PLANS: This is in the format of MONTHLY_PRICE_ID,value per unit,unitName METERED_PLAN_ACTIVE_MONITORING=priceMonthlyId,1,active-monitor,month - +METERED_PLAN_LOGS_DATA_INGEST=priceMonthlyId,1,active-monitor,month +METERED_PLAN_TRACES_DATA_INGEST=priceMonthlyId,1,active-monitor,month +METERED_PLAN_METRICS_DATA_INGEST=priceMonthlyId,1,active-monitor,month SMS_DEFAULT_COST_IN_CENTS= CALL_DEFAULT_COST_IN_CENTS_PER_MINUTE=