Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions observability/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ scrape_configs:

# Agent Governance Demo:scrape Pushgateway(Demo CLI push 進來的 counter)
- job_name: "agent-governance"
scrape_interval: 5s
honor_labels: true
static_configs:
- targets: ["host.docker.internal:9091"]

# OPA server 原生 /metrics(含決策延遲 histogram)
- job_name: "opa"
static_configs:
- targets: ["host.docker.internal:8181"]

# - job_name: "redis"
# static_configs:
# - targets: ["redis_exporter:9121"]
Expand Down
Loading