Skip to content

Commit 709f246

Browse files
authored
Merge pull request #4 from johurul000/johurul000-lts
fixed few link and sentences
2 parents 7f577e8 + 47685e0 commit 709f246

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

2-lts/step1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ It will also scrape our components we will use in this tutorial.
4242
4343
Click on the box and it will get copied for config to propagate the configs to file.
4444
45-
Switch on to the Editor tab and make a `prometheus0_eu1.yml` file in editor folder and paste the above code in it.
45+
Switch on to the Editor tab and make a `prometheus0_eu1.yml` file and paste the below code in it.
4646
4747
```
4848
global:

2-lts/step2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Enter the credentials as mentioned below:
4444
4545
All Thanos components that use object storage uses the same `objstore.config` flag with the same "little" bucket config format.
4646
47-
Switch on to the Editor tab and make a `bucket_storage.yaml` file in editor folder and paste the above code in it.
47+
Switch on to the Editor tab and make a `bucket_storage.yaml` file and paste the below code in it.
4848
4949
```
5050
type: S3

3-receiver/step1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ docker run -d --net=host --rm \
5050
--web.enable-lifecycle
5151
```{{execute}}
5252
53-
Verify that `prometheus-batcave` is running by navigating to the [Batcave Prometheus UI]({{TRAFFIC_HOST1_9090}}).
53+
Verify that `prometheus-batcave` is running by navigating to the [Batcave Prometheus UI]({{TRAFFIC_HOST1_9090}}/).
5454
5555
<details>
5656
<summary>Why do we enable the web lifecycle flag?</summary>
@@ -94,6 +94,6 @@ docker run -d --net=host --rm \
9494
--web.enable-lifecycle
9595
```{{execute}}
9696
97-
Verify that `prometheus-batcomputer` is running by navigating to the [Batcomputer Prometheus UI]({{TRAFFIC_HOST1_9091}}).
97+
Verify that `prometheus-batcomputer` is running by navigating to the [Batcomputer Prometheus UI]({{TRAFFIC_HOST1_9091}}/).
9898
9999
With these Prometheus instances configured and running, we can now start to architect our global view of all of `Wayne Enterprises`.

4-receiver-agent/step2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ quay.io/prometheus/prometheus:v2.38.0 \
6262
6363
This runs Prometheus Agent, which will scrape itself and forward all to Thanos Receive. It also exposes UI with pages that relate to scraping, service discovery, configuration and build information.
6464
65-
Verify that `prom-agent-batmobile` is running by navigating to the [Batmobile Prometheus Agent UI]({{TRAFFIC_HOST1_9090}}/targets).
65+
Verify that `prom-agent-batmobile` is running by navigating to the [Batmobile Prometheus Agent UI]({{TRAFFIC_HOST1_9090}}/targets/).
6666
6767
You should see one target: Prometheus Agent on `batmobile` itself.
6868
@@ -101,7 +101,7 @@ quay.io/prometheus/prometheus:v2.38.0 \
101101
--web.listen-address=:9091
102102
```{{execute}}
103103
104-
Verify that `prom-agent-batcopter` is running by navigating to the [Batcopter Prometheus Agent UI]({{TRAFFIC_HOST1_9091}}/targets).
104+
Verify that `prom-agent-batcopter` is running by navigating to the [Batcopter Prometheus Agent UI]({{TRAFFIC_HOST1_9091}}/targets/).
105105
106106
You should see one target: Prometheus Agent on `batcopter` itself.
107107

0 commit comments

Comments
 (0)