Skip to content

Commit

Permalink
Inject service name (#4119)
Browse files Browse the repository at this point in the history
  • Loading branch information
norberthu committed Mar 29, 2023
1 parent 8bd067a commit 8858547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/persistence/client/fx.go
Expand Up @@ -33,6 +33,7 @@ import (
"go.temporal.io/server/common/log"
"go.temporal.io/server/common/metrics"
"go.temporal.io/server/common/persistence/serialization"
"go.temporal.io/server/common/primitives"
"go.temporal.io/server/common/quotas"
)

Expand All @@ -51,6 +52,7 @@ type (
PersistenceNamespaceMaxQPS PersistenceNamespaceMaxQps
EnablePriorityRateLimiting EnablePriorityRateLimiting
ClusterName ClusterName
ServiceName primitives.ServiceName
MetricsHandler metrics.Handler
Logger log.Logger
}
Expand Down

0 comments on commit 8858547

Please sign in to comment.