@gravitee/gamma-lib-observability 1.17.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/USAGE_GUIDE.md +1 -1
- package/dist/data-sources/http-traces-source.d.ts.map +1 -1
- package/dist/index.js +924 -904
- package/dist/traces/detail/SpanDetailPanel.d.ts.map +1 -1
- package/dist/traces/detail/trace-fixtures.d.ts.map +1 -1
- package/dist/types/responses.d.ts +1 -0
- package/dist/types/responses.d.ts.map +1 -1
- package/package.json +1 -1
package/USAGE_GUIDE.md
CHANGED
|
@@ -249,7 +249,7 @@ The helper wraps the component with `QueryClientProvider`, `CapabilityProvider`,
|
|
|
249
249
|
- `TraceDetail` — full trace with span tree (extends summary with `spans: Span[]`)
|
|
250
250
|
- `Span` — individual span with events and payload logs (traceId, spanId, operationName, status, kind, attributes, events, payloadLogs)
|
|
251
251
|
- `SpanEvent` — named event within a span (name, timestampEpochMs, attributes)
|
|
252
|
-
- `PayloadLog` — log entry attached to a span (timestampEpochMs, body, attributes)
|
|
252
|
+
- `PayloadLog` — log entry attached to a span (timestampEpochMs, body, severity, attributes)
|
|
253
253
|
|
|
254
254
|
### Logs (generic)
|
|
255
255
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http-traces-source.d.ts","sourceRoot":"","sources":["../../src/data-sources/http-traces-source.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAM9D,OAAO,KAAK,EAAE,gBAAgB,EAA2C,MAAM,sBAAsB,CAAC;AAEtG,MAAM,WAAW,uBAAwB,SAAQ,WAAW;IAC1D;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;
|
|
1
|
+
{"version":3,"file":"http-traces-source.d.ts","sourceRoot":"","sources":["../../src/data-sources/http-traces-source.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAM9D,OAAO,KAAK,EAAE,gBAAgB,EAA2C,MAAM,sBAAsB,CAAC;AAEtG,MAAM,WAAW,uBAAwB,SAAQ,WAAW;IAC1D;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;AAkID,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,uBAAuB,GAAG,gBAAgB,CAkF3G"}
|