Skip to content

Commit

Permalink
Address feedback: HTTP operation name more closely follows semcov
Browse files Browse the repository at this point in the history
  • Loading branch information
gdfast committed Mar 21, 2024
1 parent 7608e11 commit c186aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/examples/server/opampsrv/opampsrv.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (srv *Server) Start() {
},
},
ListenEndpoint: "127.0.0.1:4320",
HTTPMiddleware: otelhttp.NewMiddleware("HTTP opamp-go"),
HTTPMiddleware: otelhttp.NewMiddleware("/v1/opamp"),
}
tlsConfig, err := internal.CreateServerTLSConfig(
"../../certs/certs/ca.cert.pem",
Expand Down

0 comments on commit c186aab

Please sign in to comment.