forked from open-telemetry/opentelemetry-configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add without_scope_info to prometheus exporter
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
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,9 @@ | |
}, | ||
"without_type_suffix": { | ||
"type": "boolean" | ||
}, | ||
"without_scope_info": { | ||
"type": "boolean" | ||
} | ||
} | ||
}, | ||
|