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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/devenv/frontend-service
Josh Hunt 4e9c670a00
FrontendService: Fix backend.dockerfile (#108195)
3 days ago
..
README.md
Tiltfile FrontendService: Fix backend.dockerfile (#108195) 3 days ago
backend.dockerfile FrontendService: Fix backend.dockerfile (#108195) 3 days ago
build-grafana.sh
docker-compose.yaml
local-init.sh
nginx.conf FrontendService: Fix backend.dockerfile (#108195) 3 days ago
proxy.dockerfile

README.md

frontend-service local dev

This directory contains a docker compose + Tilt setup for running a full frontend service stack locally. It contains:

  • frontend-service
  • backend api
  • static asset cdn.

Getting started

On top of the main Grafana development dependencies, you will need installed:

  • Docker
  • Tilt. At the moment we're not using Kubernetes locally, so you shouldn't need to follow the instructions to install kubectl or kind.

To start the stack, from the root of the Grafana project run make frontend-service-up. Tilt will orchestrate the webpack and docker builds, and then run the services with Docker compose. You can monitor it's progress and see logs with the URL to the Tilt console. Once done, you can access Grafana at http://localhost:3000.

Quitting the process will not stop the service from running. Run make frontend-service-down when done to shut down the docker containers.