Skip to content

Commit

Permalink
replaced loki and promethues push uris (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishnath authored Dec 3, 2024
1 parent 74a6256 commit 0012d38
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-obscuro-gateway-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
filename: /tmp/positions.yaml
clients:
- url: ${{ vars.METRICS_URI }}/loki/api/v1/push
- url: ${{ vars.LOKI_URI }}
batchwait: 3s
batchsize: 1048576
tls_config:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
scrape_interval: 15s
evaluation_interval: 15s
remote_write:
- url: ${{ vars.METRICS_URI }}/prometheus/metrics/api/v1/write
- url: ${{ vars.PROMETHEUS_URI }}
tls_config:
insecure_skip_verify: true
basic_auth:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
filename: /tmp/positions.yaml
clients:
- url: "${{ vars.METRICS_URI }}/loki/api/v1/push"
- url: "${{ vars.LOKI_URI }}"
batchwait: 3s
batchsize: 1048576
tls_config:
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
scrape_interval: 15s
evaluation_interval: 15s
remote_write:
- url: "${{ vars.METRICS_URI }}/prometheus/metrics/api/v1/write"
- url: "${{ vars.PROMETHEUS_URI }}"
tls_config:
insecure_skip_verify: true
basic_auth:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-testnet-l1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
filename: /tmp/positions.yaml
clients:
- url: ${{ vars.METRICS_URI }}/loki/api/v1/push
- url: ${{ vars.LOKI_URI }}
batchwait: 3s
batchsize: 1048576
tls_config:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
scrape_interval: 15s
evaluation_interval: 15s
remote_write:
- url: ${{ vars.METRICS_URI }}/prometheus/metrics/api/v1/write
- url: ${{ vars.PROMETHEUS_URI }}
tls_config:
insecure_skip_verify: true
basic_auth:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
filename: /tmp/positions.yaml
clients:
- url: ${{ vars.METRICS_URI }}/loki/api/v1/push
- url: ${{ vars.LOKI_URI }}
batchwait: 3s
batchsize: 1048576
tls_config:
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
scrape_interval: 15s
evaluation_interval: 15s
remote_write:
- url: ${{ vars.METRICS_URI }}/prometheus/metrics/api/v1/write
- url: ${{ vars.PROMETHEUS_URI }}
tls_config:
insecure_skip_verify: true
basic_auth:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-testnet-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
filename: /tmp/positions.yaml
clients:
- url: ${{ vars.METRICS_URI }}/loki/api/v1/push
- url: ${{ vars.LOKI_URI }}
batchwait: 3s
batchsize: 1048576
tls_config:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
scrape_interval: 15s
evaluation_interval: 15s
remote_write:
- url: ${{ vars.METRICS_URI }}/prometheus/metrics/api/v1/write
- url: ${{ vars.PROMETHEUS_URI }}
tls_config:
insecure_skip_verify: true
basic_auth:
Expand Down

0 comments on commit 0012d38

Please sign in to comment.