From 5ca37fc9fb0c3e88cbfe8ed6d728aef2f5a1d19c Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 8 Oct 2023 18:44:13 +0100 Subject: [PATCH] Fix README formatting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 005c353..9401ee6 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ I wanted to monitor the queries and responses of our graphql endpoint, but we di ### Endpoints -/v1/graphql - the graphql endpoint -/metrics - the prometheus metrics endpoint -/healthz - the healthcheck endpoint +* `:8080/v1/graphql` - the graphql endpoint +* `:9393/metrics` - the prometheus metrics endpoint +* `:8080/healthz` - the healthcheck endpoint ### Features