instana / instana-grafana-datasource

🔭 Grafana datasource plugin for Instana
https://grafana.com/plugins/instana-datasource
Apache License 2.0
38 stars 20 forks source link

Display max cpu, memory and openFiles #60

Closed Dalje-et closed 4 years ago

Dalje-et commented 4 years ago

When showing the metrics cpu.used, memory.used or openFiles.used for the built-in infrastructure category, it should be possible to show the max amount of cpu/memory/openFiles. Therefore, this PR introduces a checkbox that allows the user exactly that.

Attention While doing so, metric relativ values are converted into absolute values when this feature is enabled.

schmidtl commented 4 years ago

after merging we should not forget to check behavior of displayMaxMetricValue for the cache key with delta metrics?

schmidtl commented 4 years ago

LGTM