-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
131 additions
and
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# metrics-aggregator | ||
|
||
`metrics-aggregator` aggregates metrics after removing given labels from the target metrics. | ||
Aggregate metrics to reduce cardinality by removing labels. | ||
|
||
## options | ||
``` | ||
--metrics-bind-address value The address the metric endpoint binds to. (default: ":9090") | ||
--metrics-path value The path under which to expose metrics. (default: "/metrics") | ||
--target-url value The remote target metrics url to scrap metrics. | ||
--aggregate-without-label value [ --aggregate-without-label value ] The metrics will be aggregated over all label except listed labels. | ||
Labels will be removed from the result vector, while all other labels are preserved in the output. | ||
--include-metric value [ --include-metric value ] The name of the scrapped metrics which will be aggregated and exported. if its not set all metrics will be exported from target. | ||
--add-prefix value The prefix which will be added to all exported metrics name. | ||
--add-labelValue value [ --add-labelValue value ] The list of key=value pairs which will be added to all exported metrics. | ||
--help, -h show help | ||
``` |
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