diff --git a/README.md b/README.md index 1dac4a8..3f71dad 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ options: - jobName (**required**): kue job name - queue (**required**): kue queue - promClient (*optional*): prom client instance -- interval (*optional*, default 60ms): interval to fetch the Kue statistic +- interval (*optional*, default 60000): interval in ms to fetch the Kue statistic - prefixMetricName (*optional*): prefix for metric name ### run() diff --git a/package.json b/package.json index 5141f01..f5f3fba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kue-prom", - "version": "1.0.2", + "version": "1.0.3", "description": "Provide prometheus metrics for Kue", "license": "MIT", "repository": "https://github.com/deerawan/kue-prom",