You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Helm chart version of Grafana Alloy |`string`|`"1.0.2"`| no |
186
187
| <aname="input_clustering_enabled"></a> [clustering\_enabled](#input\_clustering\_enabled)| Enable Grafana Alloy clustering. NOTE: This is only supported for certain kinds of resources - RTFM |`bool`|`false`| no |
187
188
| <aname="input_config"></a> [config](#input\_config)| Grafana Alloy River configuration. Some configuration should be provided. You're encouraged to use the provided templates. You can also provide your completely own config with `default_config_enabled = false`. |`list(string)`|`[]`| no |
@@ -200,8 +201,8 @@ No modules.
200
201
| <aname="input_kubernetes_namespace"></a> [kubernetes\_namespace](#input\_kubernetes\_namespace)| Kubernetes namespace to deploy the Grafana Alloy into. NOTE: The namespace must exist and be available for deployment! |`string`| n/a | yes |
201
202
| <aname="input_kubernetes_security_context"></a> [kubernetes\_security\_context](#input\_kubernetes\_security\_context)| Kubernetes security context configuration for the Grafana Alloy. This is needed with node\_exporter to run privileged and as root (UID 0). | <pre>object({<br/> runAsUser = optional(number)<br/> privileged = optional(bool)<br/> })</pre> |`{}`| no |
202
203
| <aname="input_live_debug"></a> [live\_debug](#input\_live\_debug)| Enable live debug for the Grafana Alloy |`bool`|`false`| no |
| <aname="input_metrics"></a> [metrics](#input\_metrics)| Grafana Alloy metrics endpoint of Prometheus-compatible receiver. NOTE: You must provide the base URL of the API. | <pre>object({<br/> endpoint = optional(string, "http://mimir:9090")<br/> tenant = optional(string, "default")<br/> backend_type = optional(string, "mimir")<br/> ssl_enabled = optional(bool, true)<br/> })</pre> |`{}`| no |
| <aname="input_metrics"></a> [metrics](#input\_metrics)| Grafana Alloy metrics endpoint of Prometheus-compatible receiver. NOTE: You must provide the base URL of the API. | <pre>object({<br/> endpoint = optional(string, "http://mimir:9090")<br/> tenant = optional(string, null)<br/> backend_type = optional(string, "mimir")<br/> ssl_enabled = optional(bool, true)<br/> })</pre> |`{}`| no |
205
206
| <aname="input_otel"></a> [otel](#input\_otel)| Grafana Alloy OTel configuration. NOTE: There can be only one OTel receiver at the moment. | <pre>object({<br/> http_port = optional(number, 4318)<br/> grpc_port = optional(number, 4317)<br/> endpoint = optional(string, "http://tempo:4318")<br/> service_graphs_dimensions = optional(list(string), [])<br/> })</pre> |`{}`| no |
206
207
| <aname="input_replicas"></a> [replicas](#input\_replicas)| Number of Grafana Alloy replicas. NOTE: Only valid for `kubernetes_kind = "deployment"`. |`number`|`1`| no |
207
208
| <aname="input_stability_level"></a> [stability\_level](#input\_stability\_level)| n/a |`string`|`"generally-available"`| no |
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Helm chart version of Grafana Alloy |`string`|`"1.0.2"`| no |
63
+
| <aname="input_clustering_enabled"></a> [clustering\_enabled](#input\_clustering\_enabled)| Enable clustering for the Grafana Alloy |`bool`|`false`| no |
61
64
| <aname="input_config"></a> [config](#input\_config)| Grafana Alloy River config snippets |`list(string)`|`[]`| no |
62
65
| <aname="input_controller_resources"></a> [controller\_resources](#input\_controller\_resources)| Resources for the Grafana Alloy controller | <pre>object({<br/> requests = optional(object({<br/> cpu = optional(string, "1m")<br/> memory = optional(string, "5Mi")<br/> }), {})<br/> limits = optional(object({<br/> cpu = optional(string, "100m")<br/> memory = optional(string, "50Mi")<br/> }), {})<br/> })</pre> |`{}`| no |
63
66
| <aname="input_global_tolerations"></a> [global\_tolerations](#input\_global\_tolerations)| Global tolerations for the Grafana Alloy | <pre>list(object({<br/> key = string<br/> operator = string<br/> effect = string<br/> }))</pre> |`[]`| no |
| <aname="input_metrics"></a> [metrics](#input\_metrics)| Grafana Alloy metrics endpoint of Prometheus-compatible receiver. NOTE: You must provide the base URL of the API. | <pre>object({<br/> endpoint = optional(string, "http://mimir:9090")<br/> tenant = optional(string, "default")<br/> backend_type = optional(string, "mimir")<br/> })</pre> |`{}`| no |
70
73
| <aname="input_replicas"></a> [replicas](#input\_replicas)| Number of Grafana Alloy replicas |`number`|`1`| no |
71
74
| <aname="input_stability_level"></a> [stability\_level](#input\_stability\_level)| Stability level for the Grafana Alloy |`string`|`"generally-available"`| no |
0 commit comments