-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Indexer metrics ep2 for splunkenterprisereceiver #30757
Merged
TylerHelmuth
merged 49 commits into
open-telemetry:main
from
greatestusername:indexer-metrics-2-splunkent
Feb 14, 2024
Merged
Indexer metrics ep2 for splunkenterprisereceiver #30757
TylerHelmuth
merged 49 commits into
open-telemetry:main
from
greatestusername:indexer-metrics-2-splunkent
Feb 14, 2024
Conversation
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
atoulme
reviewed
Jan 25, 2024
atoulme
reviewed
Jan 25, 2024
Good stuff! Just some nits on metrics. I didn't check the scraper changes yet. |
…name/opentelemetry-collector-contrib into indexer-metrics-2-splunkent
shalper2
approved these changes
Jan 25, 2024
…name/opentelemetry-collector-contrib into indexer-metrics-2-splunkent
shalper2
approved these changes
Feb 6, 2024
2 failures outside of my control in current tests:
Wil re-run on next base mergeupdate |
le sigh :D
|
one more time!
|
@jpkrohling or @TylerHelmuth anything else I need to do on this PR? Let me know! Thanks! |
TylerHelmuth
added
the
ready to merge
Code review completed; ready to merge by maintainers
label
Feb 14, 2024
XinRanZhAWS
pushed a commit
to XinRanZhAWS/opentelemetry-collector-contrib
that referenced
this pull request
Mar 13, 2024
**Description:** Adds additional indexer metrics to Splunk Enterprise receiver obtained from ad-hoc searches against Indexer or Cluster Manager instances. Disables by default API endpoint searches that only return results for the specific instance which is having its API called. These can be re-enabled in config if those metrics are specifically required. Generated tests and docs for these additional metrics **Link to tracking Issue:** [30704](open-telemetry#30704) **Testing:** Tests generated with mdatagen **Documentation:** Documentation generated with mdatagen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description:
Adds additional indexer metrics to Splunk Enterprise receiver obtained from ad-hoc searches against Indexer or Cluster Manager instances.
Disables by default API endpoint searches that only return results for the specific instance which is having its API called. These can be re-enabled in config if those metrics are specifically required.
Generated tests and docs for these additional metrics
Link to tracking Issue: 30704
Testing: Tests generated with mdatagen
Documentation: Documentation generated with mdatagen