Using OpenTelemetry for Spacecraft Telemetry Collection and Export
TLDR clintfred inquired about the feasibility of using OpenTelemetry for offline data collection and importing into SigNoz. nitya-signoz confirmed its viability, providing a source for the required receiver.
1
Aug 16, 2023 (3 months ago)
clintfred
09:45 PM1. Am I crazy for even thinking about collecting data "offline" and then importing it into signoz? Is this just a bad idea?
2. Does anyone have any docs they can point me to for setting up a pipeline that stores data to a file and then loads that data later on? I'm completely new to otel, and starting off the beaten path is pretty daunting.
Aug 17, 2023 (3 months ago)
nitya-signoz
03:37 AM• Yes you can store it to a file and then later push it to signoz. You can use this receiver to read logs from a file and push it to signoz https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver
1
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting Signoz Dashboard Not Showing Traces
prasanth encountered issues with Signoz dashboard not displaying traces. Srikanth recommended configuring the `OTEL_EXPORTER_OTLP_ENDPOINT`, but they are still facing issues with the exporter's connection.
Replacing Grafana Elastic and Prometheus Setup with SigNoz
Dipen is trying to replace the current setup with SigNoz. Both Nocnica and Srikanth provide possible solutions including using OpenTelemetry and target allocator respectively.
Errors in Trace Export and Troubleshooting SigNoz Docker Deployment
Dipen faced errors during trace export in their docker deployment. Prashant suggested checking the OTLP http endpoint with telemetrygen and using the logging exporter with loglevel set to warn or error.