Skip to content

asus4/ofxMackerel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxMackerel

The simple wrapper for mackerel.io
https://mackerel.io/

Tested on openFrameworks v0.9.3 OSX

USAGE

// testApp.h
#include "ofxMackerel.hpp"
ofxMackerel mackerel;
// testApp.cpp
//--------------------------------------------------------------
void testApp::setup() {
    #warning set your API KEY
    mackerel.setup("****");
    ofSetFrameRate(60);
}

//--------------------------------------------------------------
void testApp::update() {
    mackerel.queueMetrics("custom.framerate", ofGetFrameRate());
    mackerel.queueMetrics("custom.testnumber", ofRandom(0, 100));
}

LISENCE

MIT

About

openFrameworks wrapper of https://mackerel.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages