-
Notifications
You must be signed in to change notification settings - Fork 602
Add OTLPMetricsWriter
#10685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add OTLPMetricsWriter
#10685
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
30c0a0c
Vendor `opentelemetry-proto` with the necessary files
yhabteab 374cc6e
Cache Icinga DB env_id in `Application` class as well
yhabteab 415140b
Add common `OTel` type/lib
yhabteab 18e5b9a
CMake: provide newer `FindProtobuf.cmake` for old CMake version
yhabteab 4ef806e
Containerfile: install all required Protobuf libs for `OTel`
yhabteab c34e030
GHA: install required protobuf devel package
yhabteab 60fe45c
Add `OTLPMetricsWriter`
yhabteab 8d4a69e
docs: document `OTLPMetricsWriter` feature
yhabteab 8bdfba8
Allow users to provide additional resource attributes
yhabteab 61daf9b
Linux GHA: remove unnecessary `"${SCL_ENABLE_GCC[@]}"`
Al2Klimov 8f36bdc
Replace `for` with a simpler `while` loop & fix a typo
julianbrost 0718632
tests: fix `testbase` linker error
yhabteab 3f68eea
Reduce default `flush_threshold` to `16MiB`
yhabteab e6c420e
OTLP: Set `enable_ha` to true by default
yhabteab 715aacc
Don't manually include custom Protobuf dir via compiler flag
yhabteab 96c3364
OTel: fix race condition triggered on Icinga 2 reload/shutdown
yhabteab 044f85e
OTel: do not perform graceful disconnect on I/O timeout
yhabteab 1139ba9
OTel: replace `AsioDualEvent` usage with `AsioConditionVariable`
julianbrost 4656502
OTel: add connect & handshake timeout
yhabteab 4dbf782
OTel: raise runtime error when failing to fully serialize Protobuf re…
yhabteab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.