Skip to content

A metrics aggregator to remove labels and aggregate metrics to reduce cardinality

Notifications You must be signed in to change notification settings

utilitywarehouse/metrics-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metrics-aggregator

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

About

A metrics aggregator to remove labels and aggregate metrics to reduce cardinality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published