Skip to content

Commit bd8e683

Browse files
committed
fix markdownlint checks
1 parent 4ff5ca8 commit bd8e683

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

modules/provider/README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
This module provides receivers components for collecting data(`logs` `metrics` `traces` `profiles`).
44

55
## Components
6-
- [`self_hosted_stack`](#self_hosted_stack)
7-
- [`grafana_cloud`](#grafana_cloud)
6+
7+
- [`self_hosted_stack`](#self_hosted_stack)
8+
- [`grafana_cloud`](#grafana_cloud)
89

910
### `self_hosted_stack`
1011

@@ -14,10 +15,10 @@ Module component to configure receivers for Self Hosted LGTMP Stack.
1415

1516
| Name | Required | Default | Description |
1617
|:------------------------|:---------|:------------------------------------|:------------------------------------|
17-
| `metrics_endpoint_url` | _no_ | `http://mimir:8080/api/v1/push` | Where to send collected `metrics`. |
18-
| `logs_endpoint_url` | _no_ | `http://loki:3100/loki/api/v1/push` | Where to send collected `logs`. |
19-
| `traces_endpoint_url` | _no_ | `http://tempo:4318` | Where to send collected `traces`. |
20-
| `profiles_endpoint_url` | _no_ | `http://pyroscope:4040` | Where to send collected `profiles`. |
18+
| `metrics_endpoint_url` | *no* | `http://mimir:8080/api/v1/push` | Where to send collected `metrics`. |
19+
| `logs_endpoint_url` | *no* | `http://loki:3100/loki/api/v1/push` | Where to send collected `logs`. |
20+
| `traces_endpoint_url` | *no* | `http://tempo:4318` | Where to send collected `traces`. |
21+
| `profiles_endpoint_url` | *no* | `http://pyroscope:4040` | Where to send collected `profiles`. |
2122

2223
***Exports***
2324

@@ -67,21 +68,21 @@ Module component to automatically configure receivers for Grafana Cloud.
6768

6869
To create a token:
6970

70-
1. Navigate to the [Grafana Cloud Portal](https://grafana.com/profile/org)
71-
2. Go to either the `Access Policies` or `API Keys` page, located in the `Security` section
72-
3. Create an Access Policy or API token with the correct permissions
71+
1. Navigate to the [Grafana Cloud Portal](https://grafana.com/profile/org)
72+
2. Go to either the `Access Policies` or `API Keys` page, located in the `Security` section
73+
3. Create an Access Policy or API token with the correct permissions
7374

7475
The token must have permissions to read stack information. The setup of these permissions depends on the type of token:
7576

76-
- Access Policies need the `stacks:read` scope
77-
- API Keys need at least the the `MetricsPublisher` role
77+
- Access Policies need the `stacks:read` scope
78+
- API Keys need at least the the `MetricsPublisher` role
7879

7980
***Arguments***
8081

8182
| Name | Required | Default | Description |
8283
|:-------------|:---------|:--------|:---------------------------------------------------|
83-
| `stack_name` | _yes_ | `N/A` | Name of your stack as shown in the account console |
84-
| `token` | _yes_ | `N/A` | Access policy token or API Key. |
84+
| `stack_name` | *yes* | `N/A` | Name of your stack as shown in the account console |
85+
| `token` | *yes* | `N/A` | Access policy token or API Key. |
8586

8687
***Exports***
8788

0 commit comments

Comments
 (0)