Code Monkey home page Code Monkey logo

consul_telemetry_exporter's People

Contributors

ezraroi avatar lchayoun avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

consul_telemetry_exporter's Issues

Support for API token

https://www.consul.io/docs/commands/index.html#consul_http_token

--- a/routes/metrics.js
+++ b/routes/metrics.js
@@ -12,6 +12,7 @@ const registry = client.register;
 const scheme = process.env.CONSUL_SCHEME || 'http';
 const hostname = process.env.CONSUL_HOST || process.env.HOSTNAME || os.hostname();
 const port = process.env.CONSUL_PORT || 8500;
+const token = process.env.CONSUL_HTTP_TOKEN;

 /* GET metrics listing. */
 router.get('/', function (req, res) {
@@ -30,6 +31,9 @@ function collect() {
   let uri = scheme + '://' + hostname + ':' + port + '/v1/agent/metrics';
   const options = {
     uri: uri,
+    headers: {
+      'X-Consul-Token': token
+    },
     json: true
   };
   logger.debug('Making request to consul @ ' + uri);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.