cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kubernetes API server metrics

Is anyone in here pulling these kubernetes metrics on Dynatrace and we are especially interested about the Kubernetes API metrics which is quite a blind spot with our current monitoring setup with Dynatrace.

https://kubernetes.io/docs/reference/instrumentation/metrics/

I have tried to go trough the Dynatrace documentation regarding this one but haven't found any instructions on that side how to do this. This default prometheus support doesn't seem to work on this case since at least on our Rancher kubernetes environment the kubernetes API is running on containers but there is no pod for it.

https://docs.dynatrace.com/docs/shortlink/monitor-prometheus-metrics#annotate-prometheus-exporter-po...



 

 

 

2 REPLIES 2

florian_g
Dynatrace Mentor
Dynatrace Mentor

Hi @janne_olkoniemi - would this solution work for you? https://www.youtube.com/watch?v=p4hUhK7plic

Best,

Florian

One does not simply run a container...
Love your Prometheus metrics? We do, too! Export all your existing #Prometheus metrics into #Dynatrace using the OpenTelemetry Operator - all in under 3 mins! Learn more about #Kubernetes monitoring with Dynatrace here: https://dynatr.ac/3WkPtTD Access the GitHub page here: ...

Yes, I have working skeleton of OTEL configuration which pulls out kubernetes api & kubelet metrics currently.

The challenge we still have is that the Dynatrace support for prometheus histograms seems to still be a bit limited and many of the metrics we are after to are dropped by Dynatrace otpl interface.

Most of the metrics we are after are currently getting this kind of error and especially the metrics we are interested about are getting this kind of error:

Unsupported metric: 'kubelet_pod_start_duration_seconds' - Reason: UNSUPPORTED_METRIC_TYPE_CUMULATIVE_HISTOGRAM


Featured Posts