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

feat(influxdbexporter): add configurable span dimensions #23230

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

jacobmarble
Copy link
Contributor

@jacobmarble jacobmarble commented Jun 7, 2023

Description:
Adds configurable span dimensions to influxdbexporter. This allows the user to manage which span attributes translate to InfluxDB tags.

Incidentally, this change also updates dependencies of influxdbreceiver, but no material changes are made to that module.

Link to tracking Issue:
influxdata/influxdb-observability#251

Testing:
Unit tests upstream: influxdata/influxdb-observability#253

Documentation:
Updated the influxdbreceiver README.md and config example.

@github-actions github-actions bot added the cmd/configschema configschema command label Jun 8, 2023
@jacobmarble jacobmarble marked this pull request as ready for review June 8, 2023 00:35
@jacobmarble jacobmarble requested a review from a team June 8, 2023 00:35
@dmitryax dmitryax merged commit d0fe5f3 into open-telemetry:main Jun 8, 2023
@github-actions github-actions bot added this to the next release milestone Jun 8, 2023
@jacobmarble jacobmarble deleted the jgm-span-dimensions branch June 8, 2023 15:06
Caleb-Hurshman pushed a commit to observIQ/opentelemetry-collector-contrib that referenced this pull request Jul 6, 2023
…try#23230)

Adds configurable span dimensions to influxdbexporter. This allows the user to manage which span attributes translate to InfluxDB tags.

Incidentally, this change also updates dependencies of influxdbreceiver, but no material changes are made to that module.
jacobmarble added a commit to jacobmarble/opentelemetry-collector-contrib that referenced this pull request Aug 31, 2023
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.
dmitryax pushed a commit that referenced this pull request Sep 2, 2023
**Description:** <Describe what has changed.>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants