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

(Metrics) Implement "createMeasure" #452

Closed
mayurkale22 opened this issue Oct 22, 2019 · 1 comment · Fixed by #563
Closed

(Metrics) Implement "createMeasure" #452

mayurkale22 opened this issue Oct 22, 2019 · 1 comment · Fixed by #563
Assignees
Milestone

Comments

@mayurkale22
Copy link
Member

Implementation of createMeasure in the Metrics SDK is not done.

Part of [#402]
Follows [#437]

createMeasure(
name: string,
options?: types.MetricOptions
): Metric<MeasureHandle> {
// @todo: implement this method
throw new Error('not implemented yet');
}

API Specs: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-metrics.md#measure

@mayurkale22 mayurkale22 added feature-request up-for-grabs Good for taking. Extra help will be provided by maintainers labels Oct 22, 2019
@mayurkale22 mayurkale22 added this to the Alpha v0.3 milestone Oct 22, 2019
@markwolff
Copy link
Member

I can take this one if it is still up-for-grabs

@markwolff markwolff self-assigned this Oct 29, 2019
@markwolff markwolff removed the up-for-grabs Good for taking. Extra help will be provided by maintainers label Oct 29, 2019
@mayurkale22 mayurkale22 modified the milestones: Alpha v0.3, Alpha v0.3.2 Dec 23, 2019
@mayurkale22 mayurkale22 modified the milestones: Alpha v0.3.2, Alpha v0.4 Jan 2, 2020
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this issue Dec 15, 2023
…layers (open-telemetry#452)

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants