/ddksm

Primary LanguageGoApache License 2.0Apache-2.0

ddksm

POC of a process using kube-state-metrics as library with a custom Builder and cache.Store. This process generate directly datadog metrics instead of exposing a Prometheus endpoint.

build

export GO111MODULE="on"
go build .

Build docker image

docker build -t cedriclamoriniere/ddksm:v0.0.1 .