Skip to content

Commit

Permalink
views/query breakdownby fields (#1793)
Browse files Browse the repository at this point in the history
* views/query breakdownby fields

Add playbackId, creatorId to breakdownBy enum

* fixed `exists` typo

* added geohash

* Updated references

* prettier

---------

Co-authored-by: gioelecerati <[email protected]>
  • Loading branch information
ecmulli and gioelecerati authored Jul 6, 2023
1 parent cf73a69 commit dcc0aca
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 18 deletions.
15 changes: 14 additions & 1 deletion packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,12 @@ components:
playbackId:
type: string
description: The playback ID associated with the metric
creatorId:
type: string
description: The ID of the creator associated with the metric
viewerId:
type: string
description: The ID of the viewer associated with the metric
dStorageUrl:
type: string
description: The URL of the distributed storage used for the asset
Expand Down Expand Up @@ -1866,6 +1872,10 @@ components:
timezone:
type: string
description: The timezone where the viewer is located
geohas:
type: string
description:
Geographic encoding of the viewers location. Accurate to 3 digits.
viewCount:
type: integer
description: The number of views for the asset
Expand All @@ -1881,7 +1891,7 @@ components:
errorRate:
type: number
description: The error rate for the asset
existsBeforeStart:
exitsBeforeStart:
type: number
description: |
The percentage of sessions that existed before the asset started
Expand Down Expand Up @@ -3152,6 +3162,7 @@ paths:
items:
type: string
enum:
- playbackId
- deviceType
- device
- cpu
Expand All @@ -3162,7 +3173,9 @@ paths:
- country
- subdivision
- timezone
- geohash
- viewerId
- creatorId
responses:
"200":
description: A list of Metric objects
Expand Down
41 changes: 24 additions & 17 deletions packages/www/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://livepeer.studio</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/contact</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/assets</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/billing</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/billing/plans</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/developers/api-keys</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/developers/signing-keys</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/developers/webhooks</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/sessions</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/stream-health</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/streams</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/usage</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/forgot-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/register</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/reset-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio/verify</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-06-27T11:09:43.503Z</lastmod></url>
<url><loc>https://livepeer.studio</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.122Z</lastmod></url>
<url><loc>https://livepeer.studio/contact</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/assets</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/billing</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/billing/plans</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/developers/api-keys</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/developers/signing-keys</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/developers/webhooks</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/sessions</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/stream-health</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/streams</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dashboard/usage</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/forgot-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/register</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/reset-password</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/verify</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/privacy-policy</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/decentralized-storage-arweave</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/terms-of-service</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/pricing-faq</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/decentralized-storage-ipfs</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/dstorage</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
<url><loc>https://livepeer.studio/bundlr</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2023-07-06T17:35:55.123Z</lastmod></url>
</urlset>

0 comments on commit dcc0aca

Please sign in to comment.