Christian Kruse

Results 25 issues of Christian Kruse

With the addition of a postgres configuration store in 7.0 we need to continue publishing the Tessen metrics we do today, and potentially include postgres-specific operational metrics into the mix....

needs-discussion

Move core/v2 resource storage to the store v2 layout and interface. ## Feature Suggestion Move core/v2 resource storage to the store v2 layout and interface, and consider either deprecating the...

component:store

The sensu-go repository currently includes several go modules in addition to the application, `github.com/sensu/sensu-go`: the core api modules `github.com/sensu/sensu-go/api/core/v2` and `github.com/sensu/sensu-go/api/core/v3`, and the types module `github.com/sensu/sensu-go/types`. The inclusion of these...

Was testing ad hoc scheduling and noticed that when I restarted an agent, having added a subscription to the agent configuration file, the backend was not not scheduling checks for...

The way https://github.com/SumoLogic/sumologic-otel-collector/pull/1321 is going, we're going to introduce a musl-targeting C toolchain for each of our linux fips platforms (linux_amd64 and linux_arm64). Building the toolchain from source in CI...

Ran into this a bit in development and now in testing. We are using go's https://pkg.go.dev/os/exec#Cmd.StdoutPipe, which creates an os.Pipe. On linux that corresponds to a [named pipe](https://man7.org/linux/man-pages/man7/pipe.7.html), which can...

Discovered by observing the github actions hosted darwin amd64 tests. Though this is most apparent in test environments, it could happen in a live deployment just the same, so we...

When comparing desired and actual state of services, ignore the value of NodePort as this is assigned dynamically by an external controller and is not managed by us. Fixes #1720

**Describe the bug** With a secured access of type nodePort the endpoints sometimes end up with port set to zero. I think this is a simple case of the manager...

**Describe the bug** This is a total nit - something that we can probably live with for some time. When a site is configured with a link access type that...