Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Oct 31, 2019
2 parents f783ce4 + 97c5f23 commit 9c4adaf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2017, 2018, 2019 Jay Reardon
Copyright (c) 2019 Out of Sync Studios LLC
Copyright © 2017, 2018, 2019 Jay Reardon
Copyright © 2019 Out of Sync Studios LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Actual version published on npm](http://img.shields.io/npm/v/uriel.svg)](https://www.npmjs.org/package/uriel)
[![Travis build status](https://travis-ci.org/OutOfSyncStudios/uriel.svg)](https://travis-ci.org/OutOfSyncStudios/uriel)
[![Total npm module downloads](http://img.shields.io/npm/dt/uriel.svg)](https://www.npmjs.org/package/uriel)
[![Package Quality](http://npm.packagequality.com/shield/uriel.svg)](http://packagequality.com/#?package=uriel)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ced17e413a2e48b0b27c3bc691a7c479)](https://www.codacy.com/manual/OutOfSyncStudios/uriel?utm_source=github.com&utm_medium=referral&utm_content=OutOfSyncStudios/uriel&utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/ced17e413a2e48b0b27c3bc691a7c479)](https://www.codacy.com/app/OutOfSyncStudios/uriel?utm_source=github.com&utm_medium=referral&utm_content=OutOfSyncStudios/uriel&utm_campaign=Badge_Coverage)
[![Dependencies badge](https://david-dm.org/OutOfSyncStudios/uriel/status.svg)](https://david-dm.org/OutOfSyncStudios/uriel?view=list)
Expand Down Expand Up @@ -308,6 +307,12 @@ The following buckets are used to capture statistics:
<a name="changelog"></a>
# [Changelog](#changelog)

## 2.0.2
* Minor bug fixes

## 2.0.1
* Minor bug fixes

## 2.0.0
***Note***: This is a major version change that contains breaking changes to the old function & reporting. Please review the documentation for updates to how data is now reported.
* Improvements on delivery and handling of tagged metrics, an array of tags can now be configured to be delivered with each metric
Expand Down Expand Up @@ -355,5 +360,5 @@ The following buckets are used to capture statistics:
<a name="license"></a>
# [License](#license)

Copyright (c) 2017, 2018, 2019 Jay Reardon
Copyright (c) 2019 Out of Sync Studios LLC -- Licensed under the MIT license.
Copyright © 2017, 2018, 2019 Jay Reardon
Copyright © 2019 Out of Sync Studios LLC -- Licensed under the MIT license.
4 changes: 2 additions & 2 deletions app/monitors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const monitors = {};

/*
* This iterates through all .js files in the routes folder and loads them in
* to the `monitors`` object. The purpose of this is to separate each of
* to the `monitors` object. The purpose of this is to separate each of
* the monitor logics into its own file class for easie maintainability of the code.
*
* The `monitorr` object is returned to the paired `require('thisLib')` statement
* The `monitor` object is returned to the paired `require('thisLib')` statement
* inside the host code.
*/
module.exports = (statsFactory) => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uriel",
"version": "2.0.1",
"version": "2.0.2",
"description": "A NodeJS statsd agent to push memory, cpu, network, swap, diskio, and disk usage over UDP",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9c4adaf

Please sign in to comment.