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
| deployment.otlp.receiver.grpc.keepalive.enforcementPolicy.minTime | string |`""`| Minimum time clients should wait before sending a keepalive ping. Default is 5 minutes. @section -- Receivers: OTLP |
148
+
| deployment.otlp.receiver.grpc.keepalive.enforcementPolicy.permitWithoutStream | bool |`false`| Allow clients to send keepalive pings when there are no active streams. @section -- Receivers: OTLP |
149
+
| deployment.otlp.receiver.grpc.keepalive.serverParameters.maxConnectionAge | string |`""`| Maximum age for non-idle connections. Default is infinity. @section -- Receivers: OTLP |
150
+
| deployment.otlp.receiver.grpc.keepalive.serverParameters.maxConnectionAgeGrace | string |`""`| Time to wait before forcibly closing connections. Default is infinity. @section -- Receivers: OTLP |
151
+
| deployment.otlp.receiver.grpc.keepalive.serverParameters.maxConnectionIdle | string |`""`| Maximum age for idle connections. Default is infinity. @section -- Receivers: OTLP |
152
+
| deployment.otlp.receiver.grpc.keepalive.serverParameters.time | string |`""`| How often to ping inactive clients to check for liveness. Default is 2 hours. @section -- Receivers: OTLP |
153
+
| deployment.otlp.receiver.grpc.keepalive.serverParameters.timeout | string |`""`| Time to wait before closing inactive clients that don’t respond to liveness checks. Default is 20 seconds. @section -- Receivers: OTLP |
147
154
| deployment.otlp.receiver.grpc.max_recv_msg_size | string |`"4MB"`| gRPC max message receive size. Default to 4MB |
148
155
| liveDebugging.enabled | bool |`false`| Enable live debugging in the Alloy UI. |
149
156
| metricsGeneration.dimensions | list |`["service.namespace","service.version","deployment.environment","k8s.cluster.name","k8s.pod.name"]`| Additional dimensions to add to generated metrics. |
@@ -158,6 +165,13 @@ A major chart version change indicates that there is an incompatible breaking ch
| statefulset.otlp.receiver.grpc.keepalive.enforcementPolicy.minTime | string |`""`| Minimum time clients should wait before sending a keepalive ping. Default is 5 minutes. @section -- Receivers: OTLP |
170
+
| statefulset.otlp.receiver.grpc.keepalive.enforcementPolicy.permitWithoutStream | bool |`false`| Allow clients to send keepalive pings when there are no active streams. @section -- Receivers: OTLP |
171
+
| statefulset.otlp.receiver.grpc.keepalive.serverParameters.maxConnectionAge | string |`""`| Maximum age for non-idle connections. Default is infinity. @section -- Receivers: OTLP |
172
+
| statefulset.otlp.receiver.grpc.keepalive.serverParameters.maxConnectionAgeGrace | string |`""`| Time to wait before forcibly closing connections. Default is infinity. @section -- Receivers: OTLP |
173
+
| statefulset.otlp.receiver.grpc.keepalive.serverParameters.maxConnectionIdle | string |`""`| Maximum age for idle connections. Default is infinity. @section -- Receivers: OTLP |
174
+
| statefulset.otlp.receiver.grpc.keepalive.serverParameters.time | string |`""`| How often to ping inactive clients to check for liveness. Default is 2 hours. @section -- Receivers: OTLP |
175
+
| statefulset.otlp.receiver.grpc.keepalive.serverParameters.timeout | string |`""`| Time to wait before closing inactive clients that don’t respond to liveness checks. Default is 20 seconds. @section -- Receivers: OTLP |
162
176
| statefulset.otlp.receiver.grpc.max_recv_msg_size | string |`"4MB"`| gRPC max message receive size. Default to 4MB |
Copy file name to clipboardExpand all lines: charts/grafana/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -795,3 +795,6 @@ grafana.ini:
795
795
alerting:
796
796
enabled: false
797
797
```
798
+
799
+
### Installing plugins
800
+
For installing plugins please see the [official documentation](https://grafana.com/docs/grafana/latest/administration/plugin-management/#install-plugins-using-the-grafana-helm-chart).
0 commit comments