Real User Monitoring (RUM) is passive website monitoring that has already been used widely for two decades. Large enterprises adopted it first because they had the capital to deploy their own system. But with RUM solutions, like Uptime.com provides, it is affordable for even small businesses. While this is not a new technology, it is new to those businesses that haven’t used it before.
When the world went remote in March 2020, cloud technologies made work possible. Rapid digital transformation changed everyone’s jobs, whether in-office, remote, or hybrid. Today, your business relies on network speed for everything from productivity to customer service. Keeping your company’s services running means you need to make sure you have low-latency connectivity across data centers, users, and cloud.
There are more than a million reasons (and Grafana instances!) that have made 2022 a standout year at Grafana Labs. But here are the top 10 releases, products, company milestones, and major announcements that were off the charts.
One tool for all your Python performance tracking needs We're building this neat service in Python to ingest data in Elasticsearch from various sources (MySQL, Network Drive, AWS, etc.) for Enterprise Search. Sucking data from a third-party service to Elasticsearch is usually an I/O-bound activity. Your code sits on opened sockets and passes data from one end to the other. That's a great use case for an asynchronous application in Python, but it needs to be carefully crafted.