Skip to content

Commit

Permalink
add config lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Gonzalez Labrador committed Jan 19, 2021
1 parent b897b22 commit 0bb2971
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/metrics/xcloud.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ address = "0.0.0.0:5550"
[http.services.metrics]
metrics_data_driver_type = "xcloud"
metrics_record_interval = 5000
xcloud_instance="http://localhost"
xcloud_interval=5
xcloud_catalog='https://sciencemesh-test.uni-muenster.de/api/mentix/sites?action=register'
xcloud_instance = "http://localhost"
xcloud_interval = 5
xcloud_catalog = 'https://sciencemesh-test.uni-muenster.de/api/mentix/sites?action=register'

[http.services.prometheus]

0 comments on commit 0bb2971

Please sign in to comment.