Skip to content

Commit

Permalink
feat(receiver/sqlquery): add experimental logs support (#1144)
Browse files Browse the repository at this point in the history
This adds experimental logs support to the SQL Query receiver.

This feature is currently under review in the OpenTelemetry Collector Contrib repository:
- open-telemetry/opentelemetry-collector-contrib#20730
  • Loading branch information
andrzej-stencel authored May 30, 2023
1 parent 55e6224 commit a46c466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- chore: update OT to v0.78.0 [#1142]
- feat(receiver/sqlquery): add experimental logs support [#1144]

[unreleased]: https://github.com/SumoLogic/sumologic-otel-collector/compare/v0.77.0-sumo-0...main
[#1142]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1142
[#1144]: https://github.com/SumoLogic/sumologic-otel-collector/pull/1144

## [v0.77.0-sumo-0]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The rest of the components in the table are pure upstream OpenTelemetry componen
[snmpreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/snmpreceiver
[solacereceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/solacereceiver
[splunkhecreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/splunkhecreceiver
[sqlqueryreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/sqlqueryreceiver
[sqlqueryreceiver]: https://github.com/dmolenda-sumo/opentelemetry-collector-contrib/tree/sqlquery-receiver-add-logs-v0.78.0/receiver/sqlqueryreceiver
[sqlserverreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/sqlserverreceiver
[sshcheckreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/sshcheckreceiver
[statsdreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.78.0/receiver/statsdreceiver
Expand Down
1 change: 1 addition & 0 deletions otelcolbuilder/.otelcol-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,4 @@ replaces:

# lokireceiver does a replace for this, so we need to as well
- github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/loki => github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/loki v0.78.0
- github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sqlqueryreceiver => github.com/dmolenda-sumo/opentelemetry-collector-contrib/receiver/sqlqueryreceiver sqlquery-receiver-add-logs-v0.78.0

0 comments on commit a46c466

Please sign in to comment.