You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ orb:
24
24
...
25
25
```
26
26
27
-
Currently, only the `local` manager is supported, which retrieves policies from the local configuration file passed to the agent.
27
+
Currently, only the `local` and `git` sources are supported for config manager.
28
+
-[Local](./docs/configs/local.md)
29
+
-[Git](./docs/configs/git.md)
28
30
29
31
### Backends
30
32
The `backends` section specifies what Orb agent backends should be enabled. Each Orb agent backend offers specific discovery or observability capabilities and may require specific configuration information.
a.logger.Warn("failed to unsubscribe to RPC channel", zap.Error(token.Error()))
210
-
}
211
-
}
212
169
}
213
170
214
171
func (a*orbAgent) Stop(ctx context.Context) {
@@ -225,9 +182,6 @@ func (a *orbAgent) Stop(ctx context.Context) {
225
182
}
226
183
}
227
184
a.logoffWithHeartbeat(ctx)
228
-
ifa.client!=nil&&a.client.IsConnected() {
229
-
a.client.Disconnect(0)
230
-
}
231
185
a.logger.Debug("stopping agent with number of go routines and go calls", zap.Int("goroutines", runtime.NumGoroutine()), zap.Int64("gocalls", runtime.NumCgoCall()))
232
186
ifa.policyRequestSucceeded!=nil {
233
187
a.policyRequestSucceeded()
@@ -261,7 +215,6 @@ func (a *orbAgent) RestartBackend(ctx context.Context, name string, reason strin
261
215
a.backendState[name].LastError=fmt.Sprintf("failed to reset backend: %v", err)
262
216
a.logger.Error("failed to reset backend", zap.String("backend", name), zap.Error(err))
0 commit comments