Skip to content

Commit

Permalink
adding twisted plugin for metrics
Browse files Browse the repository at this point in the history
Forgot to add it earlier
  • Loading branch information
Manish Tomar committed Oct 7, 2014
1 parent 2ec0617 commit 8a9f73e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions twisted/plugins/otter_metrics.py
@@ -0,0 +1,13 @@
"""
Otter twisted application plugins for the various services.
"""

from twisted.application.service import ServiceMaker

OtterMetrics = ServiceMaker(
"Otter Metrics Collector",
"otter.metrics",
"Collects metrics for a region on an interval basis",
"otter-metrics"
)

0 comments on commit 8a9f73e

Please sign in to comment.