Monitoring and Metrics Setup with ZO, Vector, and Docker Compose
TLDR Gaby inquired about dashboard integration and setting up metrics with ZO. Prabhat explained using PromQL and provided a configuration example for a single-node setup with Vector.





May 25, 2023 (6 days ago)
Gaby
01:39 PMhttps://github.com/zinclabs/zincobserve/issues/801

Prabhat
01:42 PMPrabhat
01:42 PMGaby
01:43 PMGaby
01:43 PMPrabhat
01:45 PMPrabhat
01:45 PMPrabhat
01:46 PMGaby
01:47 PMGaby
01:47 PMPrabhat
01:48 PMPrabhat
01:49 PMPrabhat
01:49 PM[sources.my_source_id]
type = "prometheus_scrape"
endpoints = [ "" ]

Prabhat
01:50 PMPrabhat
01:50 PMGaby
01:50 PMGaby
01:51 PMPrabhat
01:51 PM[sinks.my_sink_id]
type = "prometheus_remote_write"
inputs = [ "my_source_id" ]
endpoint = ""

Prabhat
01:51 PMPrabhat
01:52 PMGaby
01:52 PMGaby
01:52 PMPrabhat
01:52 PMGaby
01:53 PMGaby
01:53 PMPrabhat
01:53 PMGaby
01:54 PM
Gaby
01:54 PMGaby
01:54 PMPrabhat
01:55 PMGaby
01:56 PMGaby
01:57 PM
Gaby
01:57 PMPrabhat
01:58 PMGaby
01:58 PMGaby
01:59 PMPrabhat
01:59 PM
ZincObserve
Similar Threads
Metrics Feature in ZO 0.4.0 & Telegraf Integration
Joe asked about using metrics feature in ZO 0.4.0 and Telegraf integration. Prabhat clarified its early implementation and mentioned improvements, including PromQL support and partitioning strategy for data storage.

ZincObserve Release and Grafana Dashboard
Prabhat announced the new ZincObserve release and shared Grafana dashboard details. Sebastian suggested improvements to the dashboard for easier datasource customization.



Metrics Page Support and Improving Multi-Host Filtering
Gaby wants better support for multiple sources in Metrics with filtering options. Prabhat suggests using charts with host filters. They discuss possible improvements, such as adding filtering controls, limiting capabilities, and better organization methods for metrics across hosts.



Feedback on Implementing Prometheus Query Interface for ZincObserve
Prabhat shares progress on implementing a prometheus query interface for ZincObserve and asks for feedback on functionalities. Eric emphasizes the need for a unified query language across metrics, traces, and logs, discussing potential benefits and drawbacks of SQL and PromQL.

Configuring Grafana with ZincObserve and zPlane
Phillip encountered an issue connecting Grafana to ZincObserve. Prabhat suggested using zPlane and provided documentation and deployment instructions. After resolving some errors, Phillip was able to run queries in Grafana.

