From c5128cc4bb08514431e2c7b0573e0503e23df522 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Thu, 18 Jan 2024 07:45:15 -0800 Subject: [PATCH] add comments for each prom exporter config option (#66) Signed-off-by: Alex Boten --- examples/kitchen-sink.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/kitchen-sink.yaml b/examples/kitchen-sink.yaml index d2c4e84..1dbe388 100644 --- a/examples/kitchen-sink.yaml +++ b/examples/kitchen-sink.yaml @@ -122,8 +122,11 @@ meter_provider: # # Environment variable: OTEL_EXPORTER_PROMETHEUS_PORT port: 9464 + # Configure Prometheus Exporter to produce metrics without a unit suffix or UNIT metadata. without_units: false + # Configure Prometheus Exporter to produce metrics without a type suffix. without_type_suffix: false + # Configure Prometheus Exporter to produce metrics without a scope info metric. without_scope_info: false # Configure a periodic metric reader. - periodic: