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

Implement Controller for metric #390

Closed
cijothomas opened this issue Dec 11, 2019 · 0 comments
Closed

Implement Controller for metric #390

cijothomas opened this issue Dec 11, 2019 · 0 comments
Assignees
Labels
pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package

Comments

@cijothomas
Copy link
Member

Parent: #316

From the spec: "A controller is needed to coordinate the decision to begin collection. Controllers generally are responsible for binding the Meter implementation, the Batcher, and the Exporter."

There are no controllers yet in current implementation. There should be atleast one Controller implementation provided as part of SDK which can trigger collection at fixed regular intervals. This should also take care of 'flushing' any metrics on a need basis (customer initiated) or when application is shutting down (automatically)

@SergeyKanzhelev SergeyKanzhelev added the pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package label Jan 7, 2020
@SergeyKanzhelev SergeyKanzhelev added this to the v0.3 milestone Jan 7, 2020
Yun-Ting pushed a commit to Yun-Ting/opentelemetry-dotnet that referenced this issue Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package
Projects
None yet
Development

No branches or pull requests

2 participants