Skip to content

Commit

Permalink
Updating README with network interface, remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
suparious committed Jun 10, 2024
1 parent 5eb318a commit d761420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ All configurable parameters are stored in `config.yaml`.
servers:
- name: ServerOne
address: http://ServerOne:9100
network_interface: eno1
- name: ServerTwo
address: http://ServerTwo:9100
network_interface: enp7s0

dashboard:
host: 0.0.0.0
Expand Down
1 change: 0 additions & 1 deletion metrics/metric_parsers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging

# Configure logging
logger = logging.getLogger(__name__)

def parse_prometheus_metrics(metrics_text):
Expand Down
3 changes: 1 addition & 2 deletions metrics/metrics_initializer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
from metrics.prometheus_metrics import initialize_metric
import logging

# Configure logging
logger = logging.getLogger(__name__)

def initialize_metrics(server_name):
Expand Down

0 comments on commit d761420

Please sign in to comment.