Vishal Sharma
09/16/2022, 9:19 AMRahul Tiwari
09/16/2022, 9:55 AMPrakshal Shah
09/16/2022, 9:56 AMDam Mad
09/16/2022, 10:39 AM/
endpoint every 1 min to monitor whether API is live. Is it possible to send heartbeats directly from SigNoz or do we need to implement it separately?sudhanshu dev
09/16/2022, 10:53 AMAlejandro Decchi
09/16/2022, 12:49 PMsignoz-query-services
, it constantly restarting. Logs looks ok:
2022-09-16T12:44:52.645Z INFO app/server.go:84 Using ClickHouse as datastore ...
ts=2022-09-16T12:44:52.652594487Z caller=log.go:168 level=info msg="Loading configuration file" filename=/root/config/prometheus.yml
2022-09-16T12:44:52.654Z INFO alertManager/notifier.go:94 Starting notifier with alert manager:[<http://signoz-alertmanager:9093/api/>]
2022-09-16T12:44:52.654Z INFO app/server.go:396 rules manager is ready
ts=2022-09-16T12:44:52.656830443Z caller=log.go:168 level=info msg="Completed loading of configuration file" filename=/root/config/prometheus.yml
2022-09-16T12:44:52.657Z INFO alertManager/notifier.go:126 msg: Initiating alert notifier...
2022-09-16T12:44:52.658Z INFO app/server.go:273 Query server started listening on 0.0.0.0:8080...
2022-09-16T12:44:52.658Z INFO app/server.go:286 Query server started listening on private port 0.0.0.0:8085...
starting private http
2022-09-16T12:44:52.658Z INFO app/server.go:312 Starting HTTP server{port 11 8080 <nil>} {addr 15 0 0.0.0.0:8080 <nil>}
2022-09-16T12:44:52.658Z INFO app/server.go:324 Starting pprof server{addr 15 0 0.0.0.0:6060 <nil>}
2022-09-16T12:44:52.658Z INFO app/server.go:338 Starting Private HTTP server{port 11 8085 <nil>} {addr 15 0 0.0.0.0:8085 <nil>}
2022-09-16T12:44:52.700Z INFO app/server.go:189 /api/v1/version timeTaken: 27.736µs
2022-09-16T12:44:55.562Z INFO app/server.go:189 /api/v1/version timeTaken: 16.782µs
2022-09-16T12:44:55.562Z INFO app/server.go:189 /api/v1/version timeTaken: 14.205µs
Is a way to troubleshoot it ? to put on Debug ?
Second, on the other hand, is a way to set signoz-otel-collector
as deployment in place of daemonset ?Sudarsanam Krishnan
09/16/2022, 12:52 PMMark Moales
09/16/2022, 2:39 PM~/temp$ ./troubleshoot checkEndpoint --endpoint=localhost:4317
2022-09-16T09:59:00.676-0400 INFO workspace/main.go:28 STARTING!
2022-09-16T09:59:00.676-0400 INFO checkEndpoint/checkEndpoint.go:41 checking reachability of SigNoz endpoint
2022-09-16T09:59:00.681-0400 INFO workspace/main.go:46 Successfully sent sample data to signoz ...
The problem is I am not seeing any data being captured in SigNoz when I hit my gRPC service. When I start the service, I have the OTEL_EXPORTER_OTLP_ENDPOINT environment variable set to http://localhost:4317. We use auto instrumentation using the following code:
resource = Resource(attributes={"service.name": service_name})
trace.set_tracer_provider(TracerProvider(resource=resource))
trace.get_tracer_provider().add_span_processor(
BatchSpanProcessor(OTLPSpanExporter()))
LoggingInstrumentor().instrument(set_logging_format=True)
GrpcInstrumentorServer().instrument()
Any ideas? Thanks!Alejandro Decchi
09/16/2022, 8:20 PMUpesh Jindal
09/20/2022, 1:44 AMUpesh Jindal
09/20/2022, 1:44 AMUpesh Jindal
09/20/2022, 1:44 AMsudhanshu dev
09/20/2022, 11:13 AMsudhanshu dev
09/20/2022, 11:13 AMsudhanshu dev
09/20/2022, 11:14 AMsudhanshu dev
09/20/2022, 11:14 AMsudhanshu dev
09/20/2022, 11:14 AMsudhanshu dev
09/20/2022, 11:14 AMRahul Tiwari
09/21/2022, 7:28 AMSudarsanam Krishnan
09/22/2022, 10:23 AMSudarsanam Krishnan
09/22/2022, 10:24 AMSudarsanam Krishnan
09/22/2022, 10:24 AMSudarsanam Krishnan
09/22/2022, 10:29 AMAdi
09/23/2022, 3:31 AMRichard Howell-Peak
09/23/2022, 9:36 AMname {} 3.0
then I get a horizontal line, so no time-series, just one value only.
Then I put the timestamps in, like this:
name {} 3.0 1663923600
for example, then it successfully imports but when I try and create the dashboard it says "no data available"Ashish
09/23/2022, 10:30 AMKapil Yadav
09/24/2022, 4:20 PMKapil Yadav
09/25/2022, 7:30 AMKapil Yadav
09/25/2022, 7:30 AMKapil Yadav
09/25/2022, 7:30 AM