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

monitoring: Agentcfg monitoring metric names contain dot #13625

Closed
carsonip opened this issue Jul 8, 2024 · 3 comments
Closed

monitoring: Agentcfg monitoring metric names contain dot #13625

carsonip opened this issue Jul 8, 2024 · 3 comments
Assignees

Comments

@carsonip
Copy link
Member

carsonip commented Jul 8, 2024

Looking at apm-server:5066/stats, agentcfg is an outlier that it contains metrics that have dots in the name, unlike other metrics that are all nested.

        "agentcfg": {
            "elasticsearch": {
                "cache.entries.count": 0,
                "cache.refresh.failures": 0,
                "cache.refresh.successes": 220,
                "fetch.es": 0,
                "fetch.fallback": 0,
                "fetch.invalid": 0,
                "fetch.unavailable": 0
            }
        },
@carsonip carsonip added the bug label Jul 8, 2024
@carsonip carsonip changed the title monitoring: Agentcfg monitoring metrics are flattened monitoring: Agentcfg monitoring metric names contain dot Jul 8, 2024
@raultorrecilla
Copy link

moving this to it-106. Not critical but if we want it needs to happen in it-106

@kruskall
Copy link
Member

the beats monitoring metric is gona and it has been migrated to an otel metric in #15094

They will still be produced to the beats monitoring registry for compatibility but since the logic for the conversation is shared this means the issue will be fixed automatically once that PR is merged.
Moved to in-review

@kruskall
Copy link
Member

PR merged. Closing this

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

4 participants