Skip to content

Commit a5a0f59

Browse files
committed
Added max_open_conn in README
Signed-off-by: Alok Kumar Singh <[email protected]>
1 parent 50bfa60 commit a5a0f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

receiver/sqlqueryreceiver/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The configuration supports the following top-level fields:
3636
- `telemetry` (optional) Defines settings for the component's own telemetry - logs, metrics or traces.
3737
- `telemetry.logs` (optional) Defines settings for the component's own logs.
3838
- `telemetry.logs.query` (optional, default `false`) If set to `true`, every time a SQL query is run, the text of the query and the values of its parameters will be logged together with the debug log `"Running query"`.
39+
- `max_open_conn` (optional, default `0`): The maximumn number of open connections to the sql server. <= 0 means unlimited
3940

4041
[storage_extension]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage
4142

0 commit comments

Comments
 (0)