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

Transaction duration metrics not published for apm-server #3801

Closed
dgieselaar opened this issue May 18, 2020 · 1 comment · Fixed by #3803
Closed

Transaction duration metrics not published for apm-server #3801

dgieselaar opened this issue May 18, 2020 · 1 comment · Fixed by #3803

Comments

@dgieselaar
Copy link
Member

When aggregation of transaction duration metrics is enabled (via apm-server.aggregation.enabled=true), metrics for apm-server are seemingly not published. For other services, transaction duration metrics are published.

@dgieselaar dgieselaar added the bug label May 18, 2020
@axw
Copy link
Member

axw commented May 18, 2020

return tracerServer.serve(args.Reporter)

The trace server is running with the core reporter, and not the wrapped one (i.e. the one that performs aggregation.) We'll probably need to change CreatorParams.RunServer to be a middleware type of function, which takes a RunServerFunc and returns a wrapped RunServerFunc.

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

Successfully merging a pull request may close this issue.

2 participants