Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 724 Bytes

File metadata and controls

33 lines (24 loc) · 724 Bytes

Texera Observability Stack

This repo deploys Grafana, Loki, and an OpenTelemetry Collector for Apache/Texera logging on Kubernetes.

Install

  1. Clone the repo:
git clone https://github.com/Ma77Ball/Texera_Observability_Stack.git
cd Texera_Observability_Stack
  1. Install with Helm (example release name: texera):
helm install texera . --namespace texera-observability --create-namespace
  1. Verify:
kubectl get pods -n texera-observability
kubectl get svc -n texera-observability
View Grafana (port 3000)
  1. Port-forward Grafana:
kubectl -n texera-observability port-forward svc/grafana 3000:3000
  1. Open:

http://localhost:3000