add jvm daemon threads instrumentation#6561
Closed
tuhao1020 wants to merge 47 commits intoopen-telemetry:mainfrom
tuhao1020:main
Closed
add jvm daemon threads instrumentation#6561tuhao1020 wants to merge 47 commits intoopen-telemetry:mainfrom tuhao1020:main
tuhao1020 wants to merge 47 commits intoopen-telemetry:mainfrom
tuhao1020:main
Conversation
Signed-off-by: HaoTu <haotu@alauda.io>
added 3 commits
September 9, 2022 00:39
Signed-off-by: HaoTu <haotu@alauda.io>
Signed-off-by: HaoTu <haotu@alauda.io>
Member
|
I wonder if this would make sense as a boolean |
Member
|
I think that makes a lot of sense @trask. Can compute daemon vs. non-daemon with:
|
Member
|
I agree, especially because that way it is easy to aggregate the daemon + non-daemon threads. |
Author
|
@trask @jack-berg @jonatan-ivanov Expect the following? Should consider adding |
Member
|
Yes, if you have 7 threads, 2 of them are daemon and 5 of them are not. |
added 4 commits
September 13, 2022 15:01
…eads Signed-off-by: HaoTu <haotu@alauda.io>
Signed-off-by: HaoTu <haotu@alauda.io>
Signed-off-by: HaoTu <haotu@alauda.io>
Signed-off-by: HaoTu <haotu@alauda.io>
Author
|
Signed-off-by: HaoTu <haotu@alauda.io>
Author
|
@trask @jack-berg @jonatan-ivanov Can anyeone help to review the code? |
* Use micrometer library instrumentation in agent * PR feedback
* Stabilize instrumentation-api and introduce jApiCmp checks * Update Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Move extractFromRequest() to internal * Javadoc
* Rename ErrorCauseExtractor.jdk() to ErrorCauseExtractor.getDefault() * jApiCmp
* Encapsulate actual logging implementation better * Apply suggestions from code review Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * code review comments * revert to the old slf4j package name * spotless Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Fix instrumentation-api-semconv packages * Move test Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
….1 (#6596) Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.8 to 1.8.1. --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add kafka client metrics to the javaagent instrumentation * Don't override user-set metrics reporter * Add kafka metric reporter config property
…der (#6587) * Use ConditionalResourceProvider in the Spring Boot service name provider * make it a bit simpler * add order=100 * add comment * spellcheck
* Add experimental span attribute job.system * spring-batch
* Optimize ReactorNettyNetClientAttributesGetter * Update
* Add code attributes for Logback * Rename property * Add a note about performance * Add null check on file name * Add check on line number * Fix test following new behavior * spotless * Update instrumentation/logback/logback-appender-1.0/library/src/main/java/io/opentelemetry/instrumentation/logback/appender/v1_0/internal/LoggingEventMapper.java Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com> * Fix test * Adapt test for Java 18 * codenarc * Test fix Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Reduce dependency on simpleName * Move ClassNames to internal * Javadoc * Updates * Fix * Spotless * Rename * Add test
* Fix latest dep builds * fix couchbase 3.2 too * codenarc * fix jedis 4.0 tests * fix restlet 2.0 tests * fix armeria tests * Update instrumentation/couchbase/couchbase-3.2/javaagent/src/test/groovy/CouchbaseClient32Test.groovy Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update version to 1.19.0-SNAPSHOT * Update CHANGELOG.md Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Add resource providers * Use autoservice annotation
trask
pushed a commit
that referenced
this pull request
Sep 24, 2022
Signed-off-by: HaoTu <haotu@alauda.io> #6561 has closed Signed-off-by: HaoTu <haotu@alauda.io>
LironKS
pushed a commit
to helios/opentelemetry-java-instrumentation
that referenced
this pull request
Oct 23, 2022
…etry#6635) Signed-off-by: HaoTu <haotu@alauda.io> open-telemetry#6561 has closed Signed-off-by: HaoTu <haotu@alauda.io>
LironKS
pushed a commit
to helios/opentelemetry-java-instrumentation
that referenced
this pull request
Oct 31, 2022
…etry#6635) Signed-off-by: HaoTu <haotu@alauda.io> open-telemetry#6561 has closed Signed-off-by: HaoTu <haotu@alauda.io>
LironKS
pushed a commit
to helios/opentelemetry-java-instrumentation
that referenced
this pull request
Dec 4, 2022
…etry#6635) Signed-off-by: HaoTu <haotu@alauda.io> open-telemetry#6561 has closed Signed-off-by: HaoTu <haotu@alauda.io>
6 tasks
This file contains hidden or 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
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: HaoTu haotu@alauda.io