Page MenuHomePhabricator

♻️ 📈 Data model re-use - usage analytics
Closed, ResolvedPublic

Description

As a product manager, I want to see how the new feature 'data model re-use' performs (a chart that shows the number of successful and failed imports per day).

Ideally, this ticket is not about adding the chart to the Google Cloud dashboard, but about showing to the product manager how to create a new dashboard and a chart in a way that it doesn't get wiped out on the next day.
We can use the metrics from the feature as a real example of this kind of task.

Event Timeline

Relevant PromQL queries for this are:

platform_api_wiki_entity_imports_successful{cluster="wbaas-3"}
platform_api_wiki_entity_imports_failed{cluster="wbaas-3"}
platform_api_wiki_entity_imports_pending{cluster="wbaas-3"}

Note that the values for failed and success are counters starting now, so they might drop at some point in time.

We ended up implementing the charts in Superset.