Skip to content

Commit 191887f

Browse files
authored
docs: add prefer_name to ApisixClusterConfig/v2 spec (#2249)
* add prefer name to apisix cluster config spec * correct attribute
1 parent d7145d6 commit 191887f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/latest/references/apisix_cluster_config_v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ See the [definition](https://github.com/apache/apisix-ingress-controller/blob/ma
3636
| monitoring | object | Monitoring configurations. |
3737
| monitoring.prometheus | object | Prometheus configurations. |
3838
| monitoring.prometheus.enable | boolean | When set to `true`, enables Prometheus. |
39+
| monitoring.prometheus.prefer_name | boolean | When set to `true`, prints Route/Service name instead of their ID in Prometheus metrics. |
3940
| monitoring.skywalking | object | Apache SkyWalking configurations. |
4041
| monitoring.skywalking.enable | boolean | When set to `true`, enables SkyWalking. |
4142
| monitoring.skywalking.sampleRatio | number | Sample ratio for spans. Should be in `[0, 1]`. |

0 commit comments

Comments
 (0)