diff --git a/infra/systemd/scraper-otel.conf b/infra/systemd/scraper-otel.conf new file mode 100644 index 0000000..a0b8dbf --- /dev/null +++ b/infra/systemd/scraper-otel.conf @@ -0,0 +1,4 @@ +[Service] +Environment=OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:4317 +Environment=OTEL_SERVICE_NAME=scraper +Environment=OTEL_METRICS_EXPORT_INTERVAL=5000