Good day for everybody, i wanna know if is possible monitor ETCD(kubernetes dockers) with dynatrace or dynatrace extension
Solved! Go to Solution.
Hello,
We do have an etcd extension for OpenShift. You can see our github page, as well as view in the Dynatrace hub.
openshift is a requirement? in my case we dont use openshift.
Unfortunately, the extension only currently works with Openshift. You can open up a product idea with our Dynatrace team if that is something you'd wish to see in the Dynatrace platform.
You could also try the Prometheus extension (if you have this data there) or using the Metrics API endpoint to ingest metrics.
usually, ETCD offers metrics in Prometheus format - you can leverage our feature to scrape Prometheus endpoints in k8s to get these metrics to Dynatrace. In K8s I would recommend this approach over the extension based approach mentioned by @bradley_danyo