mirror of https://github.com/istio/istio.io.git
zh: content/docs/reference/config/policy-and-telemetry/adapters/circ… (#2671)
* zh: content/docs/reference/config/policy-and-telemetry/adapters/circonus add Signed-off-by: ylf <1045438139@qq.com> * zh: content/docs/reference/config/policy-and-telemetry/adapters/circonus fix title style Signed-off-by: ylf <1045438139@qq.com> * re-lint * zh: content/docs/reference/config/policy-and-telemetry/adapters/circonus fix links * re-lint * zh: circonus fix description Signed-off-by: ylf <1045438139@qq.com>
This commit is contained in:
parent
477c93166f
commit
02ff5a3c8d
|
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
title: Circonus
|
||||||
|
description: 适用于 circonus.com 的监控解决方案。
|
||||||
|
weight: 70
|
||||||
|
---
|
||||||
|
|
||||||
|
该 `circonus` 适配器使 Istio metric 数据传送到 [Circonus](https://www.circonus.com) 的监控后端。
|
||||||
|
|
||||||
|
此适配器支持[度量标准模板](/zh/docs/reference/config/policy-and-telemetry/templates/metric/)。
|
||||||
|
|
||||||
|
## PARAMS
|
||||||
|
|
||||||
|
Circonus 适配器的配置格式。
|
||||||
|
|
||||||
|
| 属性 | 类型 | 描述 |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| `submissionUrl` | `string` | Circonus SubmissionURL 到 HTTPTrap 检查 |
|
||||||
|
| `submissionInterval` | [google.protobuf.Duration](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Duration) | |
|
||||||
|
| `metrics` | [Params.MetricInfo[]](#Params-MetricInfo) | |
|
||||||
|
|
||||||
|
## Params.MetricInfo
|
||||||
|
|
||||||
|
描述如何表示度量标准
|
||||||
|
|
||||||
|
| 属性 | 类型 | 描述 |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| `name` | `string` | 名称 |
|
||||||
|
| `type` | [Params.MetricInfo.Type](#Params-MetricInfo-Type) | |
|
||||||
|
|
||||||
|
## Params.MetricInfo.Type
|
||||||
|
|
||||||
|
指标的类型。
|
||||||
|
|
||||||
|
| 名称 | 描述 |
|
||||||
|
| --- | --- |
|
||||||
|
| `UNKNOWN` | |
|
||||||
|
| `COUNTER` | |
|
||||||
|
| `GAUGE` | |
|
||||||
|
| `DISTRIBUTION` | |
|
||||||
Loading…
Reference in New Issue