Skip to content

Commit e34a33e

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
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

@@ -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)