Skip to content

Commit

Permalink
Increase Prometheus request timeout (#964)
Browse files Browse the repository at this point in the history
* Increase Prometheus request timeout

* Increase Prometheus request timeout

* Make datasource editable

* Test scrape interval

* Remove timeout

* Add timeout back

* Make datasource editable

* Remove unit

* Test remove redundant timeout

* Make editable

* Add timeout for all
  • Loading branch information
cristinaleonr authored Dec 21, 2022
1 parent 5f233ff commit a56b53b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ datasources:
editable: false

jsonData:
timeout: 60
timeInterval: 60s
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ datasources:
editable: false

jsonData:
timeout: 60
timeInterval: 60s
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ datasources:
editable: false

jsonData:
timeout: 60
timeInterval: 60s

0 comments on commit a56b53b

Please sign in to comment.