Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Last active January 5, 2018 00:07
Show Gist options
  • Save DazWilkin/b3978653d3eb094c4d9a9abc2a346274 to your computer and use it in GitHub Desktop.
Save DazWilkin/b3978653d3eb094c4d9a9abc2a346274 to your computer and use it in GitHub Desktop.
Cloud Functions Prometheus Exporter
{
"name": "cloud-functions-prom-exporter",
"version": "0.0.1",
"description": "Cloud Functions originating Prometheus Gauge|Histogram metrics",
"author": "Your Name <[email protected]>",
"keywords": ["Google","Cloud Functions","Prometheus", "Particle", "Photon"],
"dependencies":{
"prom-client": "10.2.2",
"particle-api-js": "7.0.1",
"cloud-functions-runtime-config": "0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment