Skip to content

Commit

Permalink
Fix probeSelector typo in VMAgent example (#373)
Browse files Browse the repository at this point in the history
* Fix probeSelector typo in VMAgent example

* Fix HTTP/2.0 protocol example in blackbox exporter config
  • Loading branch information
marcbachmann committed Nov 10, 2021
1 parent 7806ff9 commit e411cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.MD
Expand Up @@ -929,7 +929,7 @@ data:
preferred_ip_protocol: ip4
valid_http_versions:
- HTTP/1.1
- HTTP/2
- HTTP/2.0
valid_status_codes: []
prober: http
timeout: 5s
Expand Down Expand Up @@ -1536,7 +1536,7 @@ metadata:
spec:
serviceScrapeSelector: {}
podScrapeSelector: {}
probSelector: {}
probeSelector: {}
replicaCount: 1
remoteWrite:
- url: "http://vmsingle-example-vmsingle-persisted.default.svc:8429/api/v1/write"
Expand Down

0 comments on commit e411cfe

Please sign in to comment.