mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
* Update local docker-compose example Upgrade to Grafana 9.1.6 and load generator 1.0.29 Enable search and service graphs * Update agent docker-compose example Upgrade to Grafana 9.1.6, agent 0.27.1 and load generator 1.0.29 Enable service graphs and fix prometheus feature flags * Update azure docker-compose example Upgrade to Grafana 9.1.6 and load generator 1.0.29 Enable search, service graphs and prometheus feature flags * Update distributed docker-compose example Upgrade to Grafana 9.1.6 and load generator 1.0.29 Fix issues related to the tempo image, metrics scraping and the grafana data source * Update s3 docker-compose example Upgrade to Grafana 9.1.6 and load generator 1.0.29 Enable search and service graphs * Update scalable-single-binary docker-compose example Upgrade to Grafana 9.1.6 and load generator 1.0.29 Enable search and service graphs * Update gcs docker-compose example Upgrade to Grafana 9.1.6 and load generator 1.0.29 Enable search and service graphs * Update loki docker-compose example Upgrade to Grafana 9.1.6 and Loki 2.6.3 Enable search and service graphs * Update otel-collector docker-compose examples Upgrade to Grafana 9.1.6, otel collector 0.61.0 and load generator 1.0.29 Enable search and service graphs
31 lines
500 B
YAML
31 lines
500 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
uid: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://prometheus:9090
|
|
basicAuth: false
|
|
isDefault: false
|
|
version: 1
|
|
editable: false
|
|
jsonData:
|
|
httpMethod: GET
|
|
- name: Tempo
|
|
type: tempo
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://tempo1:3200
|
|
basicAuth: false
|
|
isDefault: true
|
|
version: 1
|
|
editable: false
|
|
apiVersion: 1
|
|
uid: tempo
|
|
jsonData:
|
|
httpMethod: GET
|
|
serviceMap:
|
|
datasourceUid: prometheus
|