(ctx context.Context, headers http.Header)
| 29 | SetMetadata(ctx context.Context, key string, value any) |
| 30 | SendError(ctx context.Context, errType string, err errctx.Error) |
| 31 | InjectHeaders(ctx context.Context, headers http.Header) |
| 32 | } |
| 33 | |
| 34 | // Monitoring holds all monitoring service instances |
no outgoing calls
no test coverage detected