Skip to content

Commit

Permalink
add without_scope_info to prometheus exporter (#63)
Browse files Browse the repository at this point in the history
This follows the spec change: open-telemetry/opentelemetry-specification#3796

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Dec 20, 2023
1 parent 561a442 commit f38ac7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ meter_provider:
port: 9464
without_units: false
without_type_suffix: false
without_scope_info: false
# Configure a periodic metric reader.
- periodic:
# Configure delay interval (in milliseconds) between start of two consecutive exports.
Expand Down
3 changes: 3 additions & 0 deletions schema/meter_provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
},
"without_type_suffix": {
"type": "boolean"
},
"without_scope_info": {
"type": "boolean"
}
}
},
Expand Down

0 comments on commit f38ac7c

Please sign in to comment.