-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Udate OTel and prometheus components (#46)
* collector: update components to use OTel 0.111.0 This commit makes the following changes: - Updates OTel components - Removes the untyped metrics hack, and replace it with the support upstream (using metric metadata instead of an additional attribute per sample) - Several test updates This change brings our fork much closer to upstream OTel and Prometheus. This should be pretty helpful when unforking. Change-Id: I0cfcc6a3c6bd3deba498e2592884acedda6dcab5 * confgenerator: update tests and add validation of scrape configs This change updates the confgenerator to match the updated prometheus library changes Change-Id: Ie73edd0c7f1e1047a0e9e1576786e6c24922a0ff * confgenerator: update the self metrics to flect changes in OTel This change does the following: - Update OTel to 0.113.0 - Remove the featuregate from the exporter for untyped double write - Update selfmetrics (same changes done in Ops Agent)' - Misc fixes on the fork to get tests passing - mostly updating to match contrib Change-Id: I56c1d1408aec3d2c7a14fc1d83905aa2dc178a4b * confgenerator: clean up unnecessary bits in the generated prom config Change-Id: Ic2f04cf1a32d56f697836f8d399c4c985641af43
- Loading branch information
1 parent
f330dd7
commit bf649c7
Showing
42 changed files
with
1,352 additions
and
1,130 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
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
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
12 changes: 6 additions & 6 deletions
12
collector/exporter/googlemanagedprometheusexporter/generated_component_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.