This website requires JavaScript.
Explore
Help
Register
Sign in
kumi
/
synapse-prometheus-exporter
Watch
1
Star
0
Fork
You've already forked synapse-prometheus-exporter
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
synapse-prometheus-exporter
/
.gitignore
8 lines
61 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Initial implementation of a PostgreSQL connection exporter
2024-05-15 20:41:26 +00:00
.venv
config.yaml
__pycache__
*.pyc
feat: Enhance config flexibility and setup Introduced command-line flags for improved configuration management, including the creation of a default config file, and specified listening address override capabilities. This update facilitates easier and more flexible setup and deployment processes for the PostgreSQL connection exporter. The `.gitignore` and documentation were updated to align with these changes, reflecting the new command-line options and the removal of the `config.dist.yaml` in favor of creating a default configuration through the tool itself. - Command-line flags `--create-config`, `--config`, `--host`, and `--port` added to streamline customization. - Configuration now supports naming database hosts for clearer metrics identification. - Documentation revised to guide through the new configuration and setup process. - Changelog introduced to track project evolution. These enhancements aim to make the exporter more adaptable to various deployment environments and to simplify the initial setup for users.
2024-05-16 04:33:21 +00:00
venv/
dist/
feat(gitignore): Ignore .ruff_cache directory Added the .ruff_cache/ entry to the .gitignore file to prevent Ruff's cache files from being tracked by Git. This change keeps the repository clean from unnecessary file tracking, which is particularly helpful for Python projects using Ruff for linting.
2024-05-19 06:44:41 +00:00
.ruff_cache/
Reference in a new issue
Copy permalink