Operations | Monitoring | ITSM | DevOps | Cloud

Monitoring

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Sponsored Post

From monitoring solution to automated growth, an MSP's AIOps story

With around 130 employees, Innflow, one of the leading SAP consulting companies in Switzerland, implemented the Avantra AIOps platform for its private cloud infrastructure, three and a half years ago. Initially, the aim was to monitor its customers' SAP systems more precisely. After deploying Avantra, the SAP Basis team at Innflow quickly gained better control over the status of all customer systems and recorded significant quality improvements, as Felix Hausheer, Team Lead SAP Basis, confirms.

SysAdmin Day 2023: Honoring the unsung heroes of technology

On this SysAdmin Appreciation Day, we pause to honor the remarkable individuals who work behind the scenes and whose efforts power every problem solved, every seamless connection, and every technological success. They are the sysadmins—the unsung heroes deserving our heartfelt gratitude. Today, we express our gratitude to the masters of multi-tasking, the conquerors of crashes, and the champions of security—the beloved sysadmins! Your unwavering commitment to excellence inspires us all.

Navigating the Serverless Landscape: Lessons from our Tracing Collector API Journey

In the previous blog in this series, we delved into the redesigned architecture of Amazon Prime Video and how they integrated different architectural styles for optimal performance and cost efficiency. We also discussed the impact of Amazon’s decision on the concept of a “serverless-first” mindset, highlighting the importance of considering alternative architectural approaches based on specific use cases and requirements.

IIS Error Logs and Other Ways to Find ASP.Net Failed Requests

As exciting as it can be to write new features in your ASP.NET Core application, our users inevitably encounter failed requests. Do you know how to troubleshoot IIS or ASP.NET errors on your servers? It can be tempting to bag on your desk and problem your annoyance. However, Windows and ASP.NET Core provide several different logs where failed requests are logged. This goes beyond simple IIS logs and can give you the information you need to combat failed requests.

Getting Started with GROK Patterns

If you’re new to logging, you might be tempted to collect all the data you possibly can. More information means more insights; at least, those NBC “the more you know” public services announcements told you it would help. Unfortunately, you can create new problems if you do too much logging. To streamline your log collection, you can apply some filtering of messages directly from the log source. However, to parse the data, you may need to use a Grok pattern.

OpenTelemetry demo app with Grafana, Loki, Prometheus, Tempo (Grafana Office Hours #06)

DevOps Engineer Blueswen Li 劉義瑋 joins us to walk us through some OpenTelemetry demo apps he created, instrumented with Grafana, Loki, Prometheus, and Tempo. He is joined by two of our Developer Advocates, Paul Balogh and Nicole van der Hoeven.

Harnessing Distributed Tracing for Application Performance Optimization

Distributed tracing is a powerful technique that allows you to track the flow and timing of requests as they navigate through a system. By linking operations and requests between multiple services, distributed tracing provides valuable insights into system performance and helps identify bottlenecks. In this blog post, we will delve into the benefits of distributed tracing, explore its relevance for various application architectures, and uncover how it operates behind the scenes.

New in Grafana 10: A UI to easily configure SAML authentication

In addition to the built-in user authentication that utilizes usernames and passwords, Grafana also provides support for various mechanisms to authenticate users, so you can securely integrate your instance with external identity providers. We are excited to announce that with the release of Grafana 10.0, we have introduced a new user interface that simplifies the configuration of SAML authentication for your Grafana instances.