mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
* ring -> ingesterRing Signed-off-by: Joe Elliott <number101010@gmail.com> * module cleanup Signed-off-by: Joe Elliott <number101010@gmail.com> * refactored ring creation code Signed-off-by: Joe Elliott <number101010@gmail.com> * readRing map Signed-off-by: Joe Elliott <number101010@gmail.com> * samesies Signed-off-by: Joe Elliott <number101010@gmail.com> * forGivenIngesters refactor Signed-off-by: Joe Elliott <number101010@gmail.com> * for each ingester set Signed-off-by: Joe Elliott <number101010@gmail.com> * async Signed-off-by: Joe Elliott <number101010@gmail.com> * re-add querier dep Signed-off-by: Joe Elliott <number101010@gmail.com> * wire up deps Signed-off-by: Joe Elliott <number101010@gmail.com> * add active-active example Signed-off-by: Joe Elliott <number101010@gmail.com> * cross cluster tests Signed-off-by: Joe Elliott <number101010@gmail.com> * comment Signed-off-by: Joe Elliott <number101010@gmail.com> * add generator override ring key Signed-off-by: Joe Elliott <number101010@gmail.com> * rename example Signed-off-by: Joe Elliott <number101010@gmail.com> * changelog Signed-off-by: Joe Elliott <number101010@gmail.com> * lint Signed-off-by: Joe Elliott <number101010@gmail.com> * fixed querier test Signed-off-by: Joe Elliott <number101010@gmail.com> * better names Signed-off-by: Joe Elliott <number101010@gmail.com> * fixed prom scrape Signed-off-by: Joe Elliott <number101010@gmail.com> --------- Signed-off-by: Joe Elliott <number101010@gmail.com>
46 lines
787 B
YAML
46 lines
787 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-a
|
|
type: tempo
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://query-frontend-a:3200
|
|
basicAuth: false
|
|
isDefault: true
|
|
version: 1
|
|
editable: false
|
|
apiVersion: 1
|
|
uid: tempo-a
|
|
jsonData:
|
|
httpMethod: GET
|
|
serviceMap:
|
|
datasourceUid: prometheus
|
|
- name: Tempo-b
|
|
type: tempo
|
|
access: proxy
|
|
orgId: 1
|
|
url: http://query-frontend-b:3200
|
|
basicAuth: false
|
|
isDefault: false
|
|
version: 1
|
|
editable: false
|
|
apiVersion: 1
|
|
uid: tempo-b
|
|
jsonData:
|
|
httpMethod: GET
|
|
serviceMap:
|
|
datasourceUid: prometheus
|