-
Notifications
You must be signed in to change notification settings - Fork 13
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 #108 from mojaloop/feature/#1289MigratedPerformanc…
…eChangesforv95Release ### Updated to include Performance Stream migration changes getSummary - Added getSummary - returns Summary metric - Added isInitiated - returns true if the Metrics object has been setup - Added getDefaultRegister - returns the default registry from the Prom-Client library - Added units tests for getSummary, isInitiated & getDefaultRegister - Some minor re-formatting changes - Added some commented out placeholders in preperation for an upgrade to Prom-Client v12.x in future <-- there is an issue here that needs to be addressed. ### Aligning TS config, setup and build for CI/CD to Mojaloop standards - Fixes for alignment to TS Mojaloop standards - Added npm-check-updates and commands for 'dep:check' and 'dep:update' - Added pre-commit checks for 'dep:check' - Removed ./lib folder as its not needed anymore. JS will now be compiled into the ./dist folder as per other Mojaloop TS repositories.
- Loading branch information
Showing
15 changed files
with
1,888 additions
and
1,655 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
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,5 @@ | ||
{ | ||
"reject": [ | ||
"prom-client" | ||
] | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.