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

[influxdb] remove uint fields from InfluxDB plugins #33228

Merged
merged 2 commits into from
May 27, 2024

Conversation

jacobmarble
Copy link
Contributor

Description:

This change removes the Metric signal flags field to/from InfluxDB conversion. The InfluxDB field is type uint which is not supported in InfluxDB v1 AND the Metric flags field is not particularly useful (yet) in OpenTelemetry.

Link to tracking Issue:
Fixes #29896

Testing:
Material code changes and tests in influxdata/influxdb-observability#305

Documentation:
Small changes to docs in influxdata/influxdb-observability#305

Fixes open-telemetry#29896

This change removes the Metric signal `flags` field to/from InfluxDB
conversion. The InfluxDB field is type `uint` which is not supported in
InfluxDB v1 AND the Metric `flags` field is not particularly useful
(yet) in OpenTelemetry.
@github-actions github-actions bot added cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command labels May 27, 2024
@mx-psi mx-psi merged commit 49b0d13 into open-telemetry:main May 27, 2024
162 checks passed
@github-actions github-actions bot added this to the next release milestone May 27, 2024
@jacobmarble jacobmarble deleted the influxdbv1-flags branch May 28, 2024 14:02
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.

influxdbexporer creates metric exports that are not accepted by influx
3 participants