Registry / observability / natchez-core-2-13

natchez-core-2-13

JSON →
library0.3.10javamavenunverified

Tagless, non-blocking OpenTracing implementation for Scala.

<dependency> <groupId>org.tpolecat</groupId> <artifactId>natchez-core_2.13</artifactId> <version>0.3.10</version> </dependency>
INSTALL
IMPORT
SIG · NATCHEZ-CORE-2-13
N
natchez-core-2-13
observabilityjavav0.3.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Trace
natchez.Trace

Minimal tracing usage with Natchez.

import natchez.Trace import cats.effect.IO object Example { def program[F[_]: Trace]: F[Unit] = Trace[F].span("root") { Trace[F].put("key" -> "value") } }
Debug
Known issues
gotchaThis is a Scala library; Java projects cannot directly import it.
fix
Use Scala interop or consider a Java-native tracing library like OpenTelemetry.
affects: *
Upgrade
Version history
0.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
2
Resources
natchez-core-2-13 — mvn dependency:get natchez-core-2-13 · libregistry