-
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
[chore] Use string for unit type #33950
Merged
codeboten
merged 2 commits into
open-telemetry:main
from
mx-psi:mx-psi/fix-units-in-mdatagen
Jul 8, 2024
Merged
[chore] Use string for unit type #33950
codeboten
merged 2 commits into
open-telemetry:main
from
mx-psi:mx-psi/fix-units-in-mdatagen
Jul 8, 2024
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
github-actions
bot
added
connector/servicegraph
exporter/loki
Loki Exporter
exporter/prometheusremotewrite
processor/filter
Filter processor
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
receiver/activedirectoryds
receiver/bigip
receiver/dockerstats
receiver/elasticsearch
receiver/expvar
receiver/hostmetrics
receiver/httpcheck
HTTP Check receiver
receiver/kafkametrics
receiver/kubeletstats
receiver/mongodbatlas
receiver/mongodb
receiver/mysql
receiver/oracledb
receiver/otelarrow
receiver/podman
receiver/postgresql
receiver/redis
Redis related issues
receiver/snmp
receiver/snowflake
Snowflake receiver
receiver/sshcheck
receiver/zookeeper
labels
Jul 8, 2024
github-actions
bot
requested review from
jamesmoessis,
JaredTan95,
jmacd,
jpkrohling,
mapno,
mar4uk,
moh-osman3,
MovieStoreGuy,
nslaughter,
pjanotti,
rapphil,
rmfitzpatrick,
rnishtala-sumo,
rogercoll,
schmikei,
shalper2,
StefanKurek,
tamir-michaeli and
TylerHelmuth
July 8, 2024 14:41
djaglowski
approved these changes
Jul 8, 2024
songy23
approved these changes
Jul 8, 2024
codeboten
approved these changes
Jul 8, 2024
mx-psi
added a commit
to open-telemetry/opentelemetry-collector
that referenced
this pull request
Jul 12, 2024
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Makes type resolution strict and conforming to the behavior described in [the env vars RFC](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/env-vars.md) Depends on: - #10553 - #10555 - #10559 - open-telemetry/opentelemetry-collector-contrib/pull/33950 <!-- Issue number if applicable --> #### Link to tracking issue Fixes #9532, Fixes #8565 --------- Co-authored-by: Alex Boten <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
connector/servicegraph
exporter/loki
Loki Exporter
exporter/prometheusremotewrite
processor/filter
Filter processor
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
receiver/activedirectoryds
receiver/bigip
receiver/dockerstats
receiver/elasticsearch
receiver/expvar
receiver/hostmetrics
receiver/httpcheck
HTTP Check receiver
receiver/kafkametrics
receiver/kubeletstats
receiver/mongodb
receiver/mongodbatlas
receiver/mysql
receiver/oracledb
receiver/otelarrow
receiver/podman
receiver/postgresql
receiver/redis
Redis related issues
receiver/snmp
receiver/snowflake
Snowflake receiver
receiver/sshcheck
receiver/zookeeper
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:
Uses string type for
unit
field in mdatagen related files.Link to tracking Issue: Needed for open-telemetry/opentelemetry-collector/pull/10554