-
helm install -f values/st-signoz-infra.yaml signoz-infra signoz/k8s-infra -n signoz-infra --version 0.11.0
values/st-signoz-infra.yaml
```
otelCollectorEndpoint: ingest.us.signoz.cloud:443
otelI…
-
Donn't retry requests which response is 400 and the body contains `i/o timeout` with status `error` . The request should also not be triggered with auto refresh.
Response code is 400 with body
…
-
Bug
1. [ ]
2. [ ]
3. [ ]
Enhancement Request
1. [ ]
2. [ ]
3. [ ]
-
I just tried to upgrade signoz chart to 0.32.0 and I am getting this issue. Please let me know if you are already aware of this and any solution in place
client.go:478: [debug] Starting delete for…
-
Dear Team,
I have some issue regarding forward log rsyslog to otel-collector. otel-collector can not accepted log from rsyslog.
With Diagram flow
VM (rsyslog) => Signoz (Accept by signoz-otel…
-
## Is your feature request related to a problem?
Traces longer than ~20 seconds can run under the Tags/Events pane making them difficult to see where they fall in the waterfall view. The top flameg…
-
I have a problem installing SigNoz with external ClickHouse since a change in the schema migrator Helm Chart.
When I run this comamand to install signoz 0.32.2 via helm:
helm install system-moni…
-
- [x] Add metric meta information to `time_series_v3` and `time_series_v2`
- description
- unit
- type
- is_monotonic
- [x] Update the current aggregate attribute API to include the met…
-
## Bug description
*Please describe.*
I have noticed the following of late, when I open a dashboard that requires selecting a variable value (that is used in the panel queries) :
1. Open …
-
My Code looks something like this (and works locally)
```
const transport = pino.transport({target: "pino-opentelemetry-transport", options: {...}});
const logger = pino(transport);
logger.info(…