Giter VIP home page Giter VIP logo

pushpop-keen's Introduction

pushpop-keen

Keen IO plugin for Pushpop.

Installation

Add pushpop-keen to your Gemfile:

gem 'pushpop-keen'

or install it as a gem:

$ gem install pushpop-keen

Usage

Querying

The keen plugin gives you a DSL to specify Keen query parameters. Those query parameters are used to query data using the keen-gem.

Here's an example that shows many of the options you can specify:

job 'average response time for successful requests last month' do

  keen do
    event_collection  'checks'
    analysis_type     'average'
    target_property   'request.duration'
    group_by          'check.name'
    interval          'daily'
    timeframe         'last_month',
    filters           [{ property_name: "response.successful",
                         operator: "eq",
                         property_value: true }]
  end

end

A steps method is also supported for funnels, as well as analyses for doing a multi-analysis.

Tracking

You can also very simply record events to Keen:

job 'send pageview'
  
  keen do
    record 'Pageview', path: '/a/path'   
  end

end

The keen plugin requires that the following environment variables are set:

  • KEEN_PROJECT_ID
  • KEEN_READ_KEY

Contributing

Code and documentation issues and pull requests are welcome.

pushpop-keen's People

Contributors

joshed-io avatar

Watchers

James Cloos avatar  avatar

Forkers

hex337

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.