Skip to content

Commit 98ea44d

Browse files
authored
fix: Dead links (#63)
1 parent fab1e30 commit 98ea44d

16 files changed

+25
-25
lines changed

docs/deployment/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Here is an overview of the Promitor agents you can deploy:
44

5-
- [Deploying Promitor Scraper](scraper/)
6-
- [Deploying Promitor Resource Discovery](resource-discovery/)
5+
- [Deploying Promitor Scraper](scraper/index.md)
6+
- [Deploying Promitor Resource Discovery](resource-discovery/index.md)
77

88
## Image Tagging Strategy
99

@@ -27,4 +27,4 @@ You can also pin to a specific digest of an image to ensure that you are running
2727
the same image across your infrastructure. However, you will not receive security
2828
patches unless you use a tool like [Renovate to keep them up-to-date](https://www.mend.io/free-developer-tools/blog/overcoming-dockers-mutable-image-tags/).
2929

30-
[← back](/)
30+
[← back](../index.md)

docs/deployment/resource-discovery/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ telemetry:
9898
9999
You can easily deploy it by passing the file through `--values` during installation.
100100

101-
[← back](/)
101+
[← back](../../index.md)

docs/deployment/scraper/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://hub.helm.sh/charts/promitor/promitor-ag... 1.6.0 1.6.1
3030
To use this, you will need to provide parameters [via `--set` or `--values`](https://helm.sh/docs/using_helm/#customizing-the-chart-before-installing).
3131
Included here are the values that correspond with the local environment variables.
3232
In addition to these, you will need a metric declaration file as described in
33-
[Metric Declaration](/configuration/metrics).
33+
[Metric Declaration](./../../scraping/overview.md).
3434

3535
```yaml
3636
azureMetadata:
@@ -86,4 +86,4 @@ with this command:
8686
--values /path/to/helm-configuration.yaml
8787
```
8888

89-
[← back](/)
89+
[← back](../../index.md)

docs/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Storage queues.
1717

1818
You can configure the dimension(s) you are interested in via
1919
`azureMetricConfiguration.dimensions`, for more information see
20-
our ['Metrics Declaration' page](/scraping/overview/#metrics).
20+
our ['Metrics Declaration' page](scraping/overview.md#metrics).
2121

2222
However, you can only use it with metrics in Azure Monitor that support this,
2323
for a complete overview we recommend reading the
@@ -26,7 +26,7 @@ for a complete overview we recommend reading the
2626
## How does Promitor handle deleted resources?
2727

2828
The approach depends if you are using declarative metrics or resource discovery but we highly recommend to
29-
**enable Prometheus metric timestamps** in [our runtime configuration](/configuration/v2.x/runtime/scraper/#prometheus-scraping-endpoint)
29+
**enable Prometheus metric timestamps** in [our runtime configuration](scraping/runtime-configuration.md#prometheus-scraping-endpoint)
3030
to indicate how old the metric is.
3131

3232
### When using declarative metrics
@@ -58,7 +58,7 @@ We support `Global` (default), `China`, `UsGov` & `Germany` Azure clouds.
5858

5959
This can be configured in the metric configuration under `azureMetadata`.
6060

61-
For more information see our ['Metric Configuration' page](/configuration/v1.x/metrics/#metrics).
61+
For more information see our ['Metric Configuration' page](scraping/overview.md).
6262

6363
## Why does Azure Blob & File Storage only report account-level information?
6464

@@ -72,7 +72,7 @@ As part of [#450](https://github.com/tomkerkhove/promitor/issues/450) &
7272
When Promitor is unable to find a metric for a multi-dimensional metric, it will report `unknown` for the dimension
7373
label given it was not able to determine what the dimension value is due to the lack of metrics.
7474

75-
You can read more about it in our [Prometheus sink documentation](/configuration/v2.x/runtime/scraper/#what-happens-when-metrics-are-unavailable-for-multi-dimensional-metrics).
75+
You can read more about it in our [Prometheus sink documentation](scraping/runtime-configuration.md#what-happens-when-metrics-are-unavailable-for-multi-dimensional-metrics).
7676

7777
## What operating systems are supported?
7878

docs/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can easily start discovering resources automatically:
3939

4040
1. Declare resource discovery groups ([link](resource-discovery/declaring-resource-discovery-groups.md))
4141
2. Deploy Promitor Resource Discovery ([link](deployment/resource-discovery/index.md))
42-
3. Configure Promitor Scraper to use resource discovery ([link](scraping/overview.md#using-resource-discovery))
42+
3. Configure Promitor Scraper to use resource discovery ([link](https://promitor.io/concepts/#using-resource-discovery))
4343
4. Deploy Promitor Scraper ([link](deployment/scraper/index.md))
4444

4545
## What components do agents provide?
@@ -53,4 +53,4 @@ Here's a detailed overview:
5353

5454
_(*) Resources are still discovered synchronously but this will be implemented in Promitor Resource Discovery v0.2._
5555

56-
[← back](/)
56+
[← back](index.md)

docs/operations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Here is an overview of how you can operate Promitor.
1414
- [Consuming the System endpoint](system.md#consuming-the-system-endpoint)
1515
- [Exploring our REST APIs](system.md#exploring-our-rest-apis)
1616
- [Integrations](integrations.md)
17-
- [Azure Resource Manager API - Consumption & Throttling](integrations.md#azure-resource-manager-api---consumption--throttling)
17+
- [Azure Resource Manager API - Consumption & Throttling](integrations.md#azure-resource-manager-api-consumption-throttling)
1818
- [Azure Resource Graph](integrations.md#azure-resource-graph)
1919
- [Azure Monitor](integrations.md#azure-monitor)

docs/operations/integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Promitor interacts with Azure Monitor API to scrape all the required metrics.
7272

7373
During troubleshooting it can be interesting to gain insights on what the API returns, for which you can opt-in.
7474

75-
You can opt-in for it by configuring the [runtime telemetry](/configuration/v2.x/runtime/scraper#azure-monitor).
75+
You can opt-in for it by configuring the [runtime telemetry](./../scraping/runtime-configuration.md#azure-monitor).
7676

77-
[← back](/)
77+
[← back](../index.md)

docs/operations/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ promitor_runtime_http_request_duration_seconds_count{status_code="200",method="G
4444
Every Promitor agent supports exposing Prometheus metrics:
4545

4646
- **Resource Discovery agent** - Exposed on `/metrics` endpoint
47-
- **Scraper agent** - Exposed through Prometheus metric sink ([docs](/configuration/v2.x/runtime/scraper#prometheus-scraping-endpoint))
47+
- **Scraper agent** - Exposed through Prometheus metric sink ([docs](./../scraping/runtime-configuration.md#prometheus-scraping-endpoint))
4848

4949
## Scraping Azure Monitor
5050

docs/resource-discovery/runtime-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ server:
202202
An environment variable called `PROMITOR_YAML_OVERRIDE_server__httpPort` can be
203203
provided which specifies the new port.
204204

205-
[← back](/)
205+
[← back](../index.md)

docs/scraping/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ metrics:
183183
- name: service-bus-landscape
184184
```
185185
186-
[← back](/)
186+
[← back](../index.md)

0 commit comments

Comments
 (0)