canonical / tempo-k8s-operator

This charmed operator automates the operational procedures of running Grafana Tempo, an open-source tracing backend.
https://charmhub.io/tempo-k8s
Apache License 2.0
3 stars 3 forks source link

Set resource limits and requests for Tempo #80

Open mmkay opened 3 months ago

mmkay commented 3 months ago

Enhancement Proposal

At the moment, tempo charm doesn't import kubernetes_compute_resources_patch lib (reference) to set the resource limits. We should define a reasonable default limit and requested initial values and set it using this library.

PietroPasotti commented 2 weeks ago

to investigate: will this mean deploying tempo requires trust?