Skip to content

Commit

Permalink
ft: ZENKO-21 add prometheus monitoring route
Browse files Browse the repository at this point in the history
Signed-off-by: anurag4DSB <[email protected]>
  • Loading branch information
anurag4DSB committed May 2, 2018
1 parent cb86a85 commit 0c0bffa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/backbeat/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ function routes(redisKeys, allSites) {
extensions: { crr: ['failed'] },
method: 'retryFailedCRR',
},
{
httpMethod: 'GET',
category: 'monitoring',
type: 'monitoring',
extensions: {},
method: 'monitoringHandler',
},
];
}

Expand Down

0 comments on commit 0c0bffa

Please sign in to comment.