Valentin Baert
06/08/2022, 9:01 AMclickhouse:
cloud: gcp
installCustomStorageClass: true
persistence:
storageClass: gce-resizable
But the documentation then links to the github (https://github.com/SigNoz/charts/tree/main/charts/signoz#configuration) but these values are not documented. There are some of them that are similar but on a different component
alertmanager.persistence.enabled Enable volume persistence true
alertmanager.persistence.storageClass Set storage class for persistent volume nil
alertmanager.persistence.accessModes Set access mode for persistent volume [ReadWriteOnce]
alertmanager.persistence.size Set storage size 100Mi
helm --namespace platform install my-release signoz/signoz -f override-values.yaml
Pranay
Prashant Shahi
06/08/2022, 11:32 AMValentin Baert
06/08/2022, 11:41 AMoverride-values.yaml
that we'll be using later. You can find an overview of the parameters that can be configured during installation under chart configuration." which lead me to the github mentionned earlier.
Also do you have insights about this error ?
Error: parse error at (signoz/templates/otel-collector-metrics/config.yaml:9): unexpected unclosed action in commandPrashant Shahi
06/08/2022, 11:51 AMhelm repo update
helm search repo signoz --versions
helm upgrade
along with -f
flag.Valentin Baert
06/08/2022, 12:03 PM$ helm search repo signoz --versions
NAME CHART VERSION APP VERSION DESCRIPTION
signoz/signoz 0.0.16 0.8.0 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.15 0.8.0 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.14 0.8.0 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.13 0.8.0 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.12 0.7.5 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.11 0.7.4 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.10 0.7.1 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.9 0.7.1 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.8 0.6.2 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.7 0.6.1 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.6 0.6.1 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.5 0.6.0 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.4 0.5.4 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.3 0.5.4 SigNoz Observability Platform Helm Chart
signoz/signoz 0.0.2 0.5.4 SigNoz Observability Platform Helm Chart
signoz/alertmanager 0.5.2 0.5.0 The Alertmanager handles alerts for SigNoz.
signoz/alertmanager 0.5.1 0.5.0 The Alertmanager handles alerts for SigNoz.
signoz/alertmanager 0.5.0 0.5.0 The Alertmanager handles alerts for SigNoz.
signoz/clickhouse 16.0.5 21.12.3.32 A Helm chart for ClickHouse
signoz/clickhouse 16.0.4 21.12.3.32 A Helm chart for ClickHouse
signoz/clickhouse 16.0.3 21.12.3.32 A Helm chart for ClickHouse
signoz/clickhouse 16.0.2 21.12.3.32 A Helm chart for ClickHouse
signoz/clickhouse 16.0.1 21.12.3.32 A Helm chart for ClickHouse
signoz/clickhouse 16.0.0 21.12.3.32 A Helm chart for ClickHouse
signoz/clickhouse 9.1.0 21.7 A Helm chart for ClickHouse
Prashant Shahi
06/08/2022, 12:04 PMValentin Baert
06/08/2022, 12:05 PMPrashant Shahi
06/08/2022, 12:06 PMValentin Baert
06/08/2022, 12:08 PMPrashant Shahi
06/08/2022, 12:08 PMValentin Baert
06/08/2022, 12:08 PMPrashant Shahi
06/08/2022, 12:08 PMValentin Baert
06/08/2022, 12:37 PMPrashant Shahi
06/08/2022, 12:45 PMclickhouse.user
is ClickHouseDB-level user, while the frontend user is SigNoz-level user, which is stored in SQLite.Valentin Baert
06/08/2022, 12:47 PMPrashant Shahi
06/08/2022, 12:48 PM