-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from consiglionazionaledellericerche/2-promethe…
…us-metrics 2 prometheus metrics
- Loading branch information
Showing
15 changed files
with
282 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
!*.sh | ||
!.env | ||
!LICENSE | ||
!VERSION | ||
!CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.1.0] - 2020-11-18 | ||
### Added | ||
- Possibilità di monitoraggio dei job del client tramite un meccanismo di invio | ||
delle metriche ad un PushGateway Prometheus | ||
- File VERSION per il semantic version dell'applicazione | ||
- File CHANGELOG.md | ||
|
||
### Changed | ||
- Rimossa classe stampingSender.StampingSender effettuando il _push up_ del | ||
metodo _send_ che ne era contenuto e che è stato rinominato in _sendStamping_ | ||
- Rimossa classe client.StampingClient ed effettuato _push up_ del metodo | ||
process\_stamping\_files | ||
- Corretta apertura in scrittura del file da scaricare via FTP. | ||
|
||
## [1.0.0] - 2020-11-10 | ||
### Added | ||
- First public open source release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.