Skip to content

Commit c5d125c

Browse files
committed
fix broken links
1 parent b2c9a95 commit c5d125c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/use-cases/observability/clickstack/example-datasets/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ All services are deployed to the `otel-demo` namespace. Each deployment includes
6868

6969
- Automatic instrumentation with OTel and ClickStack SDKS for traces, metrics, and logs.
7070
- All services send their instrumentation to a `my-hyperdx-hdx-oss-v2-otel-collector` OpenTelemetry collector (not deployed)
71-
- [Forwarding of resource tags](/use-cases/observability/clickstack/ingesting-data/kubernetes#forwarding-resouce-tags-to-pods) to correlate logs, metrics and traces via the environment variable `OTEL_RESOURCE_ATTRIBUTES`.
71+
- [Forwarding of resource tags](/use-cases/observability/clickstack/integrations/kubernetes#forwarding-resouce-tags-to-pods) to correlate logs, metrics and traces via the environment variable `OTEL_RESOURCE_ATTRIBUTES`.
7272

7373
```shell
7474
## download demo Kubernetes manifest file

docs/use-cases/observability/clickstack/ingesting-data/sdks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ All SDKs support automatic correlation with Kubernetes metadata (pod name, names
6868
- Correlate application logs and traces with infrastructure metrics
6969
- Track resource usage and performance across your Kubernetes cluster
7070

71-
To enable this feature, configure the OpenTelemetry collector to forward resource tags to pods. See the [Kubernetes integration guide](/use-cases/observability/clickstack/ingesting-data/kubernetes#forwarding-resouce-tags-to-pods) for detailed setup instructions.
71+
To enable this feature, configure the OpenTelemetry collector to forward resource tags to pods. See the [Kubernetes integration guide](/use-cases/observability/clickstack/integrations/kubernetes#forwarding-resouce-tags-to-pods) for detailed setup instructions.

docs/use-cases/observability/clickstack/ingesting-data/sdks/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ By default, `console.*` logs are collected by default. If you're using a logger
8585
such as `winston` or `pino`, you'll need to add a transport to your logger to
8686
send logs to ClickStack. If you're using another type of logger,
8787
[reach out](mailto:[email protected]) or explore one of our platform
88-
integrations if applicable (such as [Kubernetes](/use-cases/observability/clickstack/ingesting-data/kubernetes)).
88+
integrations if applicable (such as [Kubernetes](/use-cases/observability/clickstack/integrations/kubernetes)).
8989

9090
<Tabs groupId="logging">
9191
<TabItem value="Winston" label="Winston" default>

0 commit comments

Comments
 (0)