Metrics

admin.v2alpha.SimpleMetric

[admin.v2alpha.SimpleMetric proto]

Proto representation of an Envoy Counter or Gauge value.

{
  "type": "...",
  "value": "...",
  "name": "..."
}
type
(admin.v2alpha.SimpleMetric.Type) Type of the metric represented.
value
(uint64) Current metric value.
name
(string) Name of the metric.

Enum admin.v2alpha.SimpleMetric.Type

[admin.v2alpha.SimpleMetric.Type proto]

COUNTER
(DEFAULT)
GAUGE