Skip to content

Commit

Permalink
Fixed an error in the readme of awskinesisexporter (#20748)
Browse files Browse the repository at this point in the history
  • Loading branch information
boysusu authored Apr 7, 2023
1 parent 315fdf3 commit df395d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awskinesisexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following settings can be optionally configured:
- `region` (default = us-west-2): the region that the kinesis stream is deployed in
- `role` (no default): The role to be used in order to send data to the kinesis stream
- `encoding`
- `name` (default = otlp): defines the export type to be used to send to kinesis (available is `otlp_proto`, `otlp_json`, `zipkin_proto`, `zipkin_json`, `jaeger`)
- `name` (default = otlp): defines the export type to be used to send to kinesis (available is `otlp_proto`, `otlp_json`, `zipkin_proto`, `zipkin_json`, `jaeger_proto`)
- **Note** : `otlp_json` is considered experimental and _should not_ be used for production environments.
- `compression` (default = none): allows to set the compression type (defaults BestSpeed for all) before forwarding to kinesis (available is `flate`, `gzip`, `zlib` or `none`)
- `max_records_per_batch` (default = 500, PutRecords limit): The number of records that can be batched together then sent to kinesis.
Expand Down

0 comments on commit df395d7

Please sign in to comment.