Skip to content

Commit 5ce23f7

Browse files
committed
updated defaul port to 9999
Signed-off-by: Zen <[email protected]>
1 parent dc80cdb commit 5ce23f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prometheus_exporter"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]

src/prometheus_exporter/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .prometheus_request import PrometheusRequest
1717

1818
DEFAULT_IP = '127.0.0.1'
19-
DEFAULT_PORT = 9809
19+
DEFAULT_PORT = 9999
2020

2121

2222
@loggify

0 commit comments

Comments
 (0)