-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collectors self-telemetry pipelines. (#1431)
Send collector metrics from node and cluster collectors. The goal is to have metrics about the data sent and throughput from sources and to destinations. The main parts of this PR are: * Collector configuration for collecting self-telemetry. This includes definning the self-telemetry pipeline in the node and cluster collectors. * `odigostrafficmetrics` which is a processor that additional collects metrics to those that are already provided by the collector. This processor can be configured to attach different attributes to the metrics. In addition, it is possible to configure the processor to perform its measurements on a fraction of the spans/metrics/logs. * `collectormetrics` package in the UI server which acts as an OTLP receiver, and exposes endpoints for the UI.
- Loading branch information
Showing
49 changed files
with
2,616 additions
and
196 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
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
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.