Andrew Crump
Andrew Crump
Operators can currently choose to stand up a second 'optional' Ops Manager instance: https://github.com/pivotal-cf/terraforming-gcp/blob/eca95728e665c64703eb7c5806d41c6dbdc00f21/dns.tf#L18 On our team we've typically used this instance for testing upgrade scenarios: 1. An existing installation...
## Issue As operators adopt the [shared nothing logging and metrics architecture](https://docs.cloudfoundry.org/loggregator/architecture.html#shared-nothing-architecture) they may at the same time want to disable the older firehose loggregator architecture. We're not sure how...
## Where this PR should be backported? - [x] [main](https://github.com/cloudfoundry/cli/tree/main) - all changes should by default start here - [ ] [v8](https://github.com/cloudfoundry/cli/tree/v8) - [ ] [v7](https://github.com/cloudfoundry/cli/tree/v7) ## Description of the...
**What's the user value of this feature request?** Currently the cf CLI displays a CPU metric which is difficult to reason about. See #1194 for background here. Instead we'd like...
## Issue Currently it is possible for the [periodic updater](https://github.com/cloudfoundry/cloud_controller_ng/blob/e719d017ea4625397a97c2c14352ebdee66febe9/lib/cloud_controller/metrics/periodic_updater.rb) not to emit metrics for [daily cleanup jobs](https://github.com/cloudfoundry/cloud_controller_ng/blob/e719d017ea4625397a97c2c14352ebdee66febe9/lib/cloud_controller/clock/scheduler.rb#L7-L20). ## Context The periodic updater looks at the `delayed_jobs` table to populate...
Continue to use grpc.WithBlock which will be honored for the duration of the gRPC-Go 1.x release line: https://github.com/grpc/grpc-go/blob/v1.64.0/dialoptions.go#L304-L305 ## Type of change - [X] Bug fix (non-breaking change which fixes...
### Component(s) cmd/opampsupervisor ### What happened? ## Description The supervisor appears to hang reconnecting to the OpAMP server backend when the server is restarted. ## Steps to Reproduce 1. Start...