Skip to content

Commit

Permalink
fixing space and writing tof ile
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmichandrashekar committed Sep 29, 2023
1 parent 89dfb9c commit e2be19c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions otelcollector/telegraf/telegraf-prometheus-collector.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
namespace = "$POD_NAMESPACE"
podname = "$POD_NAME"
ostype = "$OS_TYPE"
mip="$MINIMAL_INGESTION_PROFILE"
operatormodel="$AZMON_OPERATOR_ENABLED"
operatormodelcfgmapsetting="$AZMON_OPERATOR_ENABLED_CFG_MAP_SETTING"
operatormodelchartsetting="$AZMON_OPERATOR_ENABLED_CHART_SETTING"
mip = "$MINIMAL_INGESTION_PROFILE"
operatormodel = "$AZMON_OPERATOR_ENABLED"
operatormodelcfgmapsetting = "$AZMON_OPERATOR_ENABLED_CFG_MAP_SETTING"
operatormodelchartsetting = "$AZMON_OPERATOR_ENABLED_CHART_SETTING"

# Configuration for telegraf agent
[agent]
Expand Down Expand Up @@ -107,6 +107,10 @@
## Enable additional diagnostic logging.
# enable_diagnostic_logging = false

[[outputs.file]]
## Files to write to, "stdout" is a specially handled file.
files = ["/tmp/rashmi-metrics.out"]

###############################################################################
# PROCESSOR PLUGINS #
###############################################################################
Expand Down

0 comments on commit e2be19c

Please sign in to comment.