https://github.com/groundcover-com/loki-proxy
https://github.com/groundcover-com/loki-proxy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/groundcover-com/loki-proxy
- Owner: groundcover-com
- License: apache-2.0
- Created: 2022-10-20T12:41:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T06:07:25.000Z (6 months ago)
- Last Synced: 2025-04-03T07:21:55.716Z (3 months ago)
- Language: Go
- Size: 132 KB
- Stars: 18
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# loki-proxy
loki-proxy is a reverse proxy server to aggreate logs by tenant header ("X-Scope-OrgID") to global tenant and store orignal tenant as label
## Installing the Chart
This Helm chart repository enables you to install a loki-proxy Helm chart directly from it into your Kubernetes cluster.
```shell
# Add groundcover Helm repoistory (once)
helm repo add groundcover https://helm.groundcover.com# Update groundcover Helm repository to fetch latest charts
helm repo update groundcover# Deploy loki-proxy release
helm install loki-proxy groundcover/loki-proxy
```## Configuration
The following table lists the configurable parameters of the template Helm chart and their default values.
| Parameter | Description | Default |
| ------------------- | ---------------------------------------------------------- | ----------------------------------- |
| `config.target.tenant_id` | Global tenant ID to push all incoming logs | `customers` |
| `config.target.label_name` | Label name of orignal tenant header value on global tenant | `customer` |
| `config.taraget.url` | Loki push api url | `http://loki:3100/loki/api/v1/push` |