Maksym Ochenashko

Results 98 issues of Maksym Ochenashko

| Reference | Link | |-|-| | Spec | https://opentelemetry.io/docs/specs/otel/trace/sdk/#span-limits | | Java implementation | [SpanLimits.java](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/SpanLimits.java) | The purpose is to keep the number of a) Attributes, b) Links, and...

help wanted
tracing
sdk module

Some propagators haven't been implemented yet: - [AWS X-Ray](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/aws-xray-propagator/src/main/java/io/opentelemetry/contrib/awsxray/propagator/AwsXrayPropagator.java) - [Open Tracing](https://github.com/open-telemetry/opentelemetry-java/blob/main/extensions/trace-propagators/src/main/java/io/opentelemetry/extension/trace/propagation/OtTracePropagator.java)

help wanted
tracing
sdk module

[OpenTelemetry Java](https://github.com/open-telemetry/opentelemetry-java) can detect a large variety of environments (e.g. GCP, AWS ECS, etc) and add additional environment-specific attributes to the TelemetryResource. For example, when an application runs in the...

help wanted
sdk module

I want to make a 'super issue' to track the progress. I guess we should cover several topics: 1) The anatomy of the otel4s library (See #117) 2) How a...

documentation

Sorry to be late 😅 but I do think we should bikeshed this name. As far as I understand there is nothing `Ref`-like here, i.e. you can't `set` anything. But...

The follow-up to https://discord.com/channels/632277896739946517/1093154207328108634/1138014456278954014. An example: ```scala import cats.effect.kernel.Async import cats.effect.std.{Console, Random} import cats.effect.{IO, IOApp, Resource} import cats.syntax.all._ import org.typelevel.otel4s.Attribute import org.typelevel.otel4s.java.OtelJava import org.typelevel.otel4s.trace.Tracer import scala.concurrent.duration._ object Example extends IOApp.Simple...

tracing

The dirty implementation based on https://github.com/typelevel/cats-effect/pull/3317. The output is: ``` // compute active-thread-count = value=1 worker-thread-count = value=8 blocker-worker-thread-count = value=6 local-queue-fiber-count = value=0 searching-thread-count = value=0 suspended-fiber-count = value=9...

Greetings! Here are a few GSoC ideas for the [otel4s](https://github.com/typelevel/otel4s/pulls) project. Last year, Sherrie prototyped the tracing SDK, which we successfully implemented using pure Scala. The SDK is available for...

## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.0.0-M10` to `1.0.0-RC1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0-RC1) - [Version Diff](https://github.com/scalameta/munit/compare/v1.0.0-M10...v1.0.0-RC1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.1` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.1) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.1) ## Usage ✅ **Please merge!** I'll automatically update this...