From 56bd60b68cb9a50f2d68f317bc68b7e0d79b27d9 Mon Sep 17 00:00:00 2001 From: Max Kurapov Date: Mon, 15 Jul 2024 18:10:34 +0200 Subject: [PATCH] chore: formatting --- .../telemetry/grafana/provisioning/dashboards/default.yaml | 2 +- .../telemetry/grafana/provisioning/dashboards/example.json | 2 +- .../grafana/provisioning/datasources/datasources.yaml | 2 +- localenv/telemetry/otel-collector-config.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/localenv/telemetry/grafana/provisioning/dashboards/default.yaml b/localenv/telemetry/grafana/provisioning/dashboards/default.yaml index 0e1e0e33ba..190f281c6c 100644 --- a/localenv/telemetry/grafana/provisioning/dashboards/default.yaml +++ b/localenv/telemetry/grafana/provisioning/dashboards/default.yaml @@ -4,4 +4,4 @@ providers: - name: Example type: file options: - path: /etc/grafana/provisioning/dashboards \ No newline at end of file + path: /etc/grafana/provisioning/dashboards diff --git a/localenv/telemetry/grafana/provisioning/dashboards/example.json b/localenv/telemetry/grafana/provisioning/dashboards/example.json index 476e1d67ed..8826b6ecf8 100644 --- a/localenv/telemetry/grafana/provisioning/dashboards/example.json +++ b/localenv/telemetry/grafana/provisioning/dashboards/example.json @@ -245,4 +245,4 @@ "uid": "fdr58stwkr6yof", "version": 1, "weekStart": "" -} \ No newline at end of file +} diff --git a/localenv/telemetry/grafana/provisioning/datasources/datasources.yaml b/localenv/telemetry/grafana/provisioning/datasources/datasources.yaml index 7dd3915e1e..b5ba6389b3 100644 --- a/localenv/telemetry/grafana/provisioning/datasources/datasources.yaml +++ b/localenv/telemetry/grafana/provisioning/datasources/datasources.yaml @@ -8,4 +8,4 @@ datasources: url: http://prometheus:9090 isDefault: true version: 1 - editable: true \ No newline at end of file + editable: true diff --git a/localenv/telemetry/otel-collector-config.yaml b/localenv/telemetry/otel-collector-config.yaml index bb648a9d30..d99ca845bf 100644 --- a/localenv/telemetry/otel-collector-config.yaml +++ b/localenv/telemetry/otel-collector-config.yaml @@ -12,10 +12,10 @@ exporters: verbosity: detailed prometheus: endpoint: 0.0.0.0:8491 - + service: pipelines: metrics: receivers: [otlp] processors: [batch] - exporters: [prometheus, debug] \ No newline at end of file + exporters: [prometheus, debug]