-
Notifications
You must be signed in to change notification settings - Fork 337
Expand file tree
/
Copy pathprometheus.yaml
More file actions
27 lines (27 loc) · 831 Bytes
/
prometheus.yaml
File metadata and controls
27 lines (27 loc) · 831 Bytes
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
# 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-xeon-vllm-service:80"]
- job_name: "tgi"
metrics_path: /metrics
static_configs:
- targets: ["docsum-xeon-tgi-server:80"]
- job_name: "docsum-backend-server"
metrics_path: /metrics
static_configs:
- targets: ["docsum-xeon-backend-server:8888"]
- job_name: "prometheus-node-exporter"
metrics_path: /metrics
static_configs:
- targets: ["node-exporter:9100"]