Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Anna Scholtz 28b4dccaf1
Use dry run function for generation (#1003)
* Add --ignore option when generating namespaces

* use dryrun

* Add dryrun

* Update tests to mock dry run

* Have use_cloud_function as parameter

* Pass dryrun instance

* raise DryRunErrors

* Download files from looker-hub

* Review feedback

* Update generator/lookml.py

Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com>

---------

Co-authored-by: Sean Rose <1994030+sean-rose@users.noreply.github.com>
2024-07-29 09:24:50 -07:00
Anna Scholtz 693cf80851
Fix date filtering in metric definition views (#921) 2024-03-19 15:43:59 -07:00
Anna Scholtz db7ccdaf4b
Merge pull request #391 from mozilla/opmon-dashboards
Opmon dashboards
2022-03-25 11:40:45 -07:00
Anna Scholtz 90b3f46ab5 Repeated nested field support for all explores 2021-12-06 11:01:39 -08:00
Marina Samuel a55120e6c6 Add aggregate tables to speed up operational monitoring dashboards. 2021-11-16 11:29:54 -05:00
William Lachance aec929b8c5
Generate descriptions for Glean Ping explores (fixes #106) (#143)
Format should be `Explore for <x> ping. <x ping description>`. For
example, for the metrics ping, you would see:

```
Explore for the metrics ping. The metrics ping is intended for all of
the metrics that are explicitly set by the application or are included
in the application's metrics.yaml file (except events). The reported
data is tied to the ping's measurement window, which is the time
between the collection of two metrics ping. Ideally, this window is
expected to be about 24 hours, given that the collection is scheduled
daily at 4AM. Data in the ping_info section of the ping can be used to
infer the length of this window.
```
2021-06-02 14:30:49 -07:00
Frank Bertsch 5c69aca3e1 Add view and explore for event names
- Have explores return many explores
- Only add filters to first explore
2021-06-01 15:35:11 -04:00
Frank Bertsch acbafe6d99 Add sql filter that applies to suggests 2021-05-12 10:33:03 -04:00
Frank Bertsch 659ae2d155 Require date and channel filters in ping explores 2021-04-29 15:02:14 -04:00
Frank Bertsch 67975da24c Move explores and views to directory
This should make it easier to move around this repo.
2021-04-26 16:36:06 -04:00