Table of Contents Selenium Grid Observability Distributed tracing Event logging Grid Observability Visualizing Traces Leveraging event logs References Selenium Grid Grid aids in scaling and distributing tests by executing tests on various browser and operating system combinations. Observability Observability has three pillars: traces, metrics and logs. Since Selenium Grid 4 is designed to be fully distributed, observability will make it easier to understand and debug the internals. Distribute...| Selenium
Synthetic tests are an essential part of the Observability toolkit. They can be used to measure application SLAs, monitor endpoints in various geographies, navigate a web page like a user, or identify post deployment errors before your customers encounter them. This blog is going to focus on HTTP based synthetic availability testing. Many vendors offer various options for availability testing with generous free tiers but monitoring endpoints at enterprise scale can quickly spiral into 1000s o...| OpenTelemetry