Skip to content

Commit 0357754

Browse files
authored
Merge pull request #458 from bonclay7/patch-1
Fix broken link
2 parents ff584fd + d6333f2 commit 0357754

File tree

1 file changed

+1
-1
lines changed
  • src/docs/getting-started/prometheus-remote-write-exporter

1 file changed

+1
-1
lines changed

src/docs/getting-started/prometheus-remote-write-exporter/eks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In order to use this Docker image for Kubernetes, we need to push this image to
9595
To deploy the sample app in EKS, copy this Kubernetes configuration and apply it. Make sure to use the latest image that was pushed.
9696

9797
```bash
98-
$ curl https://raw.githubusercontent.com/aws-observability/aws-otel-collector/main/examples/eks/prometheus-pipeline/prometheus-sample-app.yaml -o prometheus-sample-app.yaml
98+
$ curl https://raw.githubusercontent.com/aws-observability/aws-otel-collector/main/examples/eks/aws-prometheus/prometheus-sample-app.yaml -o prometheus-sample-app.yaml
9999
```
100100

101101
Add your image reference to `prometheus-sample-app.yaml`

0 commit comments

Comments
 (0)