Skip to content
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

Switch from labels to tags #645

Open
rittneje opened this issue Feb 25, 2023 · 3 comments
Open

Switch from labels to tags #645

rittneje opened this issue Feb 25, 2023 · 3 comments

Comments

@rittneje
Copy link
Contributor

rittneje commented Feb 25, 2023

Apparently New Relic has dropped support for APM labels, in favor of tags. https://forum.newrelic.com/s/hubtopic/aAX8W0000008ctsWAA/important-upcoming-changes-to-capabilities-and-support-across-errors-classic

However, the Go agent only supports labels, and continues to create them. This has led to complications for us, since labels have to manually deleted, and the Rest API for doing so is unsupported and buggy.

Please change the implementation of the Go agent to report labels as tags.

@iamemilio
Copy link
Contributor

iamemilio commented Feb 27, 2023

From what I understand, the labels the agent sends are converted into tags by New Relic's backend. What issues are you experiencing? Can you verify that you are seeing labels and not tags being generated from your APM agent?

@rittneje
Copy link
Contributor Author

@iamemilio We are seeing both. They seem to show up as normal tags in the UI, but also get reported as labels by the rest API.

@iamemilio
Copy link
Contributor

iamemilio commented Feb 28, 2023

Gotcha, I understand the confusion. It would be nice for the agent so send tags for consistency, but that would probably have to be a cross agent initiative. None of the agents send tags at the moment. All APM agents send labels to New Relic, then they get transformed into tags as part of the ingestion pipeline which is probably where the confusion is coming from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants