We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bea0b commit ec99330Copy full SHA for ec99330
pkg/spec/types.go
@@ -199,7 +199,7 @@ func (r RoleOrigin) String() string {
199
return "bootstrapped role"
200
case RoleOriginConnectionPooler:
201
return "connection pooler role"
202
- case RoleMonitor:
+ case RoleMonitoring:
203
return "Monitoring role"
204
default:
205
panic(fmt.Sprintf("bogus role origin value %d", r))
0 commit comments