Z
Z
zqZhil2015-08-01 21:20:36
API
zqZhil, 2015-08-01 21:20:36

What web service can be used for online statistics of various site/application metrics/events?

Often there is such a task - to collect various metrics / events and analyze them for a certain time interval. I am looking for some kind of web service that would allow me to dump API metrics on them and view them in the form of graphs.
By metric, I mean some kind of numerical parameter calculated on the server - for example, when implementing feature X, it is interesting to see the number of users who will use this feature, their time dependence on other events.
In order not to litter the main tables, now I stupidly dump the data into a separate table and build graphs myself, but I wonder if there is a ready-made solution.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kalinin, 2015-08-01
@kal1sha

It is best to gather everything on your side and write to the database (preferably using nosql). And then display the data, for example, through google chart

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question