Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[exporter/influxdb] configurable LogRecord dimensions #26342

Merged
merged 2 commits into from
Sep 2, 2023

Conversation

jacobmarble
Copy link
Contributor

Description:
Adds new config value LogRecordDimensions to influxdbexporter, similar to #23230. This allows the user to specify which otel attributes translate to InfluxDB tags, and which should be written to the attributes InfluxDB field.

Incidentally, this change also updates the main dependency of influxdbreceiver, but no important changes were made to that module.

Link to tracking Issue:

influxdata/influxdb-observability#273

Testing:

Unit tests for config updated.

Documentation:

README updated.

@jacobmarble jacobmarble requested a review from a team August 30, 2023 23:09
@jacobmarble jacobmarble force-pushed the jgm-log-record-dimensions branch 2 times, most recently from c26ae49 to c72eb27 Compare August 30, 2023 23:19
Adds new config value `LogRecordDimensions` to influxdbexporter, similar to open-telemetry#23230. This allows the user to specify which otel attributes translate to InfluxDB tags, and which should be written to the `attributes` InfluxDB field.

Incidentally, this change also updates the main dependency of influxdbreceiver, but no important changes were made to that module.
exporter/influxdbexporter/config.go Outdated Show resolved Hide resolved
@mx-psi mx-psi added the ready to merge Code review completed; ready to merge by maintainers label Sep 1, 2023
@dmitryax dmitryax merged commit ebdf15c into open-telemetry:main Sep 2, 2023
95 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 2, 2023
@jacobmarble jacobmarble deleted the jgm-log-record-dimensions branch September 15, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command exporter/influxdb ready to merge Code review completed; ready to merge by maintainers receiver/influxdb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants