Skip to content

Conversation

@dashpole
Copy link
Contributor

Part of open-telemetry/opentelemetry-specification#4015

Metric producers are registered to metric readers, so i've nested it under the periodic and manual readers.

@gouthamve @jack-berg

@dashpole dashpole force-pushed the metric_producers branch from 29c0fa9 to 70f2ef1 Compare May 17, 2024 14:16
@dashpole dashpole marked this pull request as ready for review May 17, 2024 16:01
@dashpole dashpole requested a review from a team May 17, 2024 16:01
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented May 21, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@codeboten
Copy link
Contributor

/easycla

@dashpole dashpole force-pushed the metric_producers branch from b4c085a to 9fb79e5 Compare May 21, 2024 19:26
@codeboten codeboten merged commit 0941a0a into open-telemetry:main May 23, 2024
Comment on lines +49 to 55
},
"producers": {
"type": "array",
"items": {
"$ref": "#/$defs/MetricProducer"
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed here if already in the top level MetricReader? If it is required for pull (maybe to control at a granular level) why not for periodic as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#93

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for calling this out @bogdandrutu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants