diff --git a/doc/troubleshooting/loki-api.http b/doc/troubleshooting/loki-api.http new file mode 100644 index 0000000..511e596 --- /dev/null +++ b/doc/troubleshooting/loki-api.http @@ -0,0 +1,13 @@ +@host = 192.168.1.1 + + +### +### GET ready +### +GET http://{{host}}:3100/ready HTTP/1.1 + + +### +### GET labels +### +GET http://{{host}}:3100/loki/api/v1/labels HTTP/1.1