All Templates / Observability

PgHero

PgHero

A performance dashboard for Postgres

Deploy PgHero

PgHero

ankane/pghero

Just deployed

A simple performance dashboard for Postgres. For documentation and guides check out: https://github.com/ankane/pghero

Requirements: enable pg_stat_statements

Steps:

  • Start your postgres service with a custom start command to enabled pg_stat_statements: /usr/local/bin/docker-entrypoint.sh postgres --port=5432 -c 'shared_preload_libraries=timescaledb,pg_stat_statements'
  • Once restarted, run CREATE EXTENSION IF NOT EXISTS pg_stat_statements;

Template Content

Deploy Now

Details

Lasso Moderation

Created on Sep 30, 2024

10 total projects

2 active projects

96% success on recent deploys

Observability



More templates in this category

View Template
OpenTelemetry Collector and Backend

OpenTelemetry Collector and Backend

OpenTelemetry Collector with Backend Stack


Melissa's Projects

View Template
pgweb | Postgres UI

pgweb | Postgres UI

View and query your Postgres instance with a sleek and minimalistic UI.


Cory "GH5T" James's Projects

View Template
Elasticsearch-Kibana

Elasticsearch-Kibana

Elasticsearch is a search engine based on the Lucene library.


Mex Delgado