vtex / node-vtex-api

VTEX IO API Client for Node
76 stars 16 forks source link

Fix/prometheus metrics #535

Closed filafb closed 1 year ago

filafb commented 1 year ago

What is the purpose of this pull request?

The metrics to prometheus has been down since the update of prom-client.

Investigating the differences between v12 and v14, the metrics from registry are now a promise, and before it was a string.

Types of changes