Skip to content

Commit

Permalink
correct attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 committed Jun 19, 2024
1 parent 9616e30 commit 2beedb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/references/apisix_cluster_config_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ See the [definition](https://github.com/apache/apisix-ingress-controller/blob/ma
| monitoring | object | Monitoring configurations. |
| monitoring.prometheus | object | Prometheus configurations. |
| monitoring.prometheus.enable | boolean | When set to `true`, enables Prometheus. |
| monitoring.prometheus.prefer_name | boolean | When set to `true`, prints Route/Service name instead of their ID in Prometheus metrics. |
| monitoring.skywalking | object | Apache SkyWalking configurations. |
| monitoring.skywalking.enable | boolean | When set to `true`, enables SkyWalking. |
| monitoring.skywalking.sampleRatio | number | Sample ratio for spans. Should be in `[0, 1]`. |
| admin | object | Admin configurations. |
| admin.baseURL | string | Base URL of the APISIX cluster. |
| admin.AdminKey | string | Admin key to authenticate with APISIX cluster. |
| prefer_name | boolean | When set to `true`, prints Route/Service name instead of their ID in Prometheus metrics. |

0 comments on commit 2beedb9

Please sign in to comment.