-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jacobmarble
force-pushed
the
jgm-span-dimensions
branch
2 times, most recently
from
June 7, 2023 23:45
52d825b
to
2b55b11
Compare
jacobmarble
force-pushed
the
jgm-span-dimensions
branch
2 times, most recently
from
June 7, 2023 23:54
fa75bdb
to
482bc08
Compare
jacobmarble
force-pushed
the
jgm-span-dimensions
branch
from
June 8, 2023 00:16
482bc08
to
a2eda38
Compare
dmitryax
approved these changes
Jun 8, 2023
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
Labels
cmd/configschema
configschema command
cmd/otelcontribcol
otelcontribcol command
exporter/influxdb
receiver/influxdb
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.