This project demonstrates the deployment environment of a .NET application.
The project utilizes the following libraries and tools:
cd etc/charts/app-demo-chart
helm install [app_chart_name] .
To install Grafana:
helm install grafana grafana/grafana -f value-override.yaml -n otel-demo
To install Loki:
helm install --values values.yaml loki grafana/loki -n otel-demo
To install Prometheus:
helm install prometheus-demo prometheus-community/prometheus -f values-override.yaml -n otel-demo
helm install opentelemetry-collector open-telemetry/opentelemetry-collector -f values-override.yaml -n otel-demo
helm install tempo grafana/tempo -n otel-demo
I welcome contributions to this project! Feel free to open pull requests with improvements, bug fixes, or additional features.