-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the possibility to track bidscoin usage #200
Comments
Another option using google analytics: https://practicaldatascience.co.uk/data-science/how-to-send-data-to-google-analytics-in-python-using-pygamp btw, some thoughts on the Apache/Logstash/Grafana approach: Grafana only displays data in time series format. Actually data should be transformed into one of the time series databases (e.g. prometheus, OpenTSDB) supported by Grafana; or if general purpose database (SQL or Elastic) is used behind Grafana, certain data structure/schema should be followed. If filebeat or logstash is used to parse web server log, it is beter to store the data in Elastic and use Kibana for display. The so-called ELK stack. |
Perhaps, but pygamp only had 6 commits altogether and seems no longer supporting the new API? |
Is Grafana Loki perhaps a solution? |
Grafana Loki is very interesting. It may be also useful for collecting and analyzing server logs concerning IT security. Will have a look into it. |
The Loki <> Grafana option seems to be the way forward. You can now see bidscoin tracking with:
|
Is your feature request related to a problem? Please describe.
Currently, it is unclear how much and how bidscoin is used
Describe the solution you'd like
Using an opt-in/out user setting (#197), I want to get information on:
Perhaps this information can be gathered and put into a dashboard using a combination of:
Describe alternatives you've considered
I've considered etelemetry (used by e.g. heudiconv, nipype -> fmriprep, mriqc, etc)
The text was updated successfully, but these errors were encountered: