From 4f440c998f4e34ad004505e22bdded4115abde6d Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 2 Dec 2024 17:36:49 +0330 Subject: [PATCH 1/3] ommited trace log level Signed-off-by: xogoodnow --- charts/tempo-distributed/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 1ce5324bea..814c6f49fb 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -1466,7 +1466,7 @@ config: | server: # -- HTTP server listen host httpListenPort: 3100 - # -- Log level. Can be set to trace, debug, info (default), warn, error, fatal, panic + # -- Log level. Can be set to debug, info (default), warn, error, fatal, panic logLevel: info # -- Log format. Can be set to logfmt (default) or json. logFormat: logfmt From 6333499387f5e2f4c3cd2a7ad82070bbe32c62d0 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 2 Dec 2024 17:40:20 +0330 Subject: [PATCH 2/3] Omitted unsupported log levels Signed-off-by: xogoodnow --- charts/tempo-distributed/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 814c6f49fb..125860418a 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -1466,7 +1466,7 @@ config: | server: # -- HTTP server listen host httpListenPort: 3100 - # -- Log level. Can be set to debug, info (default), warn, error, fatal, panic + # -- Log level. Can be set to debug, info (default), warn, error logLevel: info # -- Log format. Can be set to logfmt (default) or json. logFormat: logfmt From 64f0a50a8eed25c1ae5a845054e9404ac8e0bd1c Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 11 Dec 2024 15:05:51 +0330 Subject: [PATCH 3/3] bumped chart anc ran helm-docs Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 8f3d845214..8d621925bb 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.25.1 +version: 1.25.2 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index d79d8b4f6d..f9fb08af19 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.25.1](https://img.shields.io/badge/Version-1.25.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 1.25.2](https://img.shields.io/badge/Version-1.25.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Grafana Tempo in MicroService mode @@ -830,7 +830,7 @@ The memcached default args are removed and should be provided manually. The sett | server.http_server_read_timeout | string | `"30s"` | Read timeout for HTTP server | | server.http_server_write_timeout | string | `"30s"` | Write timeout for HTTP server | | server.logFormat | string | `"logfmt"` | Log format. Can be set to logfmt (default) or json. | -| server.logLevel | string | `"info"` | Log level. Can be set to trace, debug, info (default), warn, error, fatal, panic | +| server.logLevel | string | `"info"` | Log level. Can be set to debug, info (default), warn, error | | serviceAccount.annotations | object | `{}` | Annotations for the service account | | serviceAccount.automountServiceAccountToken | bool | `false` | | | serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created |