Metrics
This documentation is for the Envoy v3 API.
As of Envoy v1.18 the v2 API has been removed and is no longer supported.
If you are upgrading from v2 API config you may wish to view the v2 API documentation:
admin.v3.SimpleMetric
Proto representation of an Envoy Counter or Gauge value.
{
"type": "...",
"value": "...",
"name": "..."
}
type
(admin.v3.SimpleMetric.Type) Type of the metric represented.
value
(uint64) Current metric value.
name
(string) Name of the metric.
Enum admin.v3.SimpleMetric.Type
[admin.v3.SimpleMetric.Type proto]
COUNTER
(DEFAULT)
GAUGE
当前内容版权归 servicemesher 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 servicemesher .