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 up
Pinned
1,078 contributions in the last year
Contribution activity
September 2020
Created a pull request in open-telemetry/opentelemetry-specification that received 11 comments
Add ParentReferenceType.
Fixes #65
This adds a new ParentReferenceType field to both Span (direct parent usage) and Link (additional parents usage), in order to support Ope…
+27
−0
•
11
comments
- Clarify behavior of Span.End.
- Add a link to the OpenTelemetry website from README
- Allow samplers to modify tracestate
- Add yaml semantic conventions for RPC
- Remove custom header name for Baggage, use official header
- Define `null` as an invalid value for attributes and declare attempts to set `null` as undefined behavior
- Add README describing use of semantic convention YAML models
- Update the header name for otel baggage, and version date
- Specify LastValue for ValueObserver, TBD for ValueRecorder
- B3 clarification
- Rename prefix for Zipkin attributes from OT to OTel
- Spans's parent must be passed as Context instead of Span(Context)s.
- Define `null` as a valid attribute value
- Add changelog entry for the renaming of `SamplingResult` `Decision`s
- Adding known values for OTEL_PROPAGATORS
- Address ambiguity in zipkin formatting
- Fix reference to service.instance.id
- Rename Ignore to Drop for SamplingResult
- Add OTEL_EXPORTER environment variable
- Inconsistent Sampling Result Names
- update the java compliance matrix
- Exception semantic conventions: Add example & more explanation for exception.escaped.
- Add new TC members to auto assign script
- Moving active span interaction To Trace Context Utilities
- Change default propagator in unconfigured API
- Some pull request reviews not shown.
- add OpenTracing Shim usage
- Rename CorrelationContext with Baggage
- Update zipkin attribute names to match the spec.
- round the zipkin span duration up to 1 microsecond, if it's zero.
- a little README update
- Add an OpenTelemetry context mechanism.
- Promote @anuraaga to maintainer
- Move the TraceFlags isSampled boolean into the SpanContext
- add javadoc to InMemorySpanExporter shutdown() method
- Add rationale.md to document design decisions that people may be curi…
- SpanContext hides the TraceId/SpanId implementations
- Add some clarifying notes to the release instructions.
- Start the 0.9.0 development cycle
Created an issue in ory/go-acc that received 1 comment
Fails to install with "too many errors" message
$ go get github.com/ory/go-acc # golang.org/x/sys/unix go/src/golang.org/x/sys/unix/fcntl_darwin.go:11:9: undefined: fcntl go/src/golang.org/x/sys/…
1
comment