Marcin Skalski
Marcin Skalski
Signed-off-by: Marcin Skalski
### Checklist prior to review - [x] [Link to relevant issue][1] as well as docs and UI issues -- - [x] This will not break child repos: it doesn't hardcode...
### Description Right now for Prometheus we use old server with lots of custom logic, we could replace it with our new `AggregatedProducer` and `Prometheus` exporter for `OpenTelemetry`. Benefits: -...
### Description This works for Prometheus because we are passing query params from Prometheus request to Envoy. With OpenTelemetry we have plain request, we need to propagate this info from...
### Description We no longer publish binaries to pulp, since 2.7.0 so we can remove check pulp step from [release.yml](https://github.com/kumahq/kuma/blob/9d02b99f4388ed8a4da96ae3d75ffebeca633be1/.github/workflows/release.yaml#L75) workflow
### What happened? Figure out why these tests are regularly failing on CI and find a fix
### Description MeshAccessLog have different otel backend validation than MeshMetric and MeshTrace. Based on [review comment](https://github.com/kumahq/kuma/pull/8874#discussion_r1454774021)
### Description Command Palettes are getting standard across web GUIs. Best example is [Github Command Palette](https://docs.github.com/en/get-started/using-github/github-command-palette). This allows easier and faster navigation between GUI pages, without need of using mouse...
### Description As discussed in [review](https://github.com/kumahq/kuma-website/pull/1213#discussion_r1087975774). We currently don't have any guidelines for naming in docs. It would be nice to create docs writing guidelines that will help us structure...
### Description After moving metrics from `Mesh` to `MeshMetric` policy, we needed to change internals of MADS server. Right now we recompute monitoring assignment on demand. We should investigate performance...