From 5431f0f9c10f0d3d1feccc0bb6f038f43c852e7c Mon Sep 17 00:00:00 2001 From: Adam Milne-Smith Date: Mon, 29 Jul 2024 10:50:11 +0100 Subject: [PATCH] Update README.md to mention prometheus metrics --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39243e4..5553037 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,6 @@ where each pair is separated by `:` (make sure to quote the full string to avoid ``` docker run --env RPC_HTTP_HEADERS='header1:value1|header2:value2' ... duneanalytics/node-indexer: ``` + +## Metrics +The process exposes prometheus metrics which you can scrape and explore: `http://localhost:2112/metrics`