All Projects → heroku → lumbermill

heroku / lumbermill

Licence: Apache-2.0 License
DEPRECATED: Log Processor. See https://engineering.heroku.com/blogs/2016-05-26-heroku-metrics-there-and-back-again/ for more information.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to lumbermill

apiblueprintorg
old apiblueprint.org site
Stars: ✭ 19 (-54.76%)
Mutual labels:  deprecated
keyple-java
Eclipse Keyple™ Project: deprecated repository embedding all components of the Java implementation until version 1.0.0
Stars: ✭ 17 (-59.52%)
Mutual labels:  deprecated
Liquid-Application-Framework-1.0-deprecated
Liquid is a framework to speed up the development of microservices
Stars: ✭ 26 (-38.1%)
Mutual labels:  deprecated
react-native-apple-sign-in
Apple Signin for your React Native applications
Stars: ✭ 16 (-61.9%)
Mutual labels:  deprecated
jade-babel
Jade plugin for Babel
Stars: ✭ 39 (-7.14%)
Mutual labels:  deprecated
python-poster
DEPRECATED Streaming HTTP uploads and multipart/form-data encoding
Stars: ✭ 16 (-61.9%)
Mutual labels:  deprecated
steam
DEPRECATED Build, manage and deploy H2O's high-speed machine learning models.
Stars: ✭ 59 (+40.48%)
Mutual labels:  deprecated
VRTK.Prefabs
*Deprecated* - A collection of productive prefabs for rapidly building spatial computing solutions in the Unity software.
Stars: ✭ 61 (+45.24%)
Mutual labels:  deprecated
broccoli-traceur
Traceur is a JavaScript.next to JavaScript-of-today compiler
Stars: ✭ 29 (-30.95%)
Mutual labels:  deprecated
matterpoll-emoji
[DEPRECATED] Poll server for Mattermost
Stars: ✭ 38 (-9.52%)
Mutual labels:  deprecated
Kwicks
⛔ Kwicks for jQuery - fork of jQuery Kwicks by Jeremy Martin
Stars: ✭ 50 (+19.05%)
Mutual labels:  deprecated
HAN-pytorch
(Deprecated) Hierarchical Attention Networks for Document Classification (https://www.cs.cmu.edu/~diyiy/docs/naacl16.pdf) - in Pytorch
Stars: ✭ 39 (-7.14%)
Mutual labels:  deprecated
aldryn-bootstrap3
DEPRECATED, this project is no longer maintained, see README for more information.
Stars: ✭ 44 (+4.76%)
Mutual labels:  deprecated
react-infinity-menu
A react component that displays an unlimited deep menu
Stars: ✭ 59 (+40.48%)
Mutual labels:  deprecated
dashboard-extension-parameter-item
⛔ DEPRECATED. This project was moved to a new repository. Visit https://github.com/DevExpress/dashboard-extensions to find an updated version.
Stars: ✭ 47 (+11.9%)
Mutual labels:  deprecated
jog arm
A real-time robot arm jogger.
Stars: ✭ 39 (-7.14%)
Mutual labels:  deprecated
addon-sdk-content-scripts
DEPRECATED | Use WebExtensions instead | Add-ons demonstrating how to use content scripts in the Add-on SDK.
Stars: ✭ 23 (-45.24%)
Mutual labels:  deprecated
rust-usb
Deprecated: see libusb-rs
Stars: ✭ 23 (-45.24%)
Mutual labels:  deprecated
ngx-mat-datetime-picker
⛔️ DEPRECATED This is no longer supported, please consider using the repository @angular-material-components/datetime-picker(https://github.com/h2qutc/angular-material-components) instead.
Stars: ✭ 29 (-30.95%)
Mutual labels:  deprecated
Drupal-Scaffold
DEPRECATED: This project has been replaced by documentation within Confluence regarding best practices for setting up a new Drupal 9 project.
Stars: ✭ 48 (+14.29%)
Mutual labels:  deprecated

DEPRECATED: See the blog post for more information.

Travis GoDoc

Lumbermill

This is a Go app which takes Heroku Log drains and parses the router and dyno information, and then pushes metrics to influxdb.

Setup

Setup Influx

Create a db, user and password, and write the details + hostname and port down.

Deploy to Heroku

Deploy to Heroku

Add the drain to an app

heroku drains:add https://<lumbermill_app>.herokuapp.com/drain --app <the-app-to-mill-for>

You'll then start getting metrics in your influxdb host!

Environment Variables

  • CRED_STORE: user1:pass1|user2:pass2|userN:passN -- Basic Auth credentials for HTTP endpoints.
  • DEBUG: Turn on debug mode
  • INFLUXDB_USER: User that has permissions to write to the database
  • INFLUXDB_PWD: Password for the user
  • INFLUXDB_NAME: Database name in InfluxDB
  • INFLUXDB_HOSTS: InfluxDB hosts in the hash ring.
  • INFLUXDB_SKIP_VERIFY: Skip TLK verification?
  • LIBRATO_TOKEN: Librato token for posting metrics to
  • LIBRATO_OWNER: User that owns said token
  • LIBRATO_SOURCE: Source for Librato metrics.
  • PORT:
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].