kirankumar-grootan
kirankumar-grootan
This issue is a: * [ ] Bug Report * [ ] Enhancement suggestion * [ ] Feature request If the issue concerns an existing Marketplace application, please tag the...
This issue is a: * [ ] Bug Report * [ ] Enhancement suggestion * [ ] Feature request If the issue concerns an existing Marketplace application, please tag the...
This issue is a: * [ ] Bug Report * [ ] Enhancement suggestion * [ ] Feature request If the issue concerns an existing Marketplace application, please tag the...
This issue is a: * [ ] Bug Report * [ ] Enhancement suggestion * [ ] Feature request If the issue concerns an existing Marketplace application, please tag the...
is it possible to ignore /metrics, /live and /ready path from getting included in Prometheus metrics. its increasing `romhttp_metric_handler_requests_total` unnecessarily ``` promhttp_metric_handler_requests_total{code="200"} 33 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 ```
### Question Description As per doc you can utilize Etag as middleware, and there's also an option to enable it in `fiber.config`. https://docs.gofiber.io/api/middleware/etag/ https://docs.gofiber.io/api/fiber Are the functionalities the same when...
when installing loki 6.6.2 helm chart in distributed mode. ingesters are not starting it says https://github.com/grafana/loki/blob/main/production/helm/loki/templates/ingester/statefulset-ingester.yaml#L90 ``` loki flag provided but not defined: -ingester.ring.instance-availability-zone Run with -help to get list...
It should be a good to have support for examplar metrics ```go func (ps *FiberPrometheus) RegisterAt(app fiber.Router, url string, handlers ...fiber.Handler) { ps.defaultURL = url h := append(handlers, adaptor.HTTPHandler(promhttp.HandlerFor(ps.gatherer, promhttp.HandlerOpts{...
add support to add shared library instead of hardcoded time timescaledb lib alone https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/templates/cluster.yaml#L51
Is there any way to ignore transitive dependencies in the SBOM scan and include direct dependencies only? In spdx there is a way to ignore the transitive dependencies in plugin...