forked from open-telemetry/opentelemetry-js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
(Internal Review) add debug logging to resource auto-detection #1
Closed
Conversation
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
Co-authored-by: Daniel Dyla <[email protected]>
…telemetry#1197) Co-authored-by: Mayur Kale <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
* chore: adding plugin-fetch and example * chore: investigating failing test * chore: chore fixing tests with better fetch mocking * chore: addressing comments * chore: lint * chore: addressing comments * chore: updating webpack-env * chore: fixes after update for node types * chore: addressing reviews * chore: fixes after merge * chore: updating version Co-authored-by: Mayur Kale <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
adamegyed
force-pushed
the
ResourceAutoDetectionLogging
branch
from
June 17, 2020 21:13
0bccc3f
to
f0486e7
Compare
Note: This is a separate PR not intended for review by OpenTelemetry contributors. That PR can be found at open-telemetry#1211 |
adamegyed
changed the title
feat: add debug logging to resource auto-detection
(Internal Review) add debug logging to resource auto-detection
Jun 17, 2020
…1204) Co-authored-by: Mayur Kale <[email protected]>
* chore: fixing zone from which to fork a new zone * chore: adding tests for creating zone Co-authored-by: Mayur Kale <[email protected]>
Co-authored-by: Daniel Dyla <[email protected]> Co-authored-by: Mayur Kale <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
adamegyed
force-pushed
the
ResourceAutoDetectionLogging
branch
from
June 19, 2020 00:15
e81575b
to
4372c80
Compare
Signed-off-by: Adam Egyed <[email protected]>
Co-authored-by: Daniel Dyla <[email protected]>
LGTM |
Co-authored-by: Mayur Kale <[email protected]>
Co-authored-by: Mayur Kale <[email protected]>
…try#1232) Co-authored-by: Daniel Dyla <[email protected]>
…y#1229) Co-authored-by: Mayur Kale <[email protected]>
…#1224) Co-authored-by: Mayur Kale <[email protected]>
Co-authored-by: Mayur Kale <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
Co-authored-by: Daniel Dyla <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
Signed-off-by: Adam Egyed <[email protected]>
…ry#1191) Co-authored-by: Mayur Kale <[email protected]>
* chore: update metrics example with UpDownCounter * chore: update getting-started * chore: update README * fix: lint * Update packages/opentelemetry-metrics/README.md Co-authored-by: Daniel Dyla <[email protected]> * Update packages/opentelemetry-metrics/README.md Co-authored-by: Daniel Dyla <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
Co-authored-by: Daniel Dyla <[email protected]>
…llectorTraceExporter (open-telemetry#1256)
* fix: default url for otelcol * docs: review example from default url otelcol Co-authored-by: Mayur Kale <[email protected]>
* chore: adding batch observer, some metrics refactoring * chore: undo changes after testing * chore: undo changes after testing * chore: addressing comments * chore: renaming observer into value observer, fixing few spotted issues * chore: missing renamed for ValueObserver * chore: removing unused class * chore: cleanup * chore: refactoring, renaming aggregators * chore: refactoring observer to have base class that can be extended * chore: changing aggregator for ValueObserver, exposing batcher so it can be used to override a default one * chore: addressing comments * chore: addressing comments * chore: preventing user from updating observer after timeout or update * chore: aligning aggregators for value observer and recorder with regards to last spec changes * chore: fixing test * chore: fixes after merge * chore: changes after review * chore: changes after review with some additional fixes around typing * chore: changes after review * chore: lint * chore: reviews * chore: typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Adam Egyed [email protected]
Which problem is this PR solving?
Short description of the changes