Capturing events

I’m interested in gathering information about how many times my repo is being launched.

The documentation states the following:

These events may be sent to a sink via handlers from the python logging module.

But I couldn’t find an example on how this actually works. How do I do this?

Hi @paolo,

are you talking about mybinder.org? If yes, you can visit https://archive.analytics.mybinder.org/ to find the recording of all the launches from mybinder.org. You will need a small script to process the JSON files.

1 Like

actually I was talking about my own binderhub deployment. I found this snippet which I think is what I need:

1 Like