influxdb sum first value metric of different series but same time interval for grafana graph
- 阅读更多 关于 influxdb sum first value metric of different series but same time interval for grafana graph
问题 I am using influxdb grafana and collectd and i want to display memory usage graph. The collectd give me this metrics value for memory and save it in influxdb influxdb/memory/memory-buffered influxdb/memory/memory-cached influxdb/memory/memory-free influxdb/memory/memory-used i want to display in grafana graph the total memory so i need to sum the following metrics: memory_buffered + memory_cached + memory_free + memory_used How can I query this in influxdb or in grafana ? 回答1: I think this is