Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 826 Bytes

File metadata and controls

17 lines (10 loc) · 826 Bytes

Prometheus

Prometheus in netops-stack stores and serves metrics from gNMIc (and optional IPFIX). It is scraped by the pipeline and can remote_write to ClickHouse when using ClickStack.

Config

  • Scrape configs: prometheus/prometheus.yaml — targets for gNMIc exporter, IPFIX (when overlay is used), and other jobs.
  • Port: 9090 (default). Queried by Grafana and by the NetOps MCP Server Prometheus tools for AI troubleshooting.

Deploy

Started with the base compose; add overlays (e.g. compose-clickstack.yaml) as needed. Prometheus runs as part of the stack and does not require a separate README beyond this.

Related