traces links
This commit is contained in:
parent
36eeb48b60
commit
60a60b6267
2 changed files with 32 additions and 18 deletions
|
@ -90,7 +90,7 @@ services:
|
||||||
GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_STRICT: "true"
|
GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_STRICT: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- grafana_data:/var/lib/grafana
|
- grafana_data:/var/lib/grafana
|
||||||
- ./grafana/datasources.yaml:/etc/grafana/provisioning/datasources/ds.yaml
|
- ./grafana/datasources.yaml:/etc/grafana/provisioning/datasources.yaml
|
||||||
ports:
|
ports:
|
||||||
- ${GRAFANA_PORT}:3000
|
- ${GRAFANA_PORT}:3000
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -1,6 +1,33 @@
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
datasources:
|
datasources:
|
||||||
|
- name: Tempo
|
||||||
|
type: tempo
|
||||||
|
access: proxy
|
||||||
|
orgId: 1
|
||||||
|
url: http://tempo:3200
|
||||||
|
basicAuth: false
|
||||||
|
isDefault: true
|
||||||
|
version: 1
|
||||||
|
editable: false
|
||||||
|
apiVersion: 1
|
||||||
|
uid: tempo
|
||||||
|
jsonData:
|
||||||
|
httpMethod: GET
|
||||||
|
serviceMap:
|
||||||
|
datasourceUid: prometheus
|
||||||
|
tracesToProfiles:
|
||||||
|
customQuery: false
|
||||||
|
datasourceUid: "pyroscope"
|
||||||
|
profileTypeId: "process_cpu:cpu:nanoseconds:cpu:nanoseconds"
|
||||||
|
tracesToLogs:
|
||||||
|
datasourceUid: loki
|
||||||
|
mapTagNamesEnabled: true
|
||||||
|
spanStartTimeShift: "1h"
|
||||||
|
spanEndTimeShift: "1h"
|
||||||
|
filterByTraceID: true
|
||||||
|
filterBySpanID: true
|
||||||
- name: Loki
|
- name: Loki
|
||||||
|
uid: loki
|
||||||
type: loki
|
type: loki
|
||||||
access: proxy
|
access: proxy
|
||||||
orgId: 1
|
orgId: 1
|
||||||
|
@ -10,6 +37,7 @@ datasources:
|
||||||
version: 1
|
version: 1
|
||||||
editable: false
|
editable: false
|
||||||
- name: Prometheus
|
- name: Prometheus
|
||||||
|
uid: prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
orgId: 1
|
orgId: 1
|
||||||
|
@ -18,23 +46,9 @@ datasources:
|
||||||
isDefault: false
|
isDefault: false
|
||||||
version: 1
|
version: 1
|
||||||
editable: false
|
editable: false
|
||||||
- name: Tempo
|
|
||||||
type: tempo
|
|
||||||
access: proxy
|
|
||||||
orgId: 1
|
|
||||||
url: http://tempo:3200
|
|
||||||
basicAuth: false
|
|
||||||
isDefault: false
|
|
||||||
version: 1
|
|
||||||
editable: false
|
|
||||||
jsonData:
|
|
||||||
httpMethod: GET
|
|
||||||
- name: Pyroscope
|
- name: Pyroscope
|
||||||
type: pyroscope
|
uid: pyroscope
|
||||||
|
type: grafana-pyroscope-datasource
|
||||||
access: proxy
|
access: proxy
|
||||||
orgId: 1
|
orgId: 1
|
||||||
url: http://pyroscope:3200
|
url: http://pyroscope:4040
|
||||||
basicAuth: false
|
|
||||||
isDefault: false
|
|
||||||
version: 1
|
|
||||||
editable: false
|
|
||||||
|
|
Loading…
Reference in a new issue