Skip to content

Commit

Permalink
add comments for each prom exporter config option (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Jan 18, 2024
1 parent 6213808 commit c5128cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5128cc

Please sign in to comment.