-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[pdatatest] Supporting shortening attribute value #27690
Labels
Comments
atoulme
added
enhancement
New feature or request
needs triage
New item requiring triage
labels
Oct 16, 2023
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Pinging code owners for pkg/pdatatest: @djaglowski @fatsheep9146. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Sounds like a valid enhancement to me 👍 |
jmsnll
pushed a commit
to jmsnll/opentelemetry-collector-contrib
that referenced
this issue
Nov 12, 2023
…via regular expression (open-telemetry#28654) **Description:** Allow to compare metrics resource attributes or metric attribute values by matching on a portion of the dimension value with a regular expression. **Link to tracking Issue:** Fixes open-telemetry#27690 **Testing:** Unit tests.
RoryCrispin
pushed a commit
to ClickHouse/opentelemetry-collector-contrib
that referenced
this issue
Nov 24, 2023
…via regular expression (open-telemetry#28654) **Description:** Allow to compare metrics resource attributes or metric attribute values by matching on a portion of the dimension value with a regular expression. **Link to tracking Issue:** Fixes open-telemetry#27690 **Testing:** Unit tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
No response
Is your feature request related to a problem? Please describe.
We have attribute values we want to match two set of metrics, spans, or logs on, but have a variable part, such as "foo-bar-UUID", where UUID is always different.
Describe the solution you'd like
We want to be able to match 2 sets of signals based on the prefixed, fixed portion of the attribute value, such as "foo-bar".
Describe alternatives you've considered
Right now we wind up doing this:
and use it here:
Additional context
No response
The text was updated successfully, but these errors were encountered: