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
Copy file name to clipboardExpand all lines: charts/neon-proxy/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# neon-proxy
2
2
3
-
[](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
3
+
[](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
4
4
5
5
Neon Proxy
6
6
@@ -86,6 +86,7 @@ Kubernetes: `^1.18.x-x`
86
86
| settings.otelExporterDisabled | bool |`false`| Disables OpenTelemetry (will be converted into `OTEL_SDK_DISABLED` environment variable) |
87
87
| settings.otelExporterOtlpEndpoint | string |`""`| OpenTelemetry collector URL (will be converted into `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable) |
88
88
| settings.parquetUploadCompression | string |`"uncompressed"`| (string) What level of compression to use |
89
+
| settings.parquetUploadDisconnectEventsRemoteStorage | string |`""`| (string) Storage location to upload the parquet files with disconnect events to. |
89
90
| settings.parquetUploadMaximumDuration | string |`"20m"`| (string) How long to wait before forcing a file upload |
90
91
| settings.parquetUploadPageSize | string |`"1048576"`| (string) How large each column page should be in bytes |
91
92
| settings.parquetUploadRemoteStorage | string |`""`| (string) Storage location to upload the parquet files to. |
0 commit comments