Best of GrafanaFebruary 2024

  1. 1
    Article
    Avatar of dotnet.NET Blog·2y

    Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8

    ASP.NET Core in .NET 8 introduces metrics and Grafana dashboards. Metrics can be used to monitor app activity and can be displayed on a dashboard or trigger real-time alerts. There are options available for using these metrics, including the .NET Aspire dashboard and ASP.NET Core Grafana dashboards.

  2. 2
    Article
    Avatar of grafanaGrafana Labs·2y

    How to instrument your Python application using OpenTelemetry

    Learn how to instrument your Python application using OpenTelemetry and visualize the data in Grafana Cloud's Application Observability. Follow the steps to create a Python application and configure it for OpenTelemetry.

  3. 3
    Article
    Avatar of supabaseSupabase·2y

    Automating performance tests

    Learn about the importance of performance testing, the difference between HTTP and Websocket protocols, the tools and setup used for manual testing, the shortcomings of manual testing, and the benefits of automating the performance testing process.