Skip to content

Commit c10602b

Browse files
committed
chore(grafana): change prometheus http method to POST
1 parent a81faf2 commit c10602b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/usr/share/grafana/oauth2/datasources/prometheus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"basicAuth": false,
88
"jsonData": {
99
"httpHeaderName1": "Authorization",
10-
"httpMethod": "GET",
10+
"httpMethod": "POST",
1111
"timeInterval": "${time_interval}"
1212
},
1313
"secureJsonData": {

rootfs/usr/share/grafana/provisioning/datasources/drycc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ datasources:
2121
url: $DRYCC_VICTORIAMETRICS_URL
2222
isDefault: true
2323
jsonData:
24+
httpMethod: POST
2425
httpHeaderName1: X-Drycc-Service-Key
2526
secureJsonData:
2627
httpHeaderValue1: $DRYCC_SERVICE_KEY

0 commit comments

Comments
 (0)