opentelemetry-ruby icon indicating copy to clipboard operation
opentelemetry-ruby copied to clipboard

OpenTelemetry Ruby API & SDK, and related gems

Results 153 opentelemetry-ruby issues
Sort by recently updated
recently updated
newest added

In scope of PR: - Sum aggregation - Explicit Bucket Histogram aggregation - Added aggregation classes for sum and explicit buckets - Added structs for data Number Data Points, and...

Per a [change to the spec](https://github.com/open-telemetry/opentelemetry-specification/commit/1e391951acad4969a7fbf4d98e25474063dc8cf8#diff-f5915221aa625b1e81f24f4ad442ff9154f40c8d35809096943037556c4283bbR67-R93), [`Baggage.set_value`](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/api/lib/opentelemetry/baggage.rb#L85) and [`Baggage.remove_value`](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/api/lib/opentelemetry/baggage.rb#L94) should return new `Baggage` instances (rather than a new `Context`).

While using the Go SDK I noticed an inconsistency in how `OTEL_RESOURCE_ATTRIBUTES` baggage values are encoded and decoded. This was due to a difference in the version of the W3C...

spec-compliance
spec-compliance/v1.13.0

This commit accomplishes two things simultaneously - adding support for InstrumentationScope everywhere, and also updating the OTLP proto to v0.18.0. The PR that introduced InstrumentationScope is [here](https://github.com/open-telemetry/opentelemetry-specification/pull/2276) My best understanding...

Use `Dir.glob` and clean it up. _Originally posted by @ahayworth in https://github.com/open-telemetry/opentelemetry-ruby/pull/1345#discussion_r941846248_

There is [opentelemetry-exporter-otlp-grpc](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp-grpc/opentelemetry-exporter-otlp-grpc.gemspec) but it haven't been published to RubyGems Also it should be added to config https://github.com/open-telemetry/opentelemetry-ruby/blob/05d8904e7627eddf3129088f6ab3f7e54b996a5b/sdk/lib/opentelemetry/sdk/configurator.rb#L180 so we could use `OTEL_EXPORTER_OTLP_TRACES_PROTOCOL="grpc"`

enhancement

**Description of the bug** When the OTLP HTTP exporter receives 401 unauthorized from the collector: ``` E, [2022-07-26T16:48:17.742186 #13635] ERROR -- : OpenTelemetry error: unexpected error decoding rpc.Status in OTLP::Exporter#log_status...

bug

https://github.com/open-telemetry/opentelemetry-specification/tree/v1.12.0/semantic_conventions

spec-compliance
spec-compliance/v1.12.0

Tracing instrumentation needs to be enhanced in the community demo in preparation for the v1 release. Referencing issue: https://github.com/open-telemetry/opentelemetry-demo/issues/55

# Summary _This issue is an action item outcome of the SIG meeting on 2021-05-25_ There are several requests for documentation to this project by both end users and contributors....

stale