Declare
Choose the trace dialect, exact version, signal kind, and requirement profile.
Local Reconstruction Inspector · Public beta
Tracevity Inspect applies an explicit dialect binding and a named reconstruction requirement to a local trace, then produces a deterministic, evidence-linked report. The trace remains on your machine.
What does Tracevity Inspect do?
Inspect safely decodes a supported trace, preserves exact structural trace locators and privacy-preserving bindings for external locators, evaluates each requested capability, and reports what is established, partial, missing, indeterminate, or dependent on external evidence. It does not infer hidden reasoning and never produces a universal score.
The operational sequence
Public research defines the evidence vocabulary. Exercised bindings establish the narrow representations Tracevity has handled. Local inspection applies both to the artifact and reconstruction target you select. Gate carries the resulting semantics into repeatable release and migration checks.
Choose the trace dialect, exact version, signal kind, and requirement profile.
Preserve IDs, hierarchy, structural trace locators, privacy-preserving external locator bindings, and explicit external evidence.
Return each result with the evidence used, limitation, and proof ceiling.
Compare baseline and candidate reconstruction outcomes under one evaluator.
Supported surface · exact declarations
The primary input must be an OTLP trace payload. OTLP logs and metrics are recognized as unsupported signals rather than treated as traces. A compatible attribute signature does not prove which product produced the artifact.
| Declared dialect | Pinned version | Interpretation boundary |
|---|---|---|
OpenTelemetry GenAIopentelemetry_genai | Pinned development revision 67dff024 | OTLP trace protobuf only; a declared dialect does not prove producer identity. |
OpenInferenceopeninference | 0.1.33 | OTLP trace protobuf carrying compatible OpenInference attributes. |
MLflow Tracing nativemlflow_native | 3.15.2 | Native MLflow semantics carried in OTLP trace protobuf. |
MLflow GenAI-transformedmlflow_genai_transformed | 3.15.2 | The bounded MLflow GenAI transformation represented in OTLP traces. |
From reconstruction to regression policy
Tracevity Gate replays baseline and candidate inputs through the same current Inspector, then blocks when a required reconstruction outcome becomes weaker. A valid trace can still fail when correlation, verification, support, or capture quality regresses.
Machine-readable contracts
These versioned JSON Schemas define the local invocation boundary. They do not authorize upload or expand the four declared dialects.
JSON Schema
Declares the local artifact, exact dialect, version, signal, and binding.
Download schemaJSON Schema
Carries explicit external evidence with provenance and correlation keys.
Download schemaJSON Schema
Defines the deterministic result, evidence locators, limitations, and digest.
Download schemaTrace-only answer → required evidence
External evidence can strengthen a reconstruction only when its provenance and strong correlation meet the named requirement. Providing a JSON record does not make its real- world claim independently authenticated.
initiating_principal = NOT_ESTABLISHEDexternal_effect_state = EXTERNAL_EVIDENCE_REQUIREDreconstruction = INDETERMINATE_CAPTURE_INCOMPLETEConformance vs reconstruction
OpenTelemetry and OpenInference conformance work asks whether instrumentation follows its declared semantic contract. Tracevity consumes resulting evidence and asks whether it is sufficient for a named reconstruction need. Parseable or conformant telemetry can still lack principal, authority, correlation, completeness, or destination-state evidence.
Standards conformance
Tracevity does not replace standards-owned conformance or reference tooling.
Trace reconstruction
The Inspector reports concrete evidence, missing evidence, correlation, and the strongest conclusion justified by the inputs.
Safe synthetic examples
These examples contain synthetic evidence only. They illustrate report semantics, not vendor certification, comprehensive support, or independently authenticated production truth.
Synthetic JSON report
Model and tool evidence reconstructed from a supported synthetic OTLP trace.
Open sample reportSynthetic JSON report
A synthetic trace that establishes a tool-reported result while leaving external state unverified.
Open sample reportSynthetic JSON report
Strongly correlated synthetic destination evidence strengthens only the external-state result.
Open sample reportSynthetic JSON report
Sampling, drop, and truncation evidence prevents an absent record from becoming a negative fact.
Open sample reportStart with Trace Reconstruction Requirements, inspect the exact tested boundaries in compatibility, and read the evidence methodology before interpreting a result.