From 3781a8882d451668becd21911da53eb14ce5adc7 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Sun, 2 Aug 2026 21:05:20 +0700 Subject: [PATCH] chore(infra): scraper OTEL env drop-in (OTLP endpoint 127.0.0.1:4317) --- infra/systemd/scraper-otel.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 infra/systemd/scraper-otel.conf 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