-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprometheus.dev.yaml
44 lines (41 loc) · 962 Bytes
/
prometheus.dev.yaml
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
35
36
37
38
39
40
41
42
43
44
otlp:
promote_resource_attributes:
- service.instance.id
- service.name
- service.namespace
- service.version
- cloud.availability_zone
- cloud.region
- container.name
- deployment.environment.name
- k8s.cluster.name
- k8s.container.name
- k8s.cronjob.name
- k8s.daemonset.name
- k8s.deployment.name
- k8s.job.name
- k8s.namespace.name
- k8s.pod.name
- k8s.replicaset.name
- k8s.statefulset.name
storage:
tsdb:
out_of_order_time_window: 10m
global:
scrape_interval: 15s
external_labels:
monitor: 'codelab-monitor'
scrape_configs:
- job_name: 'meilisearch'
scrape_interval: 5s
static_configs:
- targets: ['meili:7700']
authorization:
type: Bearer
credentials: CHANGE_ME
- job_name: 'minio'
scrape_interval: 5s
bearer_token: CHANGE_ME
metrics_path: /minio/v2/metrics/cluster
static_configs:
- targets: ['minio:9000']