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

Polishing #11

Merged
Merged

Conversation

rstoyanchev
Copy link
Collaborator

  • Make Scoped a top-level type and rename to ContextScope.
  • Rename wrap methods to instrument.
  • Drop tryScoped methods. They are trivial and ContextContainer should focus on instrumentation and propagation more so than on invocation. We can reintroduce them later, but they seem too trivial and non-essential for now.

Make Scoped a top-level type and rename to ContextScope.

Rename wrap methods to instrument.

Remove tryScoped methods. ContextContainer should focus on
instrumentation and propagation more so than on actual invocation which
can be done quite trivially otherwise. We can reintroduce them later,
but seem too trivial and non-essential for now.
@marcingrzejszczak marcingrzejszczak added this to the 1.0.0-M3 milestone Jun 9, 2022
@marcingrzejszczak marcingrzejszczak merged commit dc4dbba into micrometer-metrics:main Jun 9, 2022
@rstoyanchev rstoyanchev deleted the polishing-cc branch June 9, 2022 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants