Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions agent-manager-service/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ OPEN_CHOREO_BASE_URL=http://api.openchoreo.localhost:8195
# -----------------------------------------------------------------------------
# OBSERVER_URL=http://localhost:8085

# -----------------------------------------------------------------------------
# Trace Observer Service Configuration (Optional)
# -----------------------------------------------------------------------------
# TRACE_OBSERVER_URL=http://localhost:9098

# -----------------------------------------------------------------------------
# GitHub Configuration (Optional)
# -----------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion agent-manager-service/api/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func MakeHTTPHandler(params *wiring.AppParams) http.Handler {
registerAgentRoutes(apiMux, params.AgentController)
registerAgentTokenRoutes(apiMux, params.AgentTokenController)
registerInfraRoutes(apiMux, params.InfraResourceController)
registerObservabilityRoutes(apiMux, params.ObservabilityController)
registerRepositoryRoutes(apiMux, params.RepositoryController)
registerEnvironmentRoutes(apiMux, params.EnvironmentController)
RegisterGatewayRoutes(apiMux, params.GatewayController)
Expand Down
32 changes: 0 additions & 32 deletions agent-manager-service/api/observability_routes.go

This file was deleted.

This file was deleted.

201 changes: 0 additions & 201 deletions agent-manager-service/clients/traceobserversvc/client.go

This file was deleted.

Loading
Loading