-
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
Add Prometheus Receiver test for label_limit configuration #6150
Merged
codeboten
merged 9 commits into
open-telemetry:main
from
open-o11y:prom-receiver-tests-label-limit
Nov 19, 2021
Merged
Add Prometheus Receiver test for label_limit configuration #6150
codeboten
merged 9 commits into
open-telemetry:main
from
open-o11y:prom-receiver-tests-label-limit
Nov 19, 2021
+191
−120
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
Aneurysm9
approved these changes
Nov 8, 2021
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
alolita
added
comp: receiver
Receiver
comp:prometheus
Prometheus related issues
and removed
Stale
labels
Nov 17, 2021
Aneurysm9
approved these changes
Nov 17, 2021
vishiy
approved these changes
Nov 19, 2021
codeboten
approved these changes
Nov 19, 2021
6 tasks
povilasv
referenced
this pull request
in coralogix/opentelemetry-collector-contrib
Dec 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
TestLabelLimitConfig
to test label_limit configuration for Prometheus receiverTestLabelLimitConfig
:Sets the label_limit for Prometheus receiver
Tests the following two scenarios:
Renamed metrics_reciever_external_labels_test.go to metrics_receiver_labels_test.go
Link to tracking Issue:
First of 3 PRs for issue #5997
Following 2 PRs will add tests for label_name_length_limit configuration & label_value_length_limit configuration