Skip to content

Commit

Permalink
add without_scope_info to prometheus exporter
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 committed Dec 19, 2023
1 parent 561a442 commit 89483fb
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 89483fb

Please sign in to comment.