diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-06 14:10:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-07 16:12:35 +0200 |
commit | 62f0715abe995e7ce8de1adbd62b67f7159a9945 (patch) | |
tree | 51d3e7d9adbb1adda100dcab34d451d0696b25ff /script/telemetry/elastic/otel-config.yaml | |
parent | 7e1ac51b580afa8e900206e7cc49791ed0a00d94 (diff) | |
download | garage-62f0715abe995e7ce8de1adbd62b67f7159a9945.tar.gz garage-62f0715abe995e7ce8de1adbd62b67f7159a9945.zip |
Add/Fix OpenTelemetrydoc/k8s
Diffstat (limited to 'script/telemetry/elastic/otel-config.yaml')
-rw-r--r-- | script/telemetry/elastic/otel-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/telemetry/elastic/otel-config.yaml b/script/telemetry/elastic/otel-config.yaml index cd119f0a..51ff3f5d 100644 --- a/script/telemetry/elastic/otel-config.yaml +++ b/script/telemetry/elastic/otel-config.yaml @@ -13,7 +13,7 @@ receivers: - job_name: "garage" scrape_interval: 5s static_configs: - - targets: ["localhost:3909"] + - targets: ["localhost:3903"] exporters: logging: |