Skip to content

Commit e4abf71

Browse files
authored
fix(hip-3-pusher): prometheus address fix
2 parents 13018c4 + b85ca9d commit e4abf71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/hip-3-pusher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hip-3-pusher"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Hyperliquid HIP-3 market oracle pusher"
55
readme = "README.md"
66
requires-python = ">=3.13"

apps/hip-3-pusher/src/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Metrics:
1010
def __init__(self, config):
1111
# Adapted from opentelemetry-exporter-prometheus example code.
1212
# Start Prometheus client
13-
start_http_server(port=config["prometheus_port"], addr="localhost")
13+
start_http_server(port=config["prometheus_port"])
1414
# Exporter to export metrics to Prometheus
1515
reader = PrometheusMetricReader()
1616
# Meter is responsible for creating and recording metrics

apps/hip-3-pusher/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)