Update README and receiver-specific pages

This commit is contained in:
Thomas Roehl
2022-02-28 17:26:28 +01:00
parent 33fec95eac
commit d40163cf8f
3 changed files with 28 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ The `prometheus` receiver can be used to scrape the metrics of a single `prometh
"type": "prometheus",
"address" : "testpromhost",
"port" : "12345",
"port" : "/prometheus",
"path" : "/prometheus",
"interval": "5s",
"ssl" : true,
}