Skip to content

A helm chart for run LGTM stack (Grafana, Mimir, Loki, Tempo) with monolithic mode in small kubernetes cluster.

Notifications You must be signed in to change notification settings

garovu/lgtm-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LGTM Minimal Chart

This is a minimal chart for testing LGTM (Loki, Grafana, Tempo, Mimir). It provides a basic setup to quickly get started with LGTM.

Prerequisites

Before getting started, make sure you have the following prerequisites installed:

Versions

  • Grafana:
  • Mimir:
  • Loki:
  • Tempo:

Installation

To install the LGTM minimal chart, follow these steps:

  1. Clone the repository:

    git clone https://github.com/grafana/helm-charts.git
  2. Change to the lgtm-minimal directory:

    cd helm-charts/lgtm-minimal
  3. Install the chart using Helm:

    helm install lgtm .

Configuration

The LGTM minimal chart can be configured using the values.yaml file. You can customize various aspects of the chart, such as the number of replicas, resource limits, and more.

For detailed configuration options, refer to the values.yaml file.

Usage

Once the chart is installed, you can access the LGTM components using the following URLs:

  • Loki: http://<LOKI_HOST>:<LOKI_PORT>
  • Grafana: http://<GRAFANA_HOST>:<GRAFANA_PORT>
  • Tempo: http://<TEMPO_HOST>:<TEMPO_PORT>
  • Mimir: http://<MIMIR_HOST>:<MIMIR_PORT>

Replace <LOKI_HOST>, <LOKI_PORT>, <GRAFANA_HOST>, <GRAFANA_PORT>, <TEMPO_HOST>, <TEMPO_PORT>, <MIMIR_HOST>, and <MIMIR_PORT> with the appropriate values.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

A helm chart for run LGTM stack (Grafana, Mimir, Loki, Tempo) with monolithic mode in small kubernetes cluster.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages