Skip to content

Commit

Permalink
update grafana config
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Sep 17, 2024
1 parent ec29d7b commit f279c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/automation/automation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ max_perform_data_size=5_000
max_revert_data_size=5_000

# load test specific overrides
[Load.Logging.Grafana]
[Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/a4899f53-f709-430a-aec2-24f32198dcc9/chainlink-automation-v2-load-test"

Expand Down
5 changes: 1 addition & 4 deletions integration-tests/testconfig/keeper/keeper.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ contract_call_interval = "4s"
root_key_funds_buffer = 1_000_000

# benchmark test specific overrides
[Benchmark.Logging.Grafana]
[Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"

Expand Down Expand Up @@ -116,9 +116,6 @@ LimitDefault = 5_000_000
"""

# soak test specific overrides
[Soak.Logging.Grafana]
base_url="https://grafana.ops.prod.cldev.sh"
dashboard_url="/d/Q8n6m1unz/chainlink-automation-benchmark-test"

[Soak.Keeper.Common]
registry_to_test = "2_1"
Expand Down

0 comments on commit f279c34

Please sign in to comment.