forked from open-telemetry/opentelemetry-java
-
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
merge #1
Merged
Merged
merge #1
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
Signed-off-by: Bogdan Drutu <[email protected]>
* Introduce automatic module names into all libraries being built. * Centralise manifest config of automatic module name into root build.gradle file. * Adding empty new lines
Signed-off-by: Bogdan Cristian Drutu <[email protected]>
Signed-off-by: Bogdan Cristian Drutu <[email protected]>
* Update to latest Resource semantic conventions. * expand test to cover new property
* Remove bound support from Observers Signed-off-by: Bogdan Cristian Drutu <[email protected]> * fix copyright Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Rename observer result method from put to observe Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Rename InstrumentWithBound to InstrumentWithBinding Signed-off-by: Bogdan Cristian Drutu <[email protected]>
Signed-off-by: Bogdan Cristian Drutu <[email protected]>
Signed-off-by: Bogdan Cristian Drutu <[email protected]>
* Cleanup sdk.trace API Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Make TracerSdk public Signed-off-by: Bogdan Cristian Drutu <[email protected]>
* Use the component registry in metrics, add a shared state Signed-off-by: Bogdan Cristian Drutu <[email protected]> * consistency on null exception message, use truth Signed-off-by: Bogdan Cristian Drutu <[email protected]>
…rentMap implementation. (#805)
…l cases (#782) * fix: HttpTraceContext::extract() fails on traceparent == null (#767) * fix: HttpTraceContext::extract() fails on traceparent == null (#767) * fix: HttpTraceContext::extract() fails on traceparent == null (#767) * docs: add an * refactor: use invalid span context from HttpTraceContext * style: apply google code style Co-authored-by: Uladzislau Kiva <[email protected]>
* Add base aggregator and double/long sum aggregator Signed-off-by: Bogdan Drutu <[email protected]> * Update to use templates and move to main package Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Move inner classes to top level Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Rename BaseAggregator to Aggregator. Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Update copyright Signed-off-by: Bogdan Cristian Drutu <[email protected]> * ./gradlew goJF Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Fix comments Signed-off-by: Bogdan Cristian Drutu <[email protected]>
* Rename instruments consistently with MeterSdk Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Add tests in MeterSdk for measure instrument instances Signed-off-by: Bogdan Cristian Drutu <[email protected]>
Signed-off-by: Bogdan Cristian Drutu <[email protected]>
Signed-off-by: Bogdan Cristian Drutu <[email protected]>
* Add JMH support and improve MultiSpanExporter performance * Indent * Add license * Rename benchmark -> jmh * Add comments Fix to work with latest master
* Move SDK spi providers to spi package in sdk Signed-off-by: Bogdan Cristian Drutu <[email protected]> * Clean comments * Clean comments
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.
No description provided.