-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: start hiding beats monitoring behind otel abstraction (#15360)
* feat: start hiding beats monitoring behind otel abstraction * lint: remove unused methods * Remove MetricReader from RunnerParams * Various fixes - Only adapt go-docappender metrics when using the Elasticsearch output - Increment processed events properly. - Create object hierarchy rather than dotted metric names so _source remains backwards compatible. Revert system test changes. - Report elasticsearch.indexers.active; use correct names for go-docappender indexer creation/destruction OTel metrics. ... and add a unit test for all of that * Fix flaky test --------- Co-authored-by: Andrew Wilkins <[email protected]> (cherry picked from commit 3048b8f)
- Loading branch information
1 parent
c2d5774
commit f48e0df
Showing
11 changed files
with
457 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.