11# tempo
22
3- ![ Version: 1.23.1 ] ( https://img.shields.io/badge/Version-1.23.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.8.0] ( https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square )
3+ ![ Version: 1.24.0 ] ( https://img.shields.io/badge/Version-1.24.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.8.0] ( https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square )
44
55Grafana Tempo Single Binary Mode
66
@@ -19,6 +19,10 @@ Grafana Tempo Single Binary Mode
1919| extraVolumes | list | ` [] ` | Volumes to add |
2020| fullnameOverride | string | ` "" ` | Overrides the chart's computed fullname |
2121| global.commonLabels | object | ` {} ` | Common labels for all object directly managed by this chart. |
22+ | grafana.sidecar.datasources.enabled | bool | ` true ` | |
23+ | grafana.sidecar.datasources.label | string | ` "" ` | |
24+ | grafana.sidecar.datasources.labelValue | string | ` "" ` | |
25+ | grafana.sidecar.datasources.maxLines | int | ` 1000 ` | |
2226| hostAliases | list | ` [] ` | hostAliases to add |
2327| labels | object | ` {} ` | labels for tempo |
2428| nameOverride | string | ` "" ` | Overrides the chart's name |
@@ -57,6 +61,10 @@ Grafana Tempo Single Binary Mode
5761| serviceMonitor.annotations | object | ` {} ` | |
5862| serviceMonitor.enabled | bool | ` false ` | |
5963| serviceMonitor.interval | string | ` "" ` | |
64+ | tempo.datasource.isDefault | bool | ` false ` | |
65+ | tempo.datasource.jsonData | string | ` "{}" ` | |
66+ | tempo.datasource.uid | string | ` "tempo" ` | |
67+ | tempo.datasource.url | string | ` "http://{{(include \"tempo.fullname\" .)}}:{{ .Values.tempo.server.http_listen_port }}" ` | |
6068| tempo.extraArgs | object | ` {} ` | |
6169| tempo.extraEnv | list | ` [] ` | Environment variables to add |
6270| tempo.extraEnvFrom | list | ` [] ` | Environment variables from secrets or configmaps to add to the ingester pods |
0 commit comments