-
Notifications
You must be signed in to change notification settings - Fork 337
Expand file tree
/
Copy pathprometheus.yaml
More file actions
34 lines (34 loc) · 1.02 KB
/
prometheus.yaml
File metadata and controls
34 lines (34 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# [IP_ADDR]:{PORT_OUTSIDE_CONTAINER} -> {PORT_INSIDE_CONTAINER} / {PROTOCOL}
global:
scrape_interval: 5s
external_labels:
monitor: "my-monitor"
scrape_configs:
- job_name: "prometheus"
static_configs:
- targets: ["opea_prometheus:9090"]
- job_name: "vllm"
metrics_path: /metrics
static_configs:
- targets: ["docsum-gaudi-vllm-service:80"]
- job_name: "tgi"
metrics_path: /metrics
static_configs:
- targets: ["docsum-gaudi-tgi-server:80"]
- job_name: "docsum-backend-server"
metrics_path: /metrics
static_configs:
- targets: ["docsum-gaudi-backend-server:8888"]
- job_name: "prometheus-node-exporter"
scrape_interval: 30s
scrape_timeout: 25s
metrics_path: /metrics
static_configs:
- targets: ["node-exporter:9100"]
- job_name: "gaudi-metrics-exporter"
scrape_interval: 30s
metrics_path: /metrics
static_configs:
- targets: ["gaudi-metrics-exporter:41611"]