Operations | Monitoring | ITSM | DevOps | Cloud

How to

The Unsolved Challenges of LLMs in Open-Ended Web Tasks: A Case Study on the Future of Work

Welcome to the AI research bites. This series of short and informative talks showcases cutting-edge research work from ServiceNow AI Research team. The AI Research Bites are open to all, especially those interested in keeping up with the fast-paced AI research community.

Managing users and Permissions in Grafana | Grafana for Beginners Ep 12

When using Grafana in a shared environment, managing users and permissions becomes necessary. Join Senior Developer Advocate, Lisa Jung to learn how! The following are covered in this episode: ☁️ Grafana Cloud is the easiest way to get started with Grafana dashboards, metrics, logs, and traces. Our forever-free tier includes access to 10k metrics, 50GB logs, 50GB traces and more.

How to test and monitor your APIs with Playwright

In today's video, we explore a lesser-known feature of Microsoft's Playwright - API Testing. We'll illustrate how to use Playwright for testing GraphQL as an example of an HTTP-based API; RESTful APIs can be tested too. We'll explain the usage of the 'request' fixture with Playwright, parse responses and validate their correctness. Moreover, we'll delve into executing multiple API requests in a single Playwright test case while testing their responses.