3
3
This module provides receivers components for collecting data(` logs ` ` metrics ` ` traces ` ` profiles ` ).
4
4
5
5
## 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 )
8
9
9
10
### ` self_hosted_stack `
10
11
@@ -14,10 +15,10 @@ Module component to configure receivers for Self Hosted LGTMP Stack.
14
15
15
16
| Name | Required | Default | Description |
16
17
| :------------------------| :---------| :------------------------------------| :------------------------------------|
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 ` . |
21
22
22
23
*** Exports***
23
24
@@ -67,21 +68,21 @@ Module component to automatically configure receivers for Grafana Cloud.
67
68
68
69
To create a token:
69
70
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
73
74
74
75
The token must have permissions to read stack information. The setup of these permissions depends on the type of token:
75
76
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
78
79
79
80
*** Arguments***
80
81
81
82
| Name | Required | Default | Description |
82
83
| :-------------| :---------| :--------| :---------------------------------------------------|
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. |
85
86
86
87
*** Exports***
87
88
0 commit comments