Skip to content

Commit

Permalink
Merge pull request #31 from symsimmy/feature/nodemeta
Browse files Browse the repository at this point in the history
feature node metaMap
  • Loading branch information
symsimmy authored May 23, 2024
2 parents d974ccb + eacc3a8 commit 81848bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ func (n *Node) registerServiceInstance() {
Routes: routes,
Events: events,
Endpoint: n.rpc.Endpoint().String(),
MetaMap: n.opts.registry.GetMetaMap(),
}
if n.opts.promServer.Enable() {
metricsPort, err := strconv.Atoi(n.opts.promServer.GetMetricsPort())
Expand Down

0 comments on commit 81848bd

Please sign in to comment.