prometheus-example-app

Go app that exposes metrics about its HTTP handlers. (by brancz)

Prometheus-example-app Alternatives

Similar projects and alternatives to prometheus-example-app

  • prometheus-operator

    Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better prometheus-example-app alternative or higher similarity.

prometheus-example-app reviews and mentions

Posts with mentions or reviews of prometheus-example-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-02.
  • End-to-End Monitoring with Grafana Cloud with Minimal Effort
    2 projects | dev.to | 2 May 2022
    # docker-compose.yml version: '3.7' services: agent: image: grafana/agent:v0.23.0 container_name: agent entrypoint: - /bin/agent - -config.file=/etc/agent/agent.yaml - -metrics.wal-directory=/tmp/wal - -config.expand-env - -config.enable-read-api environment: HOSTNAME: agent PROMETHEUS_HOST: ${PROMETHEUS_HOST} PROMETHEUS_USERNAME: ${PROMETHEUS_USERNAME} PROMETHEUS_PASSWORD: ${PROMETHEUS_PASSWORD} volumes: - ${PWD}/agent/data:/etc/agent/data - ${PWD}/agent/config/agent.yaml:/etc/agent/agent.yaml ports: - "12345:12345" api: # https://github.com/brancz/prometheus-example-app image: quay.io/brancz/prometheus-example-app:v0.3.0 container_name: api ports: - 8080:8080 expose: - 9080

Stats

Basic prometheus-example-app repo stats
1
130
0.0
almost 2 years ago

brancz/prometheus-example-app is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of prometheus-example-app is Go.


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