Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/browser-observability-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This structure ensures that browser-related events can be consistently interpret

| Event | Description | Semantic Conventions Status | Instrumentation Status |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `browser.navigation` | Captures a page page navigation event (both hard navigations and soft SPA navigations). | In review [PR2806](https://github.com/open-telemetry/semantic-conventions/pull/2806) | Not created |
| `browser.navigation` | Captures a page page navigation event (both hard navigations and soft SPA navigations). | In review [PR2806](https://github.com/open-telemetry/semantic-conventions/pull/2806) | [In progress](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/3148) |
| `browser.navigation_timing` | Captures detailed technical milestones from the [PerformanceNavigationTiming](https://developer.mozilla.org/docs/Web/API/PerformanceNavigationTiming) API. | In review [PR1919](https://github.com/open-telemetry/semantic-conventions/pull/1919) | Not created |
| `browser.resource_timing` | Captures information about individual resources loaded by the page, from the [PerformanceResourceTiming](https://developer.mozilla.org/docs/Web/API/PerformanceResourceTiming) API. | In review [PR3069](https://github.com/open-telemetry/semantic-conventions/pull/3069) | Merged (similar, as spans) [instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-document-load) |
| `browser.web_vital` | Captures Web Vitals metrics such as CLS, INP, LCP, and FID. | Merged [WebVitals](https://opentelemetry.io/docs/specs/semconv/browser/events/#webvital-event) | Not created |
Expand Down