Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 final changes before release #97

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

v2 final changes before release #97

wants to merge 4 commits into from

Conversation

artiommocrenco
Copy link
Owner

@artiommocrenco artiommocrenco commented Nov 26, 2024

No description provided.

In the 'meshtastic_prometheus_exporter' main module, the ability to handle
TCP and BLE interfaces has been added. The configuration now accepts the
environment variables 'INTERFACE_TCP_ADDR', 'INTERFACE_TCP_PORT', and
'INTERFACE_BLE_ADDR'. This allows the selection of the desired interface
by setting the 'MESHTASTIC_INTERFACE' variable to 'SERIAL', 'TCP', or 'BLE'.
The selected interface is then used to instantiate the appropriate interface
object for interaction. MQTT functionality is temporarily marked as broken.
In this commit, we've added more logging to monitor the status of the
connection with the device and the availability of the NodeDB. This
includes logs for when a connection is established or lost, as well as
logs for when NodeDB is available or empty. These enhancements will
provide better visibility and traceability of the system's state and
performance.
This commit changes the way the version number is retrieved in the GitHub
Actions workflow. Instead of reading the 'VERSION' file, the version number is
now retrieved from '__about__.py' in the 'meshtastic_prometheus_exporter'
directory. This change affects the 'filters' field and the 'run' commands for
'our-version-major', 'our-version-minor', and 'our-version-full'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant