You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2022/02/16 21:58:07 UTC

[kudu] branch master updated: [docs] add more filter declare for http api used by collecting metrics

This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new e260d54  [docs] add more filter declare for http api used by collecting metrics
e260d54 is described below

commit e260d546d8765a90cfa9b08b2e35af212c11a429
Author: bsglz <18...@qq.com>
AuthorDate: Tue Feb 15 11:50:25 2022 +0800

    [docs] add more filter declare for http api used by collecting metrics
    
    we support some filters yet, but not mentioned in docs.
    
    Change-Id: I8430165bfa51e16c1bb7b2262d31844b5b523461
    Reviewed-on: http://gerrit.cloudera.org:8080/18232
    Tested-by: Kudu Jenkins
    Reviewed-by: Alexey Serbin <as...@cloudera.com>
---
 docs/administration.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/administration.adoc b/docs/administration.adoc
index 456665f..113c1c3 100644
--- a/docs/administration.adoc
+++ b/docs/administration.adoc
@@ -120,6 +120,12 @@ The levels are ordered and lower levels include the levels above them. If no lev
    * `warn` - Metrics which can often indicate operational oddities that may need
               more investigation.
 
+- `/metrics?types=type1,type2` - limits the returned metrics based on their types.
+
+- `/metrics?ids=id1,id2` - limits the returned metrics based on their ids.
+
+- `/metrics?attributes=table_name,table1,table_name,table2` - limits the returned metrics based on their attributes.
+
 For example:
 
 [source,bash]