Collignon-Ducret Rémi
Collignon-Ducret Rémi
Is there a way to aggregate clusterMetrics() result with default register.metrics ```js metricsServer.get('/metrics', (req, res) => { aggregatorRegistry.clusterMetrics() .then(metrics => { res.set('Content-Type', aggregatorRegistry.contentType) // How to merge 'metrics' with register.metrics...
Yes we can... and it's works ;-) But I asking if it wasn't interesting to natively add Master metrics with workers ones ?
linked to https://github.com/streamnative/pulsar-rs/issues/104
Any KEP in progress ? :-)
I think your configuration is OK, it's like mine. your file is special because for windows it doesn't have name, just an extension. first: if you use a git-scm or...
OK to be sure, your deploy.yaml is in C:/project folder ?
you named this method remove....
I'm agree with you
Perhaps, there is something to take from https://inspector.swagger.io/builder
I'm discovering cue scripts, thanks @fuchsnj