Monitoring and Testing Cloud Native APIs with Grafana

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tempo

    Grafana Tempo is a high volume, minimal dependency distributed tracing backend.

    By combining Grafana Tempo with Tracetest, you can create a robust solution for monitoring and testing APIs with distributed tracing.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. tracetest

    🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.

    See the full code for the example app you’ll build in the GitHub repo, here.

  4. pokeshop

    By opening the tracing.ts you can see how to set up the OpenTelemetry SDKs to instrument your code. It contains all the required modules and helper functions.

  5. Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

    Grafana, when combined with distributed tracing, is widely used for troubleshooting and diagnosing problems. What if you could use the data captured in the distributed trace as part of your testing strategy to prevent errors from reaching production in the first place?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Env Vars to Include & Exclude OpenTelemetry Node.js Libraries

    3 projects | dev.to | 11 Jun 2024
  • Tracetest Tip: Testing Span Order with Assertions

    1 project | dev.to | 14 Oct 2024
  • End-to-End Observability with Grafana LGTM Stack

    1 project | dev.to | 11 Oct 2024
  • Trace-Based Tests with GraphQL in Action!

    3 projects | dev.to | 10 Sep 2024
  • Efficient logging in applications

    1 project | dev.to | 7 Sep 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?