You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the above example is what I need to do in order to create a case sensitive dimension sent to New Relic metric.
What the above does is actually send 2 attributes, example "nrvsad" and "nrVSAD"
Expected Behavior
Maintain the case of the attribute as defined in Transformations.add_attributes.attributes
simply search the metrics you published in the new relic data browser, you will see Dimensions showing both the all lower case and the mixed case versions.
Steps to Reproduce
Add any metric you like to Transformations.add_attributes.attributes that has mixed case and observe how it is posted in a new relic data search under Dimensions.
Your Environment
Kubernetes, running 2.16.6 version of nri-prometheus
We appreciate you taking the time to bring this to our attention. After reviewing this issue, we are unable to commit on a timeline to resolution. When committing to resolve an issue, we take into account the type of issue, the customer impact, and the development effort required. If the situation changes, we will revisit this decision.
In this particular case, we are using a a library which is not case sensitive and, as commented above, we don't plan to replace that tool in the short-term.
We encourage community contributions and are happy to collaborate on design proposals and pull requests. See our PR guidelines in the README. If you have any further questions or comments about this, please let us know by replying to this issue.
Description
the above example is what I need to do in order to create a case sensitive dimension sent to New Relic metric.
What the above does is actually send 2 attributes, example "nrvsad" and "nrVSAD"
Expected Behavior
Maintain the case of the attribute as defined in Transformations.add_attributes.attributes
Troubleshooting or [NR Diag]
simply search the metrics you published in the new relic data browser, you will see Dimensions showing both the all lower case and the mixed case versions.
Steps to Reproduce
Add any metric you like to Transformations.add_attributes.attributes that has mixed case and observe how it is posted in a new relic data search under Dimensions.
Your Environment
Kubernetes, running 2.16.6 version of nri-prometheus
Additional context
none
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: