agentd 0.1.2

Agent daemon for secure capability execution with pluggable isolation backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
global:
  scrape_interval: 15s
  evaluation_interval: 15s

scrape_configs:
  - job_name: agentd
    static_configs:
      - targets: ['agentd:8090']

  - job_name: envoy-gateway
    metrics_path: /stats/prometheus
    static_configs:
      - targets: ['envoy-gateway:9901']

  - job_name: envoy-egress
    metrics_path: /stats/prometheus
    static_configs:
      - targets: ['envoy-egress:9902']