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/lightstepsatellite/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Lightstep microsatellite to collect telemetry data.
29
29
| lightstep.guid | string |`nil`| defaults to pod's name using the Downward API |
30
30
| lightstep.http_plain_port | int |`8181`||
31
31
| lightstep.http_secure_port | int |`9191`||
32
-
| lightstep.max_msg_size_bytes | int |`0`|Max gRPC server message size the microsatellite will accept. A value of 0 means the gRPC default of 4MiB |
32
+
| lightstep.max_msg_size_bytes | int |`0`|Configure max gRPC receive message size in bytes. https://pkg.go.dev/google.golang.org/grpc#MaxRecvMsgSize Defaults to the library default of 4MiB if falsy.|
33
33
| lightstep.plain_port | int |`8383`||
34
34
| lightstep.project_name | string |`""`| REQUIRED if `lightstep.disable_access_token_checking` is `true`|
35
35
| lightstep.satelliteKey | string |`""`| REQUIRED: your Satellite Key - if not set, `lightstep.collector_satellite_key_secret_name` and `lightstep.collector_satellite_key_secret_key` must be set |
0 commit comments