Skip to content

Commit 0bf019b

Browse files
Uupdate the "Browser Observability Model" document (#52)
1 parent d45d209 commit 0bf019b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/browser-observability-model.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ This structure ensures that browser-related events can be consistently interpret
2121

2222
## Browser Events
2323

24-
| Event | Description | Semantic Conventions Status | Instrumentation Status |
25-
|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| `browser.navigation` | Captures a page page navigation event (both hard navigations and soft SPA navigations). | In review [PR1910](https://github.com/open-telemetry/semantic-conventions/pull/1910) | In review [PR2386](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2386) |
27-
| `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 |
28-
| `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 [PR1943](https://github.com/open-telemetry/semantic-conventions/pull/1943) | Merged (similar, as spans) [instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-document-load) |
29-
| `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 |
30-
| `exception` | Captures unhandled JavaScript exceptions. | Not created | In review [PR2715](https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2751/files) |
31-
| `browser.console` | Captures browser console messages such as warnings and logs. | Issue Created [I1560](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1560) | Not created |
32-
| `browser.user_action` | Captures user input events (clicks, scrolls, keypresses). | In review [PR1941](https://github.com/open-telemetry/semantic-conventions/pull/1941) | Not created |
24+
| Event | Description | Semantic Conventions Status | Instrumentation Status |
25+
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
26+
| `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 |
27+
| `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 |
28+
| `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) |
29+
| `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 |
30+
| `exception` | Captures unhandled JavaScript exceptions. | Not created | [Merged](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-web-exception) |
31+
| `browser.console` | Captures browser console messages such as warnings and logs. | Issue Created [I1560](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1560) | Not created |
32+
| `browser.user_action` | Captures user input events (clicks, scrolls, keypresses). | In review [PR2992](https://github.com/open-telemetry/semantic-conventions/pull/2992) | [Merged](https://github.com/open-telemetry/opentelemetry-browser/tree/main/packages/instrumentation-user-action) |

0 commit comments

Comments
 (0)