OpenTelemetry Collector - Labs πŸš€

This project provides a lab environment for exploring the OpenTelemetry Collector using Kubernetes.

Requirements πŸ› οΈ

Make sure you have the following tools installed:

Available Commands πŸ“

To see the list of available commands, run the following command:

make help

Make help Output πŸ“‹

help                    "Help"
create-cluster          "Create a Kubernetes kind cluster"
grafana-stack:          "Deploy Stack Grafana [Grafana Web, Tempo, Loki and Prometheus]"
grafana-port-forward:   "Port forward Grafana-Web"
delete-cluster          "Delete the Kubernetes cluster"

Create a Kind Cluster πŸ—οΈ

To create a local Kubernetes cluster, run:

make create-cluster

This will set up a Kubernetes environment using Kind, preconfigured with cert-manager for certificates and metrics-server for monitoring.

Deploy Grafana Stack πŸ“¦

Deploy a Grafana stack to manage telemetry data, including trace, metrics and logs.

make grafana-stack

To access Grafana, run the following command:

grafana-port-forward

Then, open your browser and navigate to: http://localhost:8080

Use the following credentials:

  • Username: admin
  • Password: admin

Delete the Cluster πŸ—‘οΈ

If you want to remove the cluster, use the following command:

make delete-cluster

This will delete the local Kubernetes cluster.

Contribute πŸ’‘

Feel free to contribute or open an issue if you encounter any problems!

Let me know if you need further tweaks!

Exporter Endpoints