praekeltfoundation / vumi-wikipedia

Vumi Wikipedia Application
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Are all metrics being published? #35

Open smn opened 10 years ago

smn commented 10 years ago

I'm having trouble finding these metrics in Graphite. The only ones I am finding are the wikipedia_search_call and wikipedia_extract_call Timers.

Are they being published?

smn commented 10 years ago

Found https://github.com/praekelt/vumi-go/blob/a6f9acd3026dc3b0dff847554e7fb133db19cbd3/go/apps/wikipedia/vumi_app.py#L37, what's the reason for this?

jerith commented 10 years ago

Metric setup is static in vumi-wikipedia, but it needs to be dynamic in the Go app. At the time, we didn't have any tools to do per-conversation metrics sensibly. I think that's changed, but it'll probably still need a bit of thought to do it cleanly.