Registry / observability / tracee-api

tracee-api

JSON →
library1.2.0javamavenunverified

Tracee is a Java library for tracing and propagating context across thread boundaries and distributed systems.

<dependency> <groupId>io.tracee</groupId> <artifactId>tracee-api</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · TRACEE-API
T
tracee-api
observabilityjavav1.2.0
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.

TraceeBackend
io.tracee.TraceeBackend

Gets the Tracee backend and stores/retrieves a context value.

import io.tracee.TraceeBackend; import io.tracee.Tracee; public class Quickstart { public static void main(String[] args) { TraceeBackend backend = Tracee.getBackend(); backend.put("key", "value"); System.out.println(backend.get("key")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Bingbot
1
OpenAI (training)
1
Resources
tracee-api — mvn dependency:get tracee-api · libregistry