Skip to content

Commit 994fc1a

Browse files
committed
update
1 parent dd0ed5e commit 994fc1a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/clivern/statsd-rabbitmq-backend/master/assets/img/chart.png" width="700" />
2+
<img src="https://raw.githubusercontent.com/uptimedog/statsd-rabbitmq-backend/master/assets/img/chart.png" width="700" />
33
</p>
44
<p align="left">A Pluggable backend for <a href="https://github.com/statsd/statsd">StatsD</a> to publish metrics to RabbitMQ. So instead of polling our data store for changes in metrics, We will get notified when there is a change through RabbitMQ.</p>
55

@@ -68,12 +68,12 @@ open.then(function(conn) {
6868

6969
For transparency into our release cycle and in striving to maintain backward compatibility, statsd-rabbitmq-backend is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
7070

71-
See the [Releases section of our GitHub project](https://github.com/clivern/statsd-rabbitmq-backend/releases) for changelogs for each release version of statsd-rabbitmq-backend. It contains summaries of the most noteworthy changes made in each release.
71+
See the [Releases section of our GitHub project](https://github.com/uptimedog/statsd-rabbitmq-backend/releases) for changelogs for each release version of statsd-rabbitmq-backend. It contains summaries of the most noteworthy changes made in each release.
7272

7373

7474
## Bug tracker
7575

76-
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/statsd-rabbitmq-backend/issues
76+
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/uptimedog/statsd-rabbitmq-backend/issues
7777

7878

7979
## Security Issues
@@ -88,6 +88,6 @@ We are an open source, community-driven project so please feel free to join us.
8888

8989
## License
9090

91-
© 2020, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
91+
© 2020, Uptimedog. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
9292

93-
**statsd-rabbitmq-backend** is authored and maintained by [@clivern](http://github.com/clivern).
93+
**statsd-rabbitmq-backend** is authored and maintained by [@Uptimedog](http://github.com/uptimedog).

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/Clivern/statsd-rabbitmq-backend.git"
16+
"url": "git+https://github.com/uptimedog/statsd-rabbitmq-backend.git"
1717
},
18-
"author": "Clivern",
18+
"author": "uptimedog",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/Clivern/statsd-rabbitmq-backend/issues"
21+
"url": "https://github.com/uptimedog/statsd-rabbitmq-backend/issues"
2222
},
23-
"homepage": "https://github.com/Clivern/statsd-rabbitmq-backend#readme",
23+
"homepage": "https://github.com/uptimedog/statsd-rabbitmq-backend#readme",
2424
"dependencies": {
2525
"amqplib": "^0.5.6"
2626
},

statsd-rabbitmq-backend/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* To enable this backend, include 'statsd-rabbitmq-backend' in the backends
55
* configuration array:
66
*
7-
* backends: ['statsd-rabbitmq-backend']
7+
* backends: ['./backends/statsd-rabbitmq-backend']
88
*
99
* This backend supports the following config options:
1010
*

0 commit comments

Comments
 (0)