Skip to content

[AutoOps] Reduce Noisey Logging #49506

Description

@pickypg

Logging the output for every start and success of every metricset within AutoOps has proven to be extremely noisey and wasteful.

Users that are interested in determining this information without enabling debug logging can, in Metricbeat, use logging.metrics.period. For OTel users using AutoOps via the metricbeatreceiver, you can scrape this information dynamically from the Prometheus endpoint (running at http://agent-host:8888/metrics), like:

$ curl http://localhost:9999/metrics | grep _log_records

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions