Software Alternatives & Reviews

How important is Observability for SRE?

Zipkin Prometheus OpenTracing Amazon CloudWatch
  1. 1
    Zipkin is a distributed tracing system. 
    Pricing:
    • Open Source
    A trace is a group of multiple spans that usually contain “References” to each other. They can be displayed using open source solutions like Jaeger or Zipkin as well as in SaaS offerings like Honeycomb or Datadog.

    #Monitoring Tools #Application Performance Monitoring #Data Dashboard 27 social mentions

  2. An open-source systems monitoring and alerting toolkit.
    Pricing:
    • Open Source
    Metrics are measurements of something about your system. They are numeric values, over an interval of time, usually with associated metadata (e.g., timestamp, name). They can be raw, calculated, or aggregated over a period of time. They can come from a variety of sources like servers or APIs. Metrics are structured by default and can be stored in open source systems like Prometheus and Riemann or in off-the-shelf solutions like Amazon CloudWatch and Azure Monitor. These optimized storage systems allow you to perform queries, create alerts, and store them for long periods of time.

    #Monitoring Tools #Performance Monitoring #Log Management 225 social mentions

  3. Consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation.
    Traces are the record of the execution path of a program or system. They represent the flow of a request through your services and allow you to see the end-to-end path of execution. Distributed tracing is particularly important in modern distributed architectures, like microservices. The primary building block of a trace is the span. In the OpenTracing specification, spans encapsulate the following information:.

    #Monitoring Tools #DevOps Tools #Developer Tools 27 social mentions

  4. Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS.
    Metrics are measurements of something about your system. They are numeric values, over an interval of time, usually with associated metadata (e.g., timestamp, name). They can be raw, calculated, or aggregated over a period of time. They can come from a variety of sources like servers or APIs. Metrics are structured by default and can be stored in open source systems like Prometheus and Riemann or in off-the-shelf solutions like Amazon CloudWatch and Azure Monitor. These optimized storage systems allow you to perform queries, create alerts, and store them for long periods of time.

    #Monitoring Tools #Log Management #Application Performance Monitoring 54 social mentions

Discuss: How important is Observability for SRE?

Log in or Post with