Collect metrics data
You can install the Collector to retrieve metrics data, either with Kubernetes or as a standalone binary. When deployed within Kubernetes, the Collector scrapes Prometheus endpoints exposed on pods, based on pod-level annotations.With Kubernetes
You can install the Collector with Kubernetes to collect metrics as:- A Kubernetes DaemonSet (recommended)
- A Deployment
- A sidecar
- Minimize cross-node network traffic within a cluster.
- Eliminate a single point of failure in case one node is offline.
- Provide the ability to switch to a standalone deployment if the Collector is using too many resources.
Without Kubernetes
If you don’t use Kubernetes, or want to gather metrics from services not managed by Kubernetes, you can install the Collector as a standalone binary.Docker images for versions
0.93.0 and later are multiplatform builds for both
linux/amd64 and linux/arm64. Chronosphere also offers
Linux binaries
for both of these platforms.