Skip to content

Commit

Permalink
fix telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar committed Nov 14, 2024
1 parent 636a618 commit f072a3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
operatormodelcfgmapsetting = "$AZMON_OPERATOR_ENABLED_CFG_MAP_SETTING"
operatormodelchartsetting = "$AZMON_OPERATOR_ENABLED_CHART_SETTING"
collectorHpaEnabled = "$AZMON_COLLECTOR_HPA_ENABLED"
setGlobalSettings = "$AZMON_SET_GLOBAL_SETTINGS"
globalSettingsConfigured = "$AZMON_GLOBAL_SETTINGS_CONFIGURED"

# Configuration for telegraf agent
[agent]
Expand Down Expand Up @@ -213,6 +211,8 @@
httpproxyenabled = "$HTTP_PROXY_ENABLED"
tadapterh="$tokenadapterHealthyAfterSecs"
tadapterf="$tokenadapterUnhealthyAfterSecs"
setGlobalSettings="$AZMON_SET_GLOBAL_SETTINGS"
globalSettingsConfigured="$AZMON_GLOBAL_SETTINGS_CONFIGURED"

[[inputs.procstat]]
exe = "MetricsExtension"
Expand Down

0 comments on commit f072a3a

Please sign in to comment.