From 553578d35153a0455c3a78a89ecb6c69ad9077f8 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Mon, 1 Apr 2024 20:33:15 +0700 Subject: [PATCH] docs: fix the pre-build dashboard boilerplate link PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10760 GitOrigin-RevId: e86117f0e0febf6ceeaacce61490aef4614ae972 --- .../prometheus/pre-built-dashboards.mdx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/docs/observability/enterprise-edition/prometheus/pre-built-dashboards.mdx b/docs/docs/observability/enterprise-edition/prometheus/pre-built-dashboards.mdx index 51cec00a040..05dd5deb029 100644 --- a/docs/docs/observability/enterprise-edition/prometheus/pre-built-dashboards.mdx +++ b/docs/docs/observability/enterprise-edition/prometheus/pre-built-dashboards.mdx @@ -52,15 +52,6 @@ templates for monitoring in production. ### Get Started -Clone the repository to your local machine, copy the sample environment file `dotenv` to `.env`, and edit the enterprise +Clone the [observability boilerplate](https://github.com/hasura/graphql-engine/tree/master/community/boilerplates/observability/enterprise) to your local machine, copy the sample environment file `dotenv` to `.env`, and edit the enterprise license key (`HGE_EE_LICENSE_KEY`) and secrets. The demo uses [Docker Compose](https://docs.docker.com/compose/) to setup container services. - -```bash -git clone https://github.com/hasura/ee-observability-demo.git -cd ee-observability-demo -cp dotenv .env -docker-compose up -d -``` - -Explore Grafana Dashboards on `http://localhost:3000`.