Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created March 3, 2015 18:46
Show Gist options
  • Select an option

  • Save Unitech/cd383171ce3addf69296 to your computer and use it in GitHub Desktop.

Select an option

Save Unitech/cd383171ce3addf69296 to your computer and use it in GitHub Desktop.
var metric = probe.metric({
name : 'Realtime user',
historic_agg : true,
value : function() {
return Object.keys(users).length;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment