From 08852a7eaa58e8c62b44e8b22eac37d51a7f40e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:23:39 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 2 +- config/exporter_example/config.yml | 4 ++-- config/grafana/provisioning/dashboards/dashboard.yml | 2 +- config/grafana/provisioning/dashboards/demo.json | 2 +- config/grafana/provisioning/datasources/datasources.yml | 2 +- config/prometheus/prometheus.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f760d..213a68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,4 @@ ## v2.0.0 - Complete rewrite of evm collector to use web3.py library. -- Introducing limited support for Conflux, Solana and Cardano \ No newline at end of file +- Introducing limited support for Conflux, Solana and Cardano diff --git a/config/exporter_example/config.yml b/config/exporter_example/config.yml index 3434510..39ce116 100644 --- a/config/exporter_example/config.yml +++ b/config/exporter_example/config.yml @@ -11,7 +11,7 @@ connection_parameters: collector: "evm" # This will load different collectors based on what mode exporter will run with Supported modes are: "evm", "solana", "conflux", "cardano", "bitcoin" endpoints: # List of endpoints with their metadata. - url: wss://example-rpc-1.com/ws # RPC Endpoint websocket endpoint (Must start with wss:// or https://) - provider: Provider1 # Provider (Must be present in allowed providers list. Please check src/settings.py line 24) The purpose is to make sure we do not have same providers spelled differently + provider: Provider1 # Provider (Must be present in allowed providers list. Please check src/settings.py line 24) The purpose is to make sure we do not have same providers spelled differently - url: wss://example-rpc-2.com/ws provider: Provider2 - url: wss://example-rpc-3.com/ws @@ -25,4 +25,4 @@ endpoints: # List of endpoints with their metadata. -## \ No newline at end of file +## diff --git a/config/grafana/provisioning/dashboards/dashboard.yml b/config/grafana/provisioning/dashboards/dashboard.yml index d83b43c..4c387ae 100644 --- a/config/grafana/provisioning/dashboards/dashboard.yml +++ b/config/grafana/provisioning/dashboards/dashboard.yml @@ -9,4 +9,4 @@ providers: editable: true allowUiUpdates: true options: - path: /etc/grafana/provisioning/dashboards \ No newline at end of file + path: /etc/grafana/provisioning/dashboards diff --git a/config/grafana/provisioning/dashboards/demo.json b/config/grafana/provisioning/dashboards/demo.json index 9427421..9334b13 100644 --- a/config/grafana/provisioning/dashboards/demo.json +++ b/config/grafana/provisioning/dashboards/demo.json @@ -778,4 +778,4 @@ "uid": "7ATCvsYnz", "version": 13, "weekStart": "" -} \ No newline at end of file +} diff --git a/config/grafana/provisioning/datasources/datasources.yml b/config/grafana/provisioning/datasources/datasources.yml index bb37f13..a08624a 100644 --- a/config/grafana/provisioning/datasources/datasources.yml +++ b/config/grafana/provisioning/datasources/datasources.yml @@ -8,4 +8,4 @@ datasources: url: http://prometheus:9090 basicAuth: false isDefault: true - editable: true \ No newline at end of file + editable: true diff --git a/config/prometheus/prometheus.yml b/config/prometheus/prometheus.yml index aaa5648..06130ca 100644 --- a/config/prometheus/prometheus.yml +++ b/config/prometheus/prometheus.yml @@ -10,4 +10,4 @@ scrape_configs: - job_name: "exporter" scrape_interval: 5s static_configs: - - targets: ["exporter:8000"] \ No newline at end of file + - targets: ["exporter:8000"]