Boroda
Boroda
spent hours looking for this. bump
Whats wrong with lint job?
``` const recursive = require('recursive-readdir'); const replace = require('replace-in-file'); const { extname } = require('path'); const { readFile, writeFile, unlink } = require('fs'); const { promisify } = require('util'); const...
+ 1.23.15 it works. manifest from master produces rbac errors
Yes, I've seen that profiler. But im talking about metrics. Examples: https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics https://micrometer.io/ The application provides metrics that are collected by third-party products. By analyzing metrics, you can identify problem...
> @Enity you want Deepkit to be able to export metrics to e.g OpenTelemetry? I think we have already discussed this once before @marcj For example, yes. But our company...
> > For example, yes. But our company uses Prometheus. It's simply more mature. OpenTelemetry is still incubating on [cncf.io/projects](https://www.cncf.io/projects/). > > OpenTelemetry is far better for capturing traces, logs,...