Skip to content

Commit 809d838

Browse files
committed
Fix documentation
1 parent 56fb852 commit 809d838

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We will be using a simple sample app that is used for the integration tests of t
8686
First, fork the repository. Then clone the repository and run the following commands:
8787

8888
```bash
89-
$ cd ./sample-apps/prometheus
89+
$ cd ./sample-apps/prometheus-sample-app
9090
$ docker build . -t prometheus-sample-app:latest
9191
```
9292

@@ -139,7 +139,7 @@ configurations if you would like to scrape a different application.
139139
To pull the Kubernetes configuration for ADOT Collector:
140140

141141
```bash
142-
$ curl https://raw.githubusercontent.com/aws-observability/aws-otel-collector/main/examples/eks/prometheus-pipeline/eks-prometheus-daemonset.yaml -o eks-prometheus-daemonset.yaml
142+
$ curl https://raw.githubusercontent.com/aws-observability/aws-otel-collector/main/examples/eks/aws-prometheus/prometheus-daemonset.yaml -o eks-prometheus-daemonset.yaml
143143
```
144144

145145
You will have to change the `<YOUR_ENDPOINT>` and `<YOUR_REGION>` to correspond with your own AMP workspace. The changes should be with respect to the Prometheus Remote Write Exporter’s configuration and the `sigv4auth` extension's configuration.

0 commit comments

Comments
 (0)