Skip to content

Commit

Permalink
fix: use OTLP token
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 31, 2023
1 parent d981fdb commit 7fb0cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Helm chart to deploy all different types OTEL Collectors for infrastructure tele
| ta.serviceAccount.create | bool | `true` | Enable creation of the service account |
| ta.serviceAccount.name | string | `"otel-collector-ta-sa"` | Name of the service account |
| tags | object | `{"argocd.argoproj.io/compare-options":"IgnoreExtraneous","atomi.cloud/layer":"1","atomi.cloud/platform":"sulfoxide","atomi.cloud/service":"silicon"}` | Kubernetes labels and annotations, following Service Tree |
| tempoEndpoint | string | `"https://tempo-prod-14-prod-ap-southeast-1.grafana.net/tempo"` | Grafana Cloud Tempo Endpoint |
| tempoEndpoint | string | `"https://otlp-gateway-prod-ap-southeast-1.grafana.net/otlp"` | Grafana Cloud Tempo Endpoint |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.1](https://github.com/norwoodj/helm-docs/releases/v1.11.1)
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ o2Endpoint: "https://api.openobserve.ai/api/atomicloud_MwvsSHPiOT9uFdn/"
lokiEndpoint: "https://logs-prod-020.grafana.net/loki/api/v1/push"

# -- Grafana Cloud Tempo Endpoint
tempoEndpoint: "https://tempo-prod-14-prod-ap-southeast-1.grafana.net/tempo"
tempoEndpoint: "https://otlp-gateway-prod-ap-southeast-1.grafana.net/otlp"

# -- Name of the common config map to propagate to all collectors
configMapName: &configMapName otel-common-config-map
Expand Down

0 comments on commit 7fb0cd9

Please sign in to comment.