Gstat-exporter

Latest version: v0.2.0

Safety actively analyzes 625051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.0

git push origin v0.4.0

Upload new release to pypi:
rm dist/*
python -m build
twine upload dist/gstat_exporter*

Back to development:
- Update changelog again, commit and push.

0.2.0

Added

- Added argparse and commandline arguments -p and -l to make listen ip and listen port configurable
- Added feature to remove devices when they disappear from the system
- Added -d / --debug flag to enable debug mode

Changed
- Replace black + flake8 linters with ruff
- Refactor code into a GstatExporter class
- Made the gstat sleep period configurable with -s / --sleep and change the default from 5 secs to 15 secs (the default scrape interval in Prometheus)
- Add timestamp and configure logformat so it now looks like this:
"2023-12-14 13-26-14 +0100 - gstat_exporter - LEVEL - message"

0.1.0

Changed
- Create Python package
- Rename default branch from "master" to "main"


Added

- CHANGELOG.md
- RELEASE.md


Creating a release
====================

Update release date and version in changelog.md and commit.

Then tag the new release:
git tag v0.4.0 -a

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.