Git Product home page Git Product logo

aws-cloudwatch-statsd-backend's People

Contributors

camitz avatar chook avatar christopherdeutsch avatar deleugpn avatar dperjar avatar joenyland avatar melklein avatar vevo-john-delivuk avatar wmalik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

aws-cloudwatch-statsd-backend's Issues

Optimize putMetrics - to avoid Cloudwatch throttling

This might be related to #7

We see this in statsd.log - perhaps packing metrics might help?

Err : { StatusCode: 400,
  Headers:
   { 'x-amzn-requestid': '43732e6e-4618-11e6-9498-bf6b383bb542',
     'content-type': 'text/xml',
     'content-length': '261',
     date: 'Sat, 09 Jul 2016 21:01:10 GMT' },
  Body:
   { ErrorResponse:
      { '@': { xmlns: 'http://monitoring.amazonaws.com/doc/2010-08-01/' },
        Error:
         { Type: 'Sender',
           Code: 'Throttling',
           Message: 'Rate exceeded' },
        RequestId: '43732e6e-4618-11e6-9498-bf6b383bb542' } } }

Bumping up default statsd flushInterval to 20, 30 s does not seem to help

invalid security token

Hi, I am following your docs for running with the most basic configuration described in your readme but am unable to send metrics to cloudwatch:

Err : { StatusCode: 403,
  Headers:
   { 'x-amzn-requestid': '-',
     'content-type': 'text/xml',
     'content-length': '311',
     date: 'Tue, 03 Jan 2017 19:03:25 GMT' },
  Body:
   { ErrorResponse:
      { '@': { xmlns: 'http://monitoring.amazonaws.com/doc/2010-08-01/' },
        Error:
         { Type: 'Sender',
           Code: 'InvalidClientTokenId',
           Message: 'The security token included in the request is invalid' },
        RequestId: '-' } } }

I am able to get statsD metrics publishing to the console backend and have verified that my access key/secret key are correct by describing cloudwatch using AWS cli:

aws cloudwatch describe-alarms

(works)

Update documentation to cover latest version

Although this repository has been updated to use the aws-sdk node package rather than awssum, the documentation is still tuned to awssum. This led me to have an error when I provided the region as "US_EAST_1" rather than "us-east-1".

Please update the documentation prior to making a more recent release.

Documentation Error: Region option is not correctly specified

The region option has been changed inside code or something. When I checked the code the region option they were expecting was in the format AP_SOUTH_1, AP_SOUTHEAST_1 instead of ap-south-1, ap-southeast-1. And inside the doc its given as latter but in code they are expecting former.

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.