✨ refactor: convert all DanceLessonsCoach mentions to kebab-case
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## Context and Problem Statement
|
||||
|
||||
We needed to add observability to DanceLessonsCoach that provides:
|
||||
We needed to add observability to dance-lessons-coach that provides:
|
||||
- Distributed tracing capabilities
|
||||
- Performance monitoring
|
||||
- Request flow visualization
|
||||
@@ -105,7 +105,7 @@ func (s *Server) getAllMiddlewares() []func(http.Handler) http.Handler {
|
||||
telemetry:
|
||||
enabled: true
|
||||
otlp_endpoint: "localhost:4317"
|
||||
service_name: "DanceLessonsCoach"
|
||||
service_name: "dance-lessons-coach"
|
||||
insecure: true
|
||||
sampler:
|
||||
type: "parentbased_always_on"
|
||||
|
||||
Reference in New Issue
Block a user