@sentio/runtime 2.49.2-rc.4 → 2.49.2-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
- "version": "2.49.2-rc.4",
3
+ "version": "2.49.2-rc.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
package/src/otlp.ts CHANGED
@@ -21,7 +21,7 @@ export async function setupOTLP(debug?: boolean) {
21
21
  exporter: new OTLPMetricExporter()
22
22
  }),
23
23
  new PrometheusExporter({
24
- // http://localhost:4041/metrics
24
+ host: '0.0.0.0',
25
25
  port: 4041
26
26
  })
27
27
  ]