Skip to content

Commit

Permalink
Make anchor links lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhigbeEromo committed Dec 9, 2024
1 parent 8bdc051 commit 11ba415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/sematextexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following configuration options are supported:
* `payload_max_lines` (default = 1_000) Maximum number of lines allowed per HTTP POST request
* `payload_max_bytes` (default = 300_000) Maximum number of bytes allowed per HTTP POST request
* `metrics_schema` (default = telegraf-prometheus-v2) The chosen metrics schema to write
* `sending_queue` [details here](https://github.com/open-telemetry/opentelemetry-collector/blob/v0.25.0/exporter/exporterhelper/README.md#configuration)
* `sending_queue` [details here](https://github.com/open-telemetry/opentelemetry-collector/blob/v0.25.0/exporter/exporterhelper/readme.md#configuration)
* `enabled` (default = true)
* `num_consumers` (default = 10) The number of consumers from the queue
* `queue_size` (default = 1000) Maximum number of batches allowed in queue at a given time
Expand Down

0 comments on commit 11ba415

Please sign in to comment.