Ivan Santos
Ivan Santos
This is generally introspected from opentelemetry auto instrumentation already.
We might need to deprecate existing metrics and create new ones.
@JorTurFer, if approved, I can probably take this one.
@zroubalik afaik, only the ones marked as red. Although I was thrown off by naming some being gauge instead of a histogram.
I also noticed some of the HELP (descriptions) don't match the description in the doc.
Possible steps: 1. Update Description for affected metrics to include a prefix like: `Deprecation Warning - This metric is deprecated and replaced with 'new_metric'` 2. Create new metrics and add...
Yes, I can take that one.
After taking a deeper look yesterday, `keda_scaler_errors` vs `keda_scaler_errors_total` seems to be the same metric, called in the same place. The only difference is that `keda_scaler_errors` has the `labels` in...
This issue might be obsolete if this is available: https://github.com/kedacore/keda/pull/4860/files 🎉
Another alternative suggested by @cirocosta seems to be really good https://www.npmjs.com/package/pino it also has a middleware for express.