Andy Snowden
Andy Snowden
**Describe what happened:** The operator deployed the datadog-agent to my kubernetes nodes with the network monitoring flag enabled. **Describe what you expected:** A option to be present to disable this...
It's mentioned in the readme that this should be possible but I'm wonder if we could get some examples showing this. For example I'd like to mock the server/connection/channel then...
**Output of the info page (if this is a bug)** ``` {"level":"ERROR","ts":"2022-09-28T19:38:58Z","logger":"setup","msg":"Problem running manager","error":"failed to wait for datadogagent caches to sync: no matches for kind \"PodDisruptionBudget\" in version \"policy/v1beta1\""} ```...
When running along with gzip provided by https://github.com/gin-contrib/gzip the page does not render HTML and instead downloads a "download.gz" file in chrome/firefox. ```golang c.Use(nice.Recovery(recoveryHandler)) c.Use(gzip.Gzip(gzip.DefaultCompression)) func recoveryHandler(c *gin.Context, err interface{})...
Hello, Background: I have N number of clusters, and I'm deploying the same helm chart to all of them. Some will need a cluster-specific secret, while the rest can use...
Hello, Is there a published list of which KIPs and/or kafka versions this library supports? For example, if I wanted to check support for [KIP-429](https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol) is there something I can...
I'll preface this by saying this is a tiny NIT, but it's annoying when making new files and it messes with my muscle memory 😆 # Actual Behavior When attempting...