Closed Bug 1525702 Opened 5 years ago Closed 5 years ago

Make new 'intl' fields available for queries on STMO

Categories

(Data Platform and Tools :: General, enhancement, P1)

enhancement
Points:
1

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: flod, Assigned: mreid)

References

Details

Attachments

(2 files)

In bug 1502921 (and fx66) we added several fields to the Environment ping.

https://github.com/mozilla-services/mozilla-pipeline-schemas/pull/248 was filed to get the data validated and through to STMO.

intl: {
  requestedLocales: [ <string>, ... ], // The locales that are being requested.
  availableLocales: [ <string>, ... ], // The locales that are available for use.
  appLocales: [ <string>, ... ], // The negotiated locales that are being used.
  systemLocales: [ <string>, ... ], // The locales for the OS.
  regionalPrefsLocales: [ <string>, ... ], // The regional preferences for the OS.
  acceptLanguages: [ <string>, ... ], // The languages for the Accept-Languages header.
},

I'd like to be able to use this data in queries and dashboards on STMO as part of the multilingual effort.

Normally I would use the client_count_daily for such queries (tracking changing in l10n distribution and usage), not sure if that's relevant information.

Summary: Add new 'intl' fields to → Make new 'intl' fields available for queries on STMO
Assignee: nobody → mreid
Points: --- → 1
Priority: -- → P1

These fields will be added to main_summary in tonight's run, the field names will be of the form:
environment_settings_intl_<snake_cased_name>

For example:
environment_settings_intl_accept_languages

I will double check that the fields are appearing as expected on Monday then close this out.

I see there's a ClientsDailyView.scala file in the same repository. Does it mean that it will be only added to main_summary for now? Given the type of data, I think that would be OK, mostly double checking.

Yes, for now it will only be available in main_summary. I've confirmed there's data coming in for it now.

We can add it to clients_daily too if that would help.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED

(In reply to Mark Reid [:mreid] from comment #4)

Yes, for now it will only be available in main_summary. I've confirmed there's data coming in for it now.

We can add it to clients_daily too if that would help.

I'll start using main_summary and see how far I go. In case, I'll file a follow-up bug the other dataset.

It was easy enough to add to clients_daily, so I did that as well. It should appear there starting tomorrow.

Component: Datasets: Main Summary → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: