Last active
January 5, 2018 00:07
-
-
Save DazWilkin/b3978653d3eb094c4d9a9abc2a346274 to your computer and use it in GitHub Desktop.
Cloud Functions Prometheus Exporter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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