File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ * [ CHANGELOG] ( ./CHANGELOG.md )
4+ * [ LICENSE] ( ./LICENSE )
5+ * [ README] ( ./README.md )
6+ * [ CONTRIBUTING] ( ./CONTRIBUTING.md )
7+
8+ All notable changes to this project will be documented in this file.
9+
10+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
11+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
12+
13+ ## [ 1.1.0] - 2020-09-05
14+ ### Added
15+ * Meta information about the mailcow API requests
16+ * Container information
17+ * Help texts
Original file line number Diff line number Diff line change 11# Contribution Guidelines
22
3+ * [ CHANGELOG] ( ./CHANGELOG.md )
4+ * [ LICENSE] ( ./LICENSE )
5+ * [ README] ( ./README.md )
6+ * [ CONTRIBUTING] ( ./CONTRIBUTING.md )
7+
38Contributions are always welcome - just open an issue or PR.
49Please be aware that even though it may not seem like it there are always other humans on the other end of a conversation.
510
611** Please treat others with respect and kindness.**
712
13+ If you have general questions or suggestions for improvement, open an issue or
14+ [ hit me up on twitter] ( https://twitter.com/thej6s )
15+
816## Adding a new Provider
917
1018The basic architecture of the exporter is centered around a provider. A provider is a struct
Original file line number Diff line number Diff line change 11# mailcow exporter
22
3+ * [ CHANGELOG] ( ./CHANGELOG.md )
4+ * [ LICENSE] ( ./LICENSE )
5+ * [ README] ( ./README.md )
6+ * [ CONTRIBUTING] ( ./CONTRIBUTING.md )
7+
38[ Prometheus] ( https://prometheus.io ) exporter for information about a
49[ mailcow] ( https://github.com/mailcow/mailcow-dockerized ) instance.
510
You can’t perform that action at this time.
0 commit comments