-
Notifications
You must be signed in to change notification settings - Fork 524
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
Validate go-docappender metrics are produced when monitoring is enabled #13244
Comments
go-docappender itself exposes metrics as OTel metrics, as opposed to elastic agent monitoring where EA polls metrics from APM server. The go-docappender metrics should be available if |
I looked into this again. apm-server does get stats from the appender and publish libbeat monitoring metrics, other than the fact that go-docappender publishes OTel metrics itself (what I mentioned in the previous comment). The observation is that there are no |
Might be related to #8383 |
Observation: when |
In that case there may be 2 problems:
|
(2) is not right. The mapping is actually defined in EA integration. Created #13475 to take care of missing metrics due to EA integration apm-server metrics mapping. |
It should be closed by #13475 |
We should make sure that go-docappender metrics are produced when monitoring is enabled.
flush latency and similar metrics are important to debug issues
The text was updated successfully, but these errors were encountered: