You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I can't find a way to export aggregated metrics to prometheus using Node.js's cluster module
Describe the solution you'd like
I would like to be able to export aggregated metrics using opencensus-exporter-prometheus and Node.js's cluster module
Describe alternatives you've considered
I've tried to export metrics in each worker process, but this is undesirable.
I would like to be able to export metrics aggregated for the whole cluster.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I can't find a way to export aggregated metrics to prometheus using Node.js's cluster module
Describe the solution you'd like
I would like to be able to export aggregated metrics using
opencensus-exporter-prometheus
and Node.js's cluster moduleI would like some docs for this feature similar to: https://github.com/siimon/prom-client#usage-with-nodejss-cluster-module
Describe alternatives you've considered
I've tried to export metrics in each worker process, but this is undesirable.
I would like to be able to export metrics aggregated for the whole cluster.
The text was updated successfully, but these errors were encountered: