Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
RELEASE 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Nov 14, 2020
1 parent 6778085 commit b9f667c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "kibana-prometheus-exporter",
"version": "7.9.3",
"version": "7.10.0",
"description": "Prometheus metrics for Kibana",
"main": "index.js",
"kibana": {
"version": "7.9.3",
"version": "7.10.0",
"templateVersion": "8.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/exporter/prometheus.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Requester = require('request-promise');
const Formatter = require('./formatter');

const makeUrl = (uri, base, path) =>
`${uri}${base ? path : ''}/api/status?extended`;
`${uri}${base ? path : ''}/api/status`;

export default function (server) {

Expand Down

0 comments on commit b9f667c

Please sign in to comment.