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/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 2.0.14
2
+
3
+
* Add `lightstep.sample_percent` for configuring sample percentage from the microsatellite. Note this can also be configured through the Lightstep API, and the API takes precedence.
4
+
1
5
## 2.0.13
2
6
3
7
* Bug fix for OTLP/HTTP responses. This was a latent bug that surfaced with partial success responses introduced in OTLP v0.19. This will fix client errors such as: `proto: cannot parse invalid wire-format data`
Lightstep microsatellite to collect telemetry data.
6
6
@@ -39,6 +39,7 @@ Lightstep microsatellite to collect telemetry data.
39
39
| 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. |
40
40
| lightstep.plain_port | int |`8383`||
41
41
| lightstep.project_name | string |`""`| REQUIRED if `lightstep.disable_access_token_checking` is `true`|
42
+
| lightstep.sample_percent | int |`0`| Configure sampling by percentage. https://docs.lightstep.com/docs/micro-satellite-configuration-parameters#sample_percent Defaults to 0, which means unconfigured here. |
42
43
| 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