Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,628 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 23 commits in 4 repositories
Created a pull request in open-telemetry/opentelemetry-java-instrumentation that received 8 comments
Add newrelic and datadog package prefixes to global ignore matcher
Signed-off-by: Pavol Loffay p.loffay@gmail.com Related to #1534
Opened 22 other pull requests in 4 repositories
hypertrace/javaagent
15
merged
1
open
- Add JAX-RS client async test
- Run smoke tests in a separate CI job
- Support JAX-RS client typed entities - message body writer/reader
- Remove order from JAX-RS instrumentation
- Add JAX-RS 2 client body capture
- Capture HTTP2 headers in netty gRPC client/server
- Support OPA enabled flag from config
- Call the right method in input stream instrumentation
- Define dependency versions in one place
- Update hypertrace config
- Change OTEL version in agent manifest to 0.11.0
- Remove gradle exclusion
- Ignore classes from other agents
- Rename spark web to align with OTEL
- Bump OpenTelemetry to 0.11.0
- Change filter API to return primitive boolean
hypertrace/opencensus-service
2
merged
1
open
open-telemetry/opentelemetry-java-instrumentation
1
open
1
merged
hypertrace/agent-config
1
merged
Reviewed 6 pull requests in 4 repositories
hypertrace/javaagent 2 pull requests
hypertrace/agent-config 2 pull requests
hypertrace/hypertrace-ingester 1 pull request
jaegertracing/spark-dependencies 1 pull request
Created an issue in hypertrace/hypertrace-ingester that received 5 comments
Merge follow-up span that carry additional attributes with its parent
HTTP client response instrumentation in Java agent captures the body after the span has been finished. This instrumentation instruments input strea…
Opened 17 other issues in 5 repositories
hypertrace/javaagent
11
open
1
closed
- The agent version in the logs have SNAPSHOT
- Add protection for dynamically loading the agent multiple times
- Capture body and headers for HttpUrlConnection
- Capture body and headers in Async Apache HTTP client
- Configure maximum number of attributes, events
- Use size bounded ByteArrayOutputStream
- Use WeakMap.Implementation.DEFAULT.get() to get the weak cache
- Support MessageBodyWriter/Reader in JAX-RS instrumentation for bodies
- OPA filter smoke tests
- Instrument input stream close method or http response close method
- ByteBuddy logs instrumentation exceptions for Output and Input stream instrumentation modules
- Muzzle gradle check does not pass fail statement for Apache HTTP client 1.x in Apache client 4.x