Skip to content

Commit a53825c

Browse files
committed
fix link slash
Signed-off-by: mornyx <[email protected]>
1 parent 9cf64d6 commit a53825c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tidb-cloud/byoc-o11y-agent-tutorial.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ spec:
789789

790790
The `remoteWrite.url` can be obtained after creating the O11y backend cluster as mentioned earlier - simply fill in the corresponding value.
791791

792-
For standard TiDB clusters, we provide an `additionalScrapeConfigs` template to collect metrics from all TiDB components. Please refer to [TiDB VMAgent Config](./byoc-o11y-agent-vmagent-config-tidb.md).
792+
For standard TiDB clusters, we provide an `additionalScrapeConfigs` template to collect metrics from all TiDB components. Please refer to [TiDB VMAgent Config](/tidb-cloud/byoc-o11y-agent-vmagent-config-tidb.md).
793793

794794
### Deployment
795795

@@ -816,13 +816,13 @@ kubectl logs -n monitoring -l app.kubernetes.io/name=tidb-vmagent --tail=50
816816

817817
### Functional Description
818818

819-
**Kubernetes Victoria Metrics Agent** 专用于采集 Kubernetes 集群基础监控指标,每个 Kubernetes 集群需要部署一个实例。
819+
**Kubernetes Victoria Metrics Agent** is specifically designed to collect fundamental Kubernetes cluster metrics. One instance should be deployed per Kubernetes cluster.
820820

821821
### Prepare Resource File
822822

823-
TiDB VMAgent 类似,需要准备一个专用于 Kubernetes VMAgent 的 CR 资源描述文件。
823+
Similar to the TiDB VMAgent, you need to prepare a dedicated Custom Resource (CR) definition file for the Kubernetes VMAgent.
824824

825-
基本资源描述文件模板如下:
825+
Basic resource template:
826826

827827
```yaml
828828
apiVersion: operator.victoriametrics.com/v1beta1
@@ -866,7 +866,7 @@ spec:
866866

867867
The `remoteWrite.url` can be obtained after creating the O11y backend cluster as mentioned earlier - simply fill in the corresponding value.
868868

869-
For Kubernetes VMAgent, we provide an `additionalScrapeConfigs` template to collect metrics from all Kubernetes components. Please refer to [Kubernetes VMAgent Config](./byoc-o11y-agent-vmagent-config-k8s.md).
869+
For Kubernetes VMAgent, we provide an `additionalScrapeConfigs` template to collect metrics from all Kubernetes components. Please refer to [Kubernetes VMAgent Config](/tidb-cloud/byoc-o11y-agent-vmagent-config-k8s.md).
870870

871871
### Deployment
872872

@@ -899,8 +899,8 @@ kubectl logs -n monitoring -l app.kubernetes.io/name=k8s-vmagent --tail=50
899899

900900
For Kubernetes Vector Agent, we provide a Helm Values template to collect all necessary logs. Please refer to the following links for configuration:
901901

902-
- [Node Vector Agent for AWS](./byoc-o11y-agent-vector-config-k8s-aws.md)
903-
- [Node Vector Agent for GCP](./byoc-o11y-agent-vector-config-k8s-gcp.md)
902+
- [Node Vector Agent for AWS](/tidb-cloud/byoc-o11y-agent-vector-config-k8s-aws.md)
903+
- [Node Vector Agent for GCP](/tidb-cloud/byoc-o11y-agent-vector-config-k8s-gcp.md)
904904

905905
> Note: Please replace the variables in the `${VAR}` format in the configuration appropriately.
906906

@@ -970,7 +970,7 @@ data:
970970
...
971971
```
972972

973-
The content of `config.toml` can be referenced from [TiDB Vector Config](./byoc-o11y-agent-vector-config-tidb.md).
973+
The content of `config.toml` can be referenced from [TiDB Vector Config](/tidb-cloud/byoc-o11y-agent-vector-config-tidb.md).
974974

975975
3. `Deployment` resource definition file:
976976

0 commit comments

Comments
 (0)