Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Feb 23, 2024
1 parent b7a4ecc commit 6fb90d8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ opentelemetry-collector:
pipelines:
traces:
receivers: [otlp]
exporters: [file,otlp]
exporters: [file, otlp]

tempo:
enabled: true
Expand All @@ -260,9 +260,9 @@ tempo:
runAsGroup: 10001
storage:
trace:
backend: local # backend configuration to use
backend: local # backend configuration to use
wal:
path: /tmp/tempo/wal # where to store the the wal locally
path: /tmp/tempo/wal # where to store the the wal locally
local:
path: /tmp/tempo/blocks

Expand All @@ -274,20 +274,20 @@ grafana:
datasources.yaml:
apiVersion: 1
datasources:
- name: Tempo
type: tempo
access: proxy
orgId: 1
url: http://tempo:3200
basicAuth: false
isDefault: true
version: 1
editable: false
uid: tempo
jsonData:
httpMethod: GET
serviceMap:
datasourceUid: prometheus
- name: Tempo
type: tempo
access: proxy
orgId: 1
url: http://tempo:3200
basicAuth: false
isDefault: true
version: 1
editable: false
uid: tempo
jsonData:
httpMethod: GET
serviceMap:
datasourceUid: prometheus
env:
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_AUTH_ANONYMOUS_ORG_ROLE: "Admin"
Expand Down

0 comments on commit 6fb90d8

Please sign in to comment.