github.com/yacovm/fabric@v2.0.0-alpha.0.20191128145320-c5d4087dc723+incompatible/docs/source/metrics_reference.rst.tmpl (about)

     1  {{/* Copyright IBM Corp. All Rights Reserved. */ -}}
     2  {{/* SPDX-License-Identifier: Apache-2.0 */ -}}
     3  
     4  Metrics Reference
     5  =================
     6  
     7  Prometheus Metrics
     8  ------------------
     9  
    10  The following metrics are currently exported for consumption by Prometheus.
    11  
    12  {{ PrometheusTable }}
    13  
    14  StatsD Metrics
    15  --------------
    16  
    17  The following metrics are currently emitted for consumption by StatsD. The
    18  ``%{variable_name}`` nomenclature represents segments that vary based on
    19  context.
    20  
    21  For example, ``%{channel}`` will be replaced with the name of the channel
    22  associated with the metric.
    23  
    24  {{ StatsdTable }}
    25  
    26  .. Licensed under Creative Commons Attribution 4.0 International License
    27     https://creativecommons.org/licenses/by/4.0/