Categorygithub.com/kubernetes-sigs/dashboard-metrics-scraper

# README

dashboard-metrics-scraper

Small binary to scrape and store a small window of metrics from the Metrics Server in Kubernetes.

Command-Line Arguments

FlagDescriptionDefault
kubeconfigThe path to the kubeconfig used to connect to the Kubernetes API server and the Kubelets (defaults to in-cluster config)
db-fileWhat file to use as a SQLite3 database./tmp/metrics.db
metric-resolutionThe resolution at which dashboard-metrics-scraper will poll metrics.1m
metric-durationThe duration after which metrics are purged from the database.15m
log-levelThe log level.info
logtostderrLog to standard error.true
namespaceThe namespace to use for all metric calls. When provided, skip node metrics.defaults to cluster level metrics

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

# Packages

No description provided by the author