-
Notifications
You must be signed in to change notification settings - Fork 324
Expand file tree
/
Copy pathdatasources.yaml
More file actions
100 lines (99 loc) · 2.09 KB
/
datasources.yaml
File metadata and controls
100 lines (99 loc) · 2.09 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
apiVersion: 1
datasources:
- name: Prometheus
id: 1
uid: prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
- name: Prometheus Demo
id: 2
uid: prometheus-demo
type: prometheus
access: proxy
url: https://prometheus.demo.prometheus.io
- name: Loki
id: 3
uid: loki
type: loki
access: proxy
url: http://loki:3100
isDefault: false
- name: pyroscope
uid: pyroscope
type: grafana-pyroscope-datasource
access: proxy
url: http://pyroscope:4040
isDefault: false
- name: Tempo
id: 4
uid: tempo
type: tempo
access: proxy
url: http://tempo:3200
isDefault: false
- name: Tempo Secondary
id: 5
uid: tempo-secondary
type: tempo
access: proxy
url: http://tempo2:3201
isDefault: false
- name: Alertmanager
id: 6
uid: alertmanager
type: alertmanager
access: proxy
url: http://alertmanager:9093
jsonData:
implementation: prometheus
isDefault: false
editable: false
- name: ClickHouse
id: 7
uid: clickhouse
type: grafana-clickhouse-datasource
access: proxy
url: http://clickhouse:8123
jsonData:
defaultDatabase: test
port: 9000
protocol: native
server: clickhouse
username: default
isDefault: false
- name: Elasticsearch
id: 8
uid: elasticsearch
type: elasticsearch
access: proxy
url: http://elasticsearch:9200
jsonData:
index: test-logs-*
timeField: "@timestamp"
esVersion: 8.17.0
- name: OpenSearch
uid: opensearch
type: grafana-opensearch-datasource
access: proxy
url: http://opensearch:9200
jsonData:
database: test-logs-*
timeField: "@timestamp"
flavor: opensearch
version: 2.19.1
pplEnabled: false
- name: CloudWatch
id: 8
uid: cloudwatch
type: cloudwatch
access: proxy
jsonData:
defaultRegion: us-east-1
authType: keys
endpoint: http://localstack:4566
secureJsonData:
accessKey: test
secretKey: test
isDefault: false