Andy Goldstein

Results 143 comments of Andy Goldstein

Ok, just making sure that's what you meant, thanks. Maybe we should split this into 1 issue for logging, 1 issue for metrics?

I'll need to identify the full list. Here is a specific one that I captured with my change (all the kcp.dev types): ``` # TYPE watch_cache_capacity gauge watch_cache_capacity{resource="*admissionregistration.MutatingWebhookConfiguration"} 100 watch_cache_capacity{resource="*admissionregistration.ValidatingWebhookConfiguration"}...

These are the unique metric types that have `watch` in their name (not all are necessarily watch cache related): ``` # TYPE apiserver_registered_watchers gauge # TYPE apiserver_watch_cache_events_dispatched_total counter # TYPE...

I only see Unstructured in the following watch metrics: - apiserver_watch_cache_events_dispatched_total - apiserver_watch_cache_watch_cache_initializations_total - watch_cache_capacity

`apiserver_watch_events_sizes_*` appears to already account for CRD names correctly, rather than aggregating as Unstructured

@MikeSpreitzer see https://github.com/kubernetes/kubernetes/pull/111807

While we have not documented this yet, this repository is effectively in maintenance mode and we are trying to avoid adding new features. Instead, our new feature efforts are focused...

/remove-lifecycle stale

@nikhita would you be able to assist here?

I'm using ctlptl with podman but I had to create a config file in the podman VM to make it treat the registry created by ctlptl as insecure (otherwise I...