-
Notifications
You must be signed in to change notification settings - Fork 821
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
feat(instrumentation): add new setMeterInstruments method #3267
Merged
vmarchaud
merged 23 commits into
open-telemetry:main
from
epsagon:feat/add-update-metric-instruments-interface
Nov 20, 2022
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2fafb4c
feat(instrumentation): add new protected method that update the mete…
osherv 5188bb9
feat(instrumentation): fixed markdown lint
osherv b92bb79
Update experimental/packages/opentelemetry-instrumentation/src/instru…
osherv a1d9119
Update experimental/packages/opentelemetry-instrumentation/src/instru…
osherv d5b3ddc
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 77c9374
feat(instrumentation): renamed function
osherv 75af723
feat(instrumentation): adapted http instrumentation to the new api
osherv 210b77b
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv f768af1
feat(instrumentation): added tests
osherv d6952f8
Merge branch 'feat/add-update-metric-instruments-interface' of github…
osherv 7328f00
feat(instrumentation): resolved conlicts
osherv c6c2be9
feat(instrumentation): fixed legendcas CR
osherv f65c81e
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 244cd98
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 8f70a7f
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv fe7880c
feat(instrumentation): fixed dyladan's CR
osherv 9df8e43
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 3bfca7f
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 0ef2766
feat(instrumentation): fixed vmarchaud's CR
osherv ca02353
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv f31f953
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 2e550f8
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv 7c67a60
Merge branch 'main' into feat/add-update-metric-instruments-interface
osherv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this needs to follow our dev dependency conventions to set a specific version instead of version ranges. However, I can not edit the PR before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tips: when you create the PR, if you are ok with it, it would be more convenient for us to adopt those miscellaneous snippets before merging if you can check this option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! it will be enabled from my next pr (currently I'm under my company fork so I can't set this option).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@osherv could you do the change and rebase so we can merge this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready for merge :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still didn't find the caret being removed. Would you mind verifying if your commits are pushed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this been updated?