[TECH] ECS Fargate のメトリクスを Prometheus Agent 使って AMP に送って Grafana で監視する 🔥

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • prom-client

    Prometheus client for node.js

  • prometheus

    The Prometheus monitoring system and time series database.

  • FROM --platform=arm64 alpine:3.15 ADD prometheus.tmpl.yml /etc/prometheus/ RUN apk add --update --no-cache jq sed curl # ARM64 で動作する Prometheus v2.32.0 を curl でダウンロード展開する RUN curl -sL -O https://github.com/prometheus/prometheus/releases/download/v2.32.0-rc.0/prometheus-2.32.0-rc.0.linux-arm64.tar.gz RUN tar -zxvf prometheus-2.32.0-rc.0.linux-arm64.tar.gz && rm prometheus-2.32.0-rc.0.linux-arm64.tar.gz # `prometheus` コマンドを `/usr/local/bin/prometheus` に移動する RUN mv prometheus-2.32.0-rc.0.linux-arm64/prometheus /usr/local/bin/prometheus COPY ./docker-entrypoint.sh / RUN chmod +x /docker-entrypoint.sh CMD ["/docker-entrypoint.sh"]

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Vegeta

    HTTP load testing tool and library. It's over 9000!

  • 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.

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