Skip to content

Commit

Permalink
chore: remove old pubsub and async calls (#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Dec 12, 2024
1 parent 9dc4cc4 commit 3199ff0
Show file tree
Hide file tree
Showing 26 changed files with 73 additions and 3,910 deletions.
71 changes: 0 additions & 71 deletions backend/controller/async/async.go

This file was deleted.

181 changes: 0 additions & 181 deletions backend/controller/observability/async_calls.go

This file was deleted.

4 changes: 0 additions & 4 deletions backend/controller/observability/observability.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
package observability

var (
AsyncCalls *AsyncCallMetrics
Calls *CallMetrics
Deployment *DeploymentMetrics
PubSub *PubSubMetrics
Controller *ControllerTracing
)

func init() {
AsyncCalls = initAsyncCallMetrics()
Calls = initCallMetrics()
Deployment = initDeploymentMetrics()
PubSub = initPubSubMetrics()
Controller = initControllerTracing()
}
124 changes: 0 additions & 124 deletions backend/controller/observability/pubsub.go

This file was deleted.

Loading

0 comments on commit 3199ff0

Please sign in to comment.