From 20c378dce53d03bc3cc7fc16431dad0b23ecc99a Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 18 Sep 2019 14:47:26 +0000 Subject: [PATCH] docs: Added admin/summary to the faq --- site/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/faq.md b/site/faq.md index e138f9213..53874000e 100644 --- a/site/faq.md +++ b/site/faq.md @@ -65,6 +65,12 @@ Scope doesn't support LDAP right now. OSS Scope reports aren't persistent and the probe keeps the last 15 seconds of metrics in memory. +## Admin Endpoints + +Scope exposes the following http endpoints that can be used for troubleshooting: + +- `/admin/summary` - lists the reports being used by the app, with counts of each node type (containers, processes, etc.). + ## API Endpoints Scope exposes the following endpoints that can be used by external monitoring services.