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 upPopular repositories
-
Forked from luabind/luabind
Luabind is a library that helps you create bindings between C++ and Lua.
-
608 contributions in the last year
Contribution activity
November 2020
Created 15 commits in 1 repository
Created a pull request in open-telemetry/opentelemetry-java that received 4 comments
Rename HttpTraceContext to W3CTraceContextPropagator.
Rename HttpTraceContext to W3CTraceContextPropagator, implement interface only in inner class, leave deprecated HttpTraceContext behind.
Opened 7 other pull requests in 1 repository
open-telemetry/opentelemetry-specification
6
merged
1
open
- Add java.vm.name to process.runtime.description & more examples.
- Improve process.runtime description (editorial)
- Add .gitattributes & normalize line endings
- Nulls SHOULD NOT be allowed in arrays.
- Remove ordering reqirement for attributes.
- Fix absolute links to spec
- Rework headings of process semantic convention, add TOC.
Reviewed 48 pull requests in 6 repositories
open-telemetry/opentelemetry-specification 30 pull requests
- Map Error Status to error tag in Zipkin & Jaeger
- Add the requirement for the probability sampler
- Remove support to allow_different_nesting, from markdownlint
- Move config files from root to internal
- Add Post GA Workflow document.
- Move markdownlint and markdown-link-check to github actions
- Declare freeze of Trace API Specification 1.0
- Add YAML definition for code-related semantic attributes.
- Add .gitattributes & normalize line endings
- Add a SQL span naming suggestion: <db.operation> <db.name>.<db.sql.table>
- Add more attributes for Cassandra to database semantic conventions
- Yaml files for process semantic convention
- Specify Span ID creation with sampling (non-recording spans included)
- Fix changelog entry for #1141
- Remove deprecated span status codes from http semantic conventions
- Add OTEL_TRACE_SAMPLER_ARG env variable definition.
- Add requirement section specification
- Add default port column to database table
- Use MUST consistently instead of shall.
- Include attribute name pluralization guidelines (#1115)
- Add semantic conventions for the AWS SDK.
- Updating gRPC status semantic conventions
- Add guidance on when to use and not use nested namespaces
- Add middleware to process semantic conventions
- Add OTEL_TRACE_SAMPLER_TRACEIDRATIO_RATIO env variable definition
- Some pull request reviews not shown.
open-telemetry/opentelemetry-java 11 pull requests
- Don't repeat Java 8 support among all the subproject READMEs and at t…
- Rename HttpTraceContext to W3CTraceContextPropagator.
- Add an error message to better explain Java 11+ build requirement
- Stub out nebula configuration if .git doesn't exist.
- Some cleanup in span land.
- Add a way to enforce default context storage implementation
- Add AssertJ custom assertions for SpanData and ReadableAttributes.
- Provide default implementations for SpanProcessor.shutdown and forceFlush
- Use Instant to get the Clock now. This helps with precision where the OS offers that (java9 +)
- Add unit to start, end and event timestamp accepting methods in Span.
- Rename folder names from underscore to hyphen
open-telemetry/opentelemetry-proto 2 pull requests
Oberon00/luabind 2 pull requests
open-telemetry/build-tools 2 pull requests
dynatrace-oss/opentelemetry-metric-java 1 pull request
Created an issue in open-telemetry/opentelemetry-specification that received 1 comment
Spec is unclear on whether supporting null in arrays is required
The spec clearly states what should happen if a null is in an array but it does not say whether supporting nulls in arrays is a MUST/SHOULD/SHOULD …

