Skip to content

Commit b574a93

Browse files
authored
[receiver/sqlquery] Update README to reflect both logs and metrics generation (open-telemetry#43900)
#### Description This PR fixes a documentation bug in the first section of the README file which currently omits logs. That leads to wrong conclusion the receiver can work with metrics only.
1 parent aea8c65 commit b574a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

receiver/sqlqueryreceiver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
1717
<!-- end autogenerated section -->
1818

19-
The SQL Query Receiver uses custom SQL queries to generate metrics from a database connection.
19+
The SQL Query Receiver uses custom SQL queries to generate logs and/or metrics from a database connection.
2020

21-
> :construction: This receiver is in **ALPHA**. Behavior, configuration fields, and metric data model are subject to
21+
> :construction: This receiver is in **ALPHA**. Behavior, configuration fields, and log or metric data model are subject to
2222
> change.
2323
2424
## Configuration

0 commit comments

Comments
 (0)