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

Metric Grouping Issue #37

Closed
kartik7153 opened this issue Mar 23, 2017 · 2 comments
Closed

Metric Grouping Issue #37

kartik7153 opened this issue Mar 23, 2017 · 2 comments

Comments

@kartik7153
Copy link

kartik7153 commented Mar 23, 2017

I have two params in my URL. When I am wrapping that API call then it is showing url with differnet params.
example:
My url - /v1/dr/{pramas1}/ds/{pramas2}

Actual request
/v1/dr/1/ds/2
/v1/dr/3/ds/4
/v1/dr/4/ds/3
/v1/dr/5/ds/6
/v1/dr/7/ds/8

On new relic dashboard it is showing something like this:
/v1/dr//ds/2
/v1/dr/
/ds/4
/v1/dr//ds/3
/v1/dr/
/ds/6
/v1/dr/*/ds/8

Can someone tell how to fix this issue. I am using go-agent

sergeylanzman pushed a commit to sergeylanzman/go-agent that referenced this issue Oct 5, 2017
@ghost
Copy link

ghost commented Oct 9, 2017

@kartik7153 Thanks for reaching out! Are you still having an issue with MGI on the go-agent?

We have a docs page describing MGI in more detail: https://docs.newrelic.com/docs/agents/manage-apm-agents/troubleshooting/metric-grouping-issues

If you are still having this issue would you mind sharing some sample code to show how you are wrapping the API call? I can help clarify why you are seeing an unexpected behavior.

@ghost
Copy link

ghost commented Oct 9, 2017

I'm going to close this issue for the time being (in case your problem is already solved). However, if I'm incorrect, please feel free to @ me and I will be happy to continue this thread and help you!

@ghost ghost closed this as completed Oct 9, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant