Commit 05818b6d authored by Julius Volz's avatar Julius Volz

Merge pull request #342 from prometheus/am-client-typo

Fix typo in AM client docs
parents 90e653ee f9e84c54
...@@ -28,7 +28,7 @@ the following format: ...@@ -28,7 +28,7 @@ the following format:
"<labelname>": "<labelvalue>", "<labelname>": "<labelvalue>",
}, },
"startsAt": "<rfc3339>", "startsAt": "<rfc3339>",
"endAt": "<rfc3339>" "endsAt": "<rfc3339>"
"generatorURL": "<generator_url>" "generatorURL": "<generator_url>"
}, },
... ...
...@@ -48,4 +48,4 @@ The `generatorURL` field is a unique back-link which identifies the causing ...@@ -48,4 +48,4 @@ The `generatorURL` field is a unique back-link which identifies the causing
entity of this alert in the client. entity of this alert in the client.
Alertmanager also supports a legacy endpoint on `/api/alerts` which is Alertmanager also supports a legacy endpoint on `/api/alerts` which is
compatible with Prometheus versions 0.16.2 and lower. compatible with Prometheus versions 0.16.2 and lower.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment