Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upsuggested feature: mobile client #2251
Comments
joeblew99
changed the title
suggested feature: mobile logging
suggested feature: mobile client
Dec 5, 2016
This comment has been minimized.
This comment has been minimized.
|
Prometheus is a metrics system, it sounds like you're looking for an event logging solution so Prometheus isn't appropriate here. |
This comment has been minimized.
This comment has been minimized.
|
I want to send the metrics back to Prom. Logging i know is something else. |
This comment has been minimized.
This comment has been minimized.
|
Sending metrics to Prometheus from mobile clients is more an event logging use case than it is a metrics use case due to the number of clients and their likely lifetime. |
This comment has been minimized.
This comment has been minimized.
|
so then ? Right now, the main thing is if you want a PR for this ? I have done a fair bit of gomobile. |
This comment has been minimized.
This comment has been minimized.
|
Prometheus is pull based, and we don't accept changes that change that. I don't think Prometheus is what you're looking for. |
This comment has been minimized.
This comment has been minimized.
|
i am sure that PROM is what we want to us, because its nicely integrated with GRPC and GRPC-gateway and GOA v2. We use all these in many mobile, server and clients. All we want is to take a stab at Prom agent on mobile basically. Pull is no problem. It just requires a IOT style gateway relay pattern. Already have that stuff i can plug in. |
This comment has been minimized.
This comment has been minimized.
|
This has been discussed a few discussions on the developers mailing list: for example https://groups.google.com/d/msg/prometheus-developers/_svg4sn5w4c/CXDCjEVfDAAJ. The mailing list is the best place to discuss such developments. |
grobie
closed this
Mar 5, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
joeblew99 commentedDec 5, 2016
I am needing to be metrics (and logging) from Mobiles into Prom.
SO, i am raising it here to get feedback. to i am not repeating others work.
Here is a good example, that logs to a third party system
https://github.com/logpacker/mobile-sdk
Is there already something in PROM to do this ?
Is anyone interested in this, and would you be open to a PR ?
It will be written in golang and use the existing Prom API, and so will be easy to support due to compile time checks.
Are there any gotcha's anyone can see with doing this ?