Skip to content

Ma77Ball/Texera_Observability_Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors