Slackbot
06/06/2023, 8:08 PMSrikanth Chekuri
06/07/2023, 1:20 AMBut I don’t see anything in SigNoz. I have tried to add new dashboard with system_filesystem_usage_total, system_cpu_time_total, as PromQL, but nothing is displayed.How are these related to the Timescale Prometheus metric data?
Milan Perovic
06/07/2023, 6:57 AMMilan Perovic
06/07/2023, 7:02 AMPrashant Shahi
06/07/2023, 8:22 AMmy-url:9273
is accessible from VM/Cluster where signoz is deployed?
After that, you can use suggestions from Query Builder from dashboard page to verify if any timescale related metrics have been collected.Prashant Shahi
06/07/2023, 8:23 AMPrashant Shahi
06/07/2023, 8:24 AMMilan Perovic
06/07/2023, 8:38 PMSrikanth Chekuri
06/08/2023, 1:42 AMhowever, in dashboard when I try to save panel with e.g system_filesystem_usage_total I get response: “No Data”Is the endpoint
my-url:9273
expose this metric?Milan Perovic
06/08/2023, 7:51 AMSrikanth Chekuri
06/08/2023, 8:12 AMsystem_filesystem_usage_total
exists in response from my-url:9273/metricsMilan Perovic
06/08/2023, 8:13 AMSrikanth Chekuri
06/08/2023, 8:15 AMMilan Perovic
06/08/2023, 8:16 AMMilan Perovic
06/08/2023, 8:16 AMSrikanth Chekuri
06/08/2023, 8:16 AMMilan Perovic
06/08/2023, 9:02 AMMilan Perovic
06/08/2023, 9:02 AMSrikanth Chekuri
06/08/2023, 9:03 AMMilan Perovic
06/08/2023, 9:04 AMSrikanth Chekuri
06/08/2023, 9:05 AMMilan Perovic
06/09/2023, 1:05 PMSrikanth Chekuri
06/09/2023, 1:14 PMDo logs show any errors?
Milan Perovic
06/09/2023, 2:13 PMwhen I do this:
docker logs clickhouse-setup-otel-collector-metrics-1 | grep error
* error decoding 'receivers': error reading receivers configuration for "prometheus": prometheus receiver failed to unmarshal yaml to prometheus config: yaml: unmarshal errors:
line 17: field evaluation_interval not found in type config.ScrapeConfig
line 29: field evaluation_interval not found in type config.ScrapeConfig
2023/06/07 20:09:50 application run finished with error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
* error decoding 'receivers': error reading receivers configuration for "prometheus": prometheus receiver failed to unmarshal yaml to prometheus config: yaml: unmarshal errors:
line 17: field evaluation_interval not found in type config.ScrapeConfig
line 29: field evaluation_interval not found in type config.ScrapeConfig
Error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
* error decoding 'receivers': error reading receivers configuration for "prometheus": prometheus receiver failed to unmarshal yaml to prometheus config: yaml: unmarshal errors:
line 17: field evaluation_interval not found in type config.ScrapeConfig
line 29: field evaluation_interval not found in type config.ScrapeConfig
2023/06/07 20:09:50 application run finished with error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
and this
docker logs clickhouse-setup-otel-collector-metrics-1 | grep error
7->10.33.105.29:63788: read: connection reset by peer {"grpc_log": true}
2023-06-07T20:14:54.465Z warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams failed to read frame: read tcp 173.19.0.7:4317->10.33.105.29:63822: read: connection reset by peer {"grpc_log": true}
2023-06-07T20:14:55.280Z warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams failed to read frame: read tcp 173.19.0.7:4317->10.33.144.245:57520: read: connection reset by peer {"grpc_log": true}
2023-06-07T20:14:59.327Z warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams failed to read frame: read tcp 173.19.0.7:4317->10.33.144.245:57546: read: connection reset by peer {"grpc_log": true}
2023-06-07T20:15:06.169Z warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams failed to read frame: read tcp 173.19.0.7:4317->10.33.105.29:29906: read: connection reset by peer {"grpc_log": true}
2023-06-07T20:15:06.821Z warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams failed to read frame: read tcp 173.19.0.7:4317->10.33.144.245:57492: read: connection reset by peer {"grpc_log": true}
Srikanth Chekuri
06/09/2023, 2:14 PMCopy codefield evaluation_interval not found in type config.ScrapeConfig
Milan Perovic
06/13/2023, 6:55 AMMilan Perovic
06/13/2023, 6:55 AM