id
int64
959M
2.55B
title
stringlengths
3
133
body
stringlengths
1
65.5k
โŒ€
description
stringlengths
5
65.6k
state
stringclasses
2 values
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
closed_at
stringlengths
20
20
โŒ€
user
stringclasses
174 values
1,374,490,104
Install a stale bot
null
Install a stale bot:
closed
2022-09-15T12:57:34Z
2022-09-15T17:32:49Z
2022-09-15T17:32:49Z
severo
1,374,489,518
Tag and close `wontfix` issues
To try to focus on the important things and keep the number of issues low.
Tag and close `wontfix` issues: To try to focus on the important things and keep the number of issues low.
closed
2022-09-15T12:57:07Z
2022-09-19T08:47:47Z
2022-09-19T08:47:47Z
severo
1,374,196,404
Improve the docs pages
https://huggingface.slack.com/archives/C0311GZ7R6K/p1663216598353539 > as discussed, lets' make https://huggingface.co/docs/datasets-server/index a little bit prettier because right now it's not very pretty โ€“ also the order of the sections is weird, no? Should be API basics (endpoint etc) > Valid datasets > Splits > First rows, no? <img width="387" alt="image" src="https://user-images.githubusercontent.com/1676121/190364542-d5f820aa-300b-4533-a82b-f904969b78cb.png">
Improve the docs pages: https://huggingface.slack.com/archives/C0311GZ7R6K/p1663216598353539 > as discussed, lets' make https://huggingface.co/docs/datasets-server/index a little bit prettier because right now it's not very pretty โ€“ also the order of the sections is weird, no? Should be API basics (endpoint etc) > Valid datasets > Splits > First rows, no? <img width="387" alt="image" src="https://user-images.githubusercontent.com/1676121/190364542-d5f820aa-300b-4533-a82b-f904969b78cb.png">
closed
2022-09-15T09:11:12Z
2022-09-16T13:02:05Z
2022-09-16T13:02:05Z
severo
1,374,191,205
Filter the list of datasets by feature type (image, audio, class label...)
The idea is to provide the information to moon-landing to improve the search and add tags to help the faceted search. It might be done by: - adding a filter to /valid (/valid?feature_type=image): filters the valid datasets to only include datasets that have a least one split with at least one Image feature type - or by adding the list of feature types to the /valid route response (or add a new route for that), so that moon-landing could fetch it regularly and update the search index, creating specific tags for every dataset wdyt @julien-c @gary149 @lhoestq?
Filter the list of datasets by feature type (image, audio, class label...): The idea is to provide the information to moon-landing to improve the search and add tags to help the faceted search. It might be done by: - adding a filter to /valid (/valid?feature_type=image): filters the valid datasets to only include datasets that have a least one split with at least one Image feature type - or by adding the list of feature types to the /valid route response (or add a new route for that), so that moon-landing could fetch it regularly and update the search index, creating specific tags for every dataset wdyt @julien-c @gary149 @lhoestq?
closed
2022-09-15T09:07:14Z
2024-02-06T11:17:59Z
2024-02-06T11:17:59Z
severo
1,373,261,198
Fill some of the dataset card info automatically?
See https://github.com/huggingface/datasets/issues/4977: `Providing dataset size` Related issues: https://github.com/huggingface/datasets/issues/3507#issuecomment-1033752157 and https://github.com/huggingface/datasets/issues/4876
Fill some of the dataset card info automatically?: See https://github.com/huggingface/datasets/issues/4977: `Providing dataset size` Related issues: https://github.com/huggingface/datasets/issues/3507#issuecomment-1033752157 and https://github.com/huggingface/datasets/issues/4876
closed
2022-09-14T16:20:30Z
2023-06-14T12:15:54Z
2023-06-14T12:15:53Z
severo
1,368,031,786
Only 4 jobs run, while a repo had 9 commits
see discussion at https://huggingface.slack.com/archives/C3XM337MW/p1662737235920349?thread_ts=1662735709.930169&cid=C3XM337MW The `splits_reponses` and `first_rows_responses` queues only contain 4 jobs: <img width="444" alt="Capture dโ€™eฬcran 2022-09-09 aฬ€ 17 51 52" src="https://user-images.githubusercontent.com/1676121/189391009-cb8f0fce-6c55-4ff6-8fe6-fad759150992.png"> The four jobs are successful for the splits, whereas two of them are erroneous for the first rows. The last job has been run manually by me, not by the webhook. At the same time, the commit history is the following (9 commits): https://huggingface.co/datasets/davanstrien/encyclopedia_britannica/commits/main <img width="582" alt="Capture dโ€™eฬcran 2022-09-09 aฬ€ 17 53 47" src="https://user-images.githubusercontent.com/1676121/189391392-d8425287-242a-4bc6-be41-834b6bb682ba.png"> This might be due to some of the following hypotheses: - some webhooks have not been sent after a commit on the dataset repo - low probability: why? - the webhooks have not been received by the API - low probability: why? - the API did not add the job - low probability: why? - the job already existed in the "WAITING" status, so the webhook was ignored - low probability because the last run job should have been successful - something else We lack information to investigate: - the ["webhook: refresh dataset xxx"](https://github.com/huggingface/datasets-server/blob/833ea70034a73274d2cec7b4425fe2f8b9d32e53/services/api/src/api/routes/webhook.py#L54) logs are in "debug" level, and they are not in [kibana](https://kibana.elastic.huggingface.tech/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-30m,to:now))&_a=(columns:!(),filters:!(),index:'24d42510-a44e-11ec-bb45-ad141ad1c5f8',interval:auto,query:(language:kuery,query:'kubernetes.container.name:%20%22datasets-server-api%22%20and%20%20message:%20%22webhook%22'),sort:!(!('@timestamp',desc)))) - the database does not contain the git version of the repository (we could add it to the jobs -> all the jobs, and to the cache -> only the latest)
Only 4 jobs run, while a repo had 9 commits: see discussion at https://huggingface.slack.com/archives/C3XM337MW/p1662737235920349?thread_ts=1662735709.930169&cid=C3XM337MW The `splits_reponses` and `first_rows_responses` queues only contain 4 jobs: <img width="444" alt="Capture dโ€™eฬcran 2022-09-09 aฬ€ 17 51 52" src="https://user-images.githubusercontent.com/1676121/189391009-cb8f0fce-6c55-4ff6-8fe6-fad759150992.png"> The four jobs are successful for the splits, whereas two of them are erroneous for the first rows. The last job has been run manually by me, not by the webhook. At the same time, the commit history is the following (9 commits): https://huggingface.co/datasets/davanstrien/encyclopedia_britannica/commits/main <img width="582" alt="Capture dโ€™eฬcran 2022-09-09 aฬ€ 17 53 47" src="https://user-images.githubusercontent.com/1676121/189391392-d8425287-242a-4bc6-be41-834b6bb682ba.png"> This might be due to some of the following hypotheses: - some webhooks have not been sent after a commit on the dataset repo - low probability: why? - the webhooks have not been received by the API - low probability: why? - the API did not add the job - low probability: why? - the job already existed in the "WAITING" status, so the webhook was ignored - low probability because the last run job should have been successful - something else We lack information to investigate: - the ["webhook: refresh dataset xxx"](https://github.com/huggingface/datasets-server/blob/833ea70034a73274d2cec7b4425fe2f8b9d32e53/services/api/src/api/routes/webhook.py#L54) logs are in "debug" level, and they are not in [kibana](https://kibana.elastic.huggingface.tech/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-30m,to:now))&_a=(columns:!(),filters:!(),index:'24d42510-a44e-11ec-bb45-ad141ad1c5f8',interval:auto,query:(language:kuery,query:'kubernetes.container.name:%20%22datasets-server-api%22%20and%20%20message:%20%22webhook%22'),sort:!(!('@timestamp',desc)))) - the database does not contain the git version of the repository (we could add it to the jobs -> all the jobs, and to the cache -> only the latest)
closed
2022-09-09T16:03:39Z
2022-09-15T13:20:16Z
2022-09-15T13:20:16Z
severo
1,367,979,127
docs: โœ๏ธ add reference to page on RapidAPI
null
docs: โœ๏ธ add reference to page on RapidAPI:
closed
2022-09-09T15:17:07Z
2022-09-09T15:19:57Z
2022-09-09T15:17:11Z
severo
1,367,533,482
docs: โœ๏ธ add a mention to postman
null
docs: โœ๏ธ add a mention to postman:
closed
2022-09-09T09:16:58Z
2022-09-09T09:20:21Z
2022-09-09T09:17:02Z
severo
1,367,512,769
docs: โœ๏ธ remove extra char
null
docs: โœ๏ธ remove extra char:
closed
2022-09-09T09:00:51Z
2022-09-09T09:03:31Z
2022-09-09T09:01:03Z
severo
1,366,375,418
Remove the API description from the READMEs, and update the READMEs
null
Remove the API description from the READMEs, and update the READMEs:
closed
2022-09-08T13:49:06Z
2022-09-19T09:12:34Z
2022-09-19T09:12:34Z
severo
1,366,232,198
Scan the docker images for vulnerabilites?
See https://github.com/anchore/grype#github-actions for a CI solution
Scan the docker images for vulnerabilites?: See https://github.com/anchore/grype#github-actions for a CI solution
closed
2022-09-08T12:35:06Z
2022-09-19T09:07:52Z
2022-09-19T09:07:51Z
severo
1,364,782,620
Use whoami to protect admin routes
See #552
Use whoami to protect admin routes: See #552
closed
2022-09-07T14:47:18Z
2022-09-07T15:08:57Z
2022-09-07T15:08:56Z
severo
1,364,676,899
Allow to access the admin routes programmatically
Currently, the admin endpoints are protected with Okta SSO: https://datasets-server.huggingface.co/admin/pending-jobs https://datasets-server.huggingface.co/admin/cache-reports/splits https://datasets-server.huggingface.co/admin/cache-reports/first-rows But we cannot access these URLs programmatically, see https://observablehq.com/@huggingface/datasets-server-jobs-queue https://observablehq.com/@huggingface/internal-datasets-server-cache-contents Ideally we would be able to pass an API token (from https://huggingface.co/settings/tokens) and get access to the contents if member of the huggingface organization. Maybe the idea is to: - add an authentication call to `https://huggingface.co/api/whoami-v2` with the token (if any has been provided through the `authorization` header) - if the response is 200 and the user is a member of the https://huggingface.co/huggingface, return the response, else an error - then: remove the Okta SSO protection (set up on the kubernetes ingress) wdyt @XciD @julien-c @Pierrci @coyotte508 @SBrandeis?
Allow to access the admin routes programmatically: Currently, the admin endpoints are protected with Okta SSO: https://datasets-server.huggingface.co/admin/pending-jobs https://datasets-server.huggingface.co/admin/cache-reports/splits https://datasets-server.huggingface.co/admin/cache-reports/first-rows But we cannot access these URLs programmatically, see https://observablehq.com/@huggingface/datasets-server-jobs-queue https://observablehq.com/@huggingface/internal-datasets-server-cache-contents Ideally we would be able to pass an API token (from https://huggingface.co/settings/tokens) and get access to the contents if member of the huggingface organization. Maybe the idea is to: - add an authentication call to `https://huggingface.co/api/whoami-v2` with the token (if any has been provided through the `authorization` header) - if the response is 200 and the user is a member of the https://huggingface.co/huggingface, return the response, else an error - then: remove the Okta SSO protection (set up on the kubernetes ingress) wdyt @XciD @julien-c @Pierrci @coyotte508 @SBrandeis?
closed
2022-09-07T13:35:33Z
2022-09-07T15:10:27Z
2022-09-07T15:10:27Z
severo
1,364,538,093
feat: ๐ŸŽธ remove temporary routes (-next)
null
feat: ๐ŸŽธ remove temporary routes (-next):
closed
2022-09-07T11:43:15Z
2022-09-07T11:57:13Z
2022-09-07T11:57:12Z
severo
1,364,409,235
docs: โœ๏ธ update the docs
(and remove "experimental" from the openapi endpoints)
docs: โœ๏ธ update the docs: (and remove "experimental" from the openapi endpoints)
closed
2022-09-07T09:59:33Z
2022-09-07T11:16:06Z
2022-09-07T11:16:05Z
severo
1,364,220,121
feat: ๐ŸŽธ remove deprecated workers (splits, datasets)
null
feat: ๐ŸŽธ remove deprecated workers (splits, datasets):
closed
2022-09-07T07:29:24Z
2022-09-07T09:23:56Z
2022-09-07T09:23:55Z
severo
1,364,218,666
Use the internal registry for docker images
See https://huggingface.slack.com/archives/C01TETY5V8S/p1662535597855499 <strike>https://registry.huggingface.tech/</strike> -> https://registry.internal.huggingface.tech/ by @XciD
Use the internal registry for docker images: See https://huggingface.slack.com/archives/C01TETY5V8S/p1662535597855499 <strike>https://registry.huggingface.tech/</strike> -> https://registry.internal.huggingface.tech/ by @XciD
closed
2022-09-07T07:28:07Z
2022-09-19T09:08:22Z
2022-09-19T09:08:22Z
severo
1,363,741,400
test: ๐Ÿ’ fix e2e tests since /healthcheck is not public anymore
null
test: ๐Ÿ’ fix e2e tests since /healthcheck is not public anymore:
closed
2022-09-06T19:47:22Z
2022-09-06T19:55:51Z
2022-09-06T19:55:51Z
severo
1,363,691,997
[distribution] prepare a list of actions to publish and promote the API
more on this here: https://docs.google.com/document/d/1XgJ8BuPZ2mM_VJ7K3DtwlU_AQSeSgSi8HD40XjE3b34/edit Work with @huggingface/datasets and @osanseviero + avocado team to push the publication of the API Tasks: - [ ] better discovery from the Hub showing how to use the API: https://github.com/huggingface/moon-landing/issues/3722 - [ ] incorporate content into the hub docs https://huggingface.co/docs/hub/index - [ ] incorporate content into the datasets docs https://huggingface.co/docs/datasets/index. Might be in several places: in the intro, as a separate section (port/API), and as a side note in every relevant API reference function (ie. get_split_names -> the information can also be obtained from a REST API...) Other ideas - [ ] prepare a list of announcements: - public API - why we build it or why we think it's useful: access metadata and data from the Hub datasets through a web API (ie without Python), help the community build exploration tools easily, increasing the offer of tools to connect to the Hub. Currently: allows getting the splits, the first rows, the columns, and their types (features) - feedback: what would you want to access through the API? Through GitHub: huggingface/datasets, label "API"? Other channels? - roadmap: the future features. Possibly: - random access to the rows, - statistics on the columns, - other preprocessed information (analysis, metrics) about the datasets, eg: detection of biases, distribution of the classes, size of the images, presence or not of faces in image datasets, distribution of images in a class, number of speakers in audio datasets, presence of noise, ie real-world not-clean audio files, in audio datasets. - recommendation system, to get a list of other datasets with the same format (same columns with the same type). - compute embeddings of the datasets - [x] announcement materials: code highlighted in [carbon](https://carbon.now.sh/?bg=rgba%28171%2C+184%2C+195%2C+1%29&t=panda-syntax&wt=none&l=python&width=751&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=56px&ph=56px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=2x&wm=false), show the postman collection, prepare appealing visuals (eg https://twitter.com/mervenoyann/status/1557753337554034688 or https://twitter.com/mervenoyann/status/1562838963072643072) - [ ] channels - [ ] twitter - [ ] linkedin - [ ] discord: <strike>one specific message per channel (computer vision, audio, etc)</strike> (<- too much spam). Better use "announcements" - [x] <strike>discuss forum</strike> -> not for announcements. Might help for feedback - [ ] youtube? - [x] <strike>blog</strike> - [ ] direct messages to Paperwithcode, Arxiv, Kaggle - [ ] showcase: - [x] observable notebook - [ ] HF space (see https://huggingface.co/spaces/julien-c/push-model-from-web for example for a pure browser example) - [x] an app that shows all the datasets (bird-eye view), "like" https://lexica.art/ or https://projector.tensorflow.org/? - [ ] HF spaces: a dataset selector - [ ] pure JS ML using the datasets server to get the data, eg https://mlconsole.com/ / tf.js (even if we only have the first 100 rows for now) - [ ] open source a standalone viewer in e.g. Svelte or React or vanilla Publish the API on specialized sites: - [x] create a [Postman collection](https://www.postman.com/collection/) ([idea](https://huggingface.slack.com/archives/C0311GZ7R6K/p1662587094571639?thread_ts=1662564194.339629&cid=C0311GZ7R6K)). Done, here it is: https://www.postman.com/huggingface/workspace/hugging-face-apis/documentation/23242779-d068584e-96d1-4d92-a703-7cb12cbd8053, in the https://www.postman.com/huggingface team. - [ ] try to get a RT from https://twitter.com/getpostman (32K followers) - [x] create a public API on [RapidAPI](https://rapidapi.com/). Done here: https://rapidapi.com/hugging-face-hugging-face-default/api/hugging-face-datasets-api/, in the https://rapidapi.com/organization/hugging-face org. - [ ] try to get a RT from https://twitter.com/rapid_api (89K followers) ideas by @julien-c @lhoestq @albertvillanova @thomwolf @NimaBoscarino @merveenoyan
[distribution] prepare a list of actions to publish and promote the API: more on this here: https://docs.google.com/document/d/1XgJ8BuPZ2mM_VJ7K3DtwlU_AQSeSgSi8HD40XjE3b34/edit Work with @huggingface/datasets and @osanseviero + avocado team to push the publication of the API Tasks: - [ ] better discovery from the Hub showing how to use the API: https://github.com/huggingface/moon-landing/issues/3722 - [ ] incorporate content into the hub docs https://huggingface.co/docs/hub/index - [ ] incorporate content into the datasets docs https://huggingface.co/docs/datasets/index. Might be in several places: in the intro, as a separate section (port/API), and as a side note in every relevant API reference function (ie. get_split_names -> the information can also be obtained from a REST API...) Other ideas - [ ] prepare a list of announcements: - public API - why we build it or why we think it's useful: access metadata and data from the Hub datasets through a web API (ie without Python), help the community build exploration tools easily, increasing the offer of tools to connect to the Hub. Currently: allows getting the splits, the first rows, the columns, and their types (features) - feedback: what would you want to access through the API? Through GitHub: huggingface/datasets, label "API"? Other channels? - roadmap: the future features. Possibly: - random access to the rows, - statistics on the columns, - other preprocessed information (analysis, metrics) about the datasets, eg: detection of biases, distribution of the classes, size of the images, presence or not of faces in image datasets, distribution of images in a class, number of speakers in audio datasets, presence of noise, ie real-world not-clean audio files, in audio datasets. - recommendation system, to get a list of other datasets with the same format (same columns with the same type). - compute embeddings of the datasets - [x] announcement materials: code highlighted in [carbon](https://carbon.now.sh/?bg=rgba%28171%2C+184%2C+195%2C+1%29&t=panda-syntax&wt=none&l=python&width=751&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=56px&ph=56px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=2x&wm=false), show the postman collection, prepare appealing visuals (eg https://twitter.com/mervenoyann/status/1557753337554034688 or https://twitter.com/mervenoyann/status/1562838963072643072) - [ ] channels - [ ] twitter - [ ] linkedin - [ ] discord: <strike>one specific message per channel (computer vision, audio, etc)</strike> (<- too much spam). Better use "announcements" - [x] <strike>discuss forum</strike> -> not for announcements. Might help for feedback - [ ] youtube? - [x] <strike>blog</strike> - [ ] direct messages to Paperwithcode, Arxiv, Kaggle - [ ] showcase: - [x] observable notebook - [ ] HF space (see https://huggingface.co/spaces/julien-c/push-model-from-web for example for a pure browser example) - [x] an app that shows all the datasets (bird-eye view), "like" https://lexica.art/ or https://projector.tensorflow.org/? - [ ] HF spaces: a dataset selector - [ ] pure JS ML using the datasets server to get the data, eg https://mlconsole.com/ / tf.js (even if we only have the first 100 rows for now) - [ ] open source a standalone viewer in e.g. Svelte or React or vanilla Publish the API on specialized sites: - [x] create a [Postman collection](https://www.postman.com/collection/) ([idea](https://huggingface.slack.com/archives/C0311GZ7R6K/p1662587094571639?thread_ts=1662564194.339629&cid=C0311GZ7R6K)). Done, here it is: https://www.postman.com/huggingface/workspace/hugging-face-apis/documentation/23242779-d068584e-96d1-4d92-a703-7cb12cbd8053, in the https://www.postman.com/huggingface team. - [ ] try to get a RT from https://twitter.com/getpostman (32K followers) - [x] create a public API on [RapidAPI](https://rapidapi.com/). Done here: https://rapidapi.com/hugging-face-hugging-face-default/api/hugging-face-datasets-api/, in the https://rapidapi.com/organization/hugging-face org. - [ ] try to get a RT from https://twitter.com/rapid_api (89K followers) ideas by @julien-c @lhoestq @albertvillanova @thomwolf @NimaBoscarino @merveenoyan
closed
2022-09-06T18:57:40Z
2022-09-19T09:20:10Z
2022-09-19T09:20:10Z
severo
1,363,682,092
store the git version (or cache id) of every dataset
to avoid computing again the same response, if nothing has changed. It would also help to mitigate a potential abuse on /webhook (which is unprotected and could be used to massively create jobs - ver #95)
store the git version (or cache id) of every dataset: to avoid computing again the same response, if nothing has changed. It would also help to mitigate a potential abuse on /webhook (which is unprotected and could be used to massively create jobs - ver #95)
closed
2022-09-06T18:46:49Z
2022-10-26T14:41:18Z
2022-10-26T14:41:18Z
severo
1,363,524,026
feat: ๐ŸŽธ update certificate
see https://betteruptime.com/team/14149/incidents/273082074
feat: ๐ŸŽธ update certificate: see https://betteruptime.com/team/14149/incidents/273082074
closed
2022-09-06T16:15:42Z
2022-09-06T16:16:10Z
2022-09-06T16:16:09Z
severo
1,363,496,762
fix: ๐Ÿ› add missing annotations
null
fix: ๐Ÿ› add missing annotations:
closed
2022-09-06T15:52:05Z
2022-09-06T15:52:19Z
2022-09-06T15:52:18Z
severo
1,363,450,071
feat: ๐ŸŽธ add auth for /admin
null
feat: ๐ŸŽธ add auth for /admin:
closed
2022-09-06T15:18:17Z
2022-09-06T15:40:26Z
2022-09-06T15:40:26Z
severo
1,363,275,478
feat: ๐ŸŽธ return 404 for /healthcheck and /metrics
(and under /admin too). Fixes #540.
feat: ๐ŸŽธ return 404 for /healthcheck and /metrics: (and under /admin too). Fixes #540.
closed
2022-09-06T13:18:20Z
2022-09-06T13:18:52Z
2022-09-06T13:18:51Z
severo
1,362,949,885
Return 404 for /metrics and /healthcheck from the Internet
Directly in kubernetes ingress, so that we don't need to have another port for them (see #273, #496 for more information).
Return 404 for /metrics and /healthcheck from the Internet: Directly in kubernetes ingress, so that we don't need to have another port for them (see #273, #496 for more information).
closed
2022-09-06T09:04:35Z
2022-09-06T13:25:13Z
2022-09-06T13:18:52Z
severo
1,362,946,220
Add authentication for the restricted routes (/admin)
Use Okta SSO.
Add authentication for the restricted routes (/admin): Use Okta SSO.
closed
2022-09-06T09:02:23Z
2022-09-07T07:37:21Z
2022-09-07T07:37:13Z
severo
1,362,907,180
feat: ๐ŸŽธ support OPTIONS requests (CORS pre-flight requests)
Fixes https://github.com/huggingface/datasets-server/issues/532
feat: ๐ŸŽธ support OPTIONS requests (CORS pre-flight requests): Fixes https://github.com/huggingface/datasets-server/issues/532
closed
2022-09-06T08:32:41Z
2022-09-06T18:33:56Z
2022-09-06T18:33:55Z
severo
1,361,980,575
Update safety
null
Update safety:
closed
2022-09-05T13:32:23Z
2022-09-05T13:58:18Z
2022-09-05T13:58:17Z
severo
1,361,940,193
feat: ๐ŸŽธ tweak prod parameters
null
feat: ๐ŸŽธ tweak prod parameters:
closed
2022-09-05T13:10:21Z
2022-09-05T13:10:49Z
2022-09-05T13:10:49Z
severo
1,358,988,887
๐Ÿ‘ฝ๏ธ moon-landing will return 404 for auth-check instead of 403
See https://github.com/huggingface/moon-landing/pull/3623 Not sure we need to 429 since it'd only happen with basic password auth
๐Ÿ‘ฝ๏ธ moon-landing will return 404 for auth-check instead of 403: See https://github.com/huggingface/moon-landing/pull/3623 Not sure we need to 429 since it'd only happen with basic password auth
closed
2022-09-01T14:59:13Z
2022-09-05T16:08:54Z
2022-09-05T16:07:37Z
coyotte508
1,352,477,220
Store the cached responses on the Hub instead of mongodb?
The config and split info will be stored in the YAML of the dataset card (see https://github.com/huggingface/datasets/issues/4876), and the idea is to compute them and update the dataset card automatically. This means that storing the responses for `/splits` in the MongoDB is duplication. If we store the responses for `/first-rows` in the Hub too (maybe in a special git ref), we might get rid of the MongoDB storage, or use another simpler cache mechanism if response time is an issue. WDYT @huggingface/datasets-server @julien-c ?
Store the cached responses on the Hub instead of mongodb?: The config and split info will be stored in the YAML of the dataset card (see https://github.com/huggingface/datasets/issues/4876), and the idea is to compute them and update the dataset card automatically. This means that storing the responses for `/splits` in the MongoDB is duplication. If we store the responses for `/first-rows` in the Hub too (maybe in a special git ref), we might get rid of the MongoDB storage, or use another simpler cache mechanism if response time is an issue. WDYT @huggingface/datasets-server @julien-c ?
closed
2022-08-26T16:24:39Z
2022-09-19T09:09:29Z
2022-09-19T09:09:28Z
severo
1,352,377,757
Fix the `datasets` config parameters
We were using `os.environ` to set the `datasets` parameters, which is supported only if it's done before `datasets` is imported. However in our case `datasets` is already imported, so the changes have to be made in `datasets.config` directly
Fix the `datasets` config parameters: We were using `os.environ` to set the `datasets` parameters, which is supported only if it's done before `datasets` is imported. However in our case `datasets` is already imported, so the changes have to be made in `datasets.config` directly
closed
2022-08-26T14:51:36Z
2022-08-26T15:23:53Z
2022-08-26T15:23:52Z
lhoestq
1,351,984,407
Add CORS middleware
We will need it to request the dataset server from the browser (eg in AutoTrain)
Add CORS middleware: We will need it to request the dataset server from the browser (eg in AutoTrain)
closed
2022-08-26T09:08:32Z
2022-09-06T18:33:56Z
2022-09-06T18:33:56Z
SBrandeis
1,351,550,854
feat: ๐ŸŽธ gve priority to datasets that have no started jobs yet
null
feat: ๐ŸŽธ gve priority to datasets that have no started jobs yet:
closed
2022-08-25T23:39:29Z
2022-08-25T23:53:52Z
2022-08-25T23:53:52Z
severo
1,351,478,561
fix: ๐Ÿ› handle the case where two jobs exist for the same ds
(in a pending mode, ie WAITING and STARTED). Fixes #525
fix: ๐Ÿ› handle the case where two jobs exist for the same ds: (in a pending mode, ie WAITING and STARTED). Fixes #525
closed
2022-08-25T21:42:35Z
2022-08-25T22:06:12Z
2022-08-25T22:06:11Z
severo
1,351,424,927
feat: ๐ŸŽธ change the prod resources
null
feat: ๐ŸŽธ change the prod resources:
closed
2022-08-25T20:38:19Z
2022-08-25T20:38:37Z
2022-08-25T20:38:37Z
severo
1,351,376,097
metrics: how to manage variability between the admin pods?
The metrics include one entry per uvicorn worker of the `admin` service, but they give different values. <details> <summary>Example of a response to https://datasets-server.huggingface.co/admin/metrics</summary> <pre> # HELP starlette_requests_in_progress Multiprocess metric # TYPE starlette_requests_in_progress gauge starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="16"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="16"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="12"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="12"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="15"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="15"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="13"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="13"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="11"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="11"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="18"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="18"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="14"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="14"} 1.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="10"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="10"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="17"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="17"} 0.0 # HELP queue_jobs_total Multiprocess metric # TYPE queue_jobs_total gauge queue_jobs_total{pid="16",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="16",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="16",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="16",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="16",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="16",queue="/rows",status="waiting"} 372.0 queue_jobs_total{pid="16",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="16",queue="/rows",status="success"} 300541.0 queue_jobs_total{pid="16",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="16",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="16",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="16",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="16",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="16",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="16",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="16",queue="/first-rows",status="waiting"} 11406.0 queue_jobs_total{pid="16",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="16",queue="/first-rows",status="success"} 142201.0 queue_jobs_total{pid="16",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="16",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="12",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="12",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="12",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="12",queue="/splits",status="error"} 41638.0 queue_jobs_total{pid="12",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="12",queue="/rows",status="waiting"} 424.0 queue_jobs_total{pid="12",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="12",queue="/rows",status="success"} 300489.0 queue_jobs_total{pid="12",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="12",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="12",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="12",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="12",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="12",queue="/splits-next",status="error"} 25610.0 queue_jobs_total{pid="12",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="12",queue="/first-rows",status="waiting"} 11470.0 queue_jobs_total{pid="12",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="12",queue="/first-rows",status="success"} 142144.0 queue_jobs_total{pid="12",queue="/first-rows",status="error"} 30090.0 queue_jobs_total{pid="12",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="15",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="15",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="15",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="15",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="15",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="15",queue="/rows",status="waiting"} 380.0 queue_jobs_total{pid="15",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="15",queue="/rows",status="success"} 300533.0 queue_jobs_total{pid="15",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="15",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="15",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="15",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="15",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="15",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="15",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="15",queue="/first-rows",status="waiting"} 11411.0 queue_jobs_total{pid="15",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="15",queue="/first-rows",status="success"} 142196.0 queue_jobs_total{pid="15",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="15",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="13",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="13",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="13",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="13",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="13",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="13",queue="/rows",status="waiting"} 371.0 queue_jobs_total{pid="13",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="13",queue="/rows",status="success"} 300542.0 queue_jobs_total{pid="13",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="13",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="13",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="13",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="13",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="13",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="13",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="13",queue="/first-rows",status="waiting"} 11405.0 queue_jobs_total{pid="13",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="13",queue="/first-rows",status="success"} 142201.0 queue_jobs_total{pid="13",queue="/first-rows",status="error"} 30098.0 queue_jobs_total{pid="13",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="11",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="11",queue="/splits",status="started"} 4.0 queue_jobs_total{pid="11",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="11",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="11",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="11",queue="/rows",status="waiting"} 381.0 queue_jobs_total{pid="11",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="11",queue="/rows",status="success"} 300532.0 queue_jobs_total{pid="11",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="11",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="11",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="11",queue="/splits-next",status="started"} 3.0 queue_jobs_total{pid="11",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="11",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="11",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="11",queue="/first-rows",status="waiting"} 11411.0 queue_jobs_total{pid="11",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="11",queue="/first-rows",status="success"} 142196.0 queue_jobs_total{pid="11",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="11",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="18",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="18",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="18",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="18",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="18",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="18",queue="/rows",status="waiting"} 375.0 queue_jobs_total{pid="18",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="18",queue="/rows",status="success"} 300538.0 queue_jobs_total{pid="18",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="18",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="18",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="18",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="18",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="18",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="18",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="18",queue="/first-rows",status="waiting"} 11408.0 queue_jobs_total{pid="18",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="18",queue="/first-rows",status="success"} 142199.0 queue_jobs_total{pid="18",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="18",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="14",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="14",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="14",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="14",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="14",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="14",queue="/rows",status="waiting"} 370.0 queue_jobs_total{pid="14",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="14",queue="/rows",status="success"} 300543.0 queue_jobs_total{pid="14",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="14",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="14",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="14",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="14",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="14",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="14",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="14",queue="/first-rows",status="waiting"} 11404.0 queue_jobs_total{pid="14",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="14",queue="/first-rows",status="success"} 142202.0 queue_jobs_total{pid="14",queue="/first-rows",status="error"} 30098.0 queue_jobs_total{pid="14",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="10",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="10",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="10",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="10",queue="/splits",status="error"} 41636.0 queue_jobs_total{pid="10",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="10",queue="/rows",status="waiting"} 459.0 queue_jobs_total{pid="10",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="10",queue="/rows",status="success"} 300454.0 queue_jobs_total{pid="10",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="10",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="10",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="10",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="10",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="10",queue="/splits-next",status="error"} 25608.0 queue_jobs_total{pid="10",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="10",queue="/first-rows",status="waiting"} 11513.0 queue_jobs_total{pid="10",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="10",queue="/first-rows",status="success"} 142108.0 queue_jobs_total{pid="10",queue="/first-rows",status="error"} 30083.0 queue_jobs_total{pid="10",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="17",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="17",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="17",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="17",queue="/splits",status="error"} 41639.0 queue_jobs_total{pid="17",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="17",queue="/rows",status="waiting"} 397.0 queue_jobs_total{pid="17",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="17",queue="/rows",status="success"} 300516.0 queue_jobs_total{pid="17",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="17",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="17",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="17",queue="/splits-next",status="started"} 3.0 queue_jobs_total{pid="17",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="17",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="17",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="17",queue="/first-rows",status="waiting"} 11434.0 queue_jobs_total{pid="17",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="17",queue="/first-rows",status="success"} 142176.0 queue_jobs_total{pid="17",queue="/first-rows",status="error"} 30094.0 queue_jobs_total{pid="17",queue="/first-rows",status="cancelled"} 573.0 # HELP cache_entries_total Multiprocess metric # TYPE cache_entries_total gauge cache_entries_total{cache="/splits",pid="16",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="16",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="16",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="16",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="16",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="16",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="16",status="stale"} 382.0 cache_entries_total{cache="/rows",pid="16",status="valid"} 32970.0 cache_entries_total{cache="/splits",pid="12",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="12",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="12",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="12",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="12",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="12",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="12",status="stale"} 434.0 cache_entries_total{cache="/rows",pid="12",status="valid"} 32918.0 cache_entries_total{cache="/splits",pid="15",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="15",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="15",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="15",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="15",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="15",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="15",status="stale"} 390.0 cache_entries_total{cache="/rows",pid="15",status="valid"} 32962.0 cache_entries_total{cache="/splits",pid="13",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="13",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="13",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="13",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="13",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="13",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="13",status="stale"} 381.0 cache_entries_total{cache="/rows",pid="13",status="valid"} 32971.0 cache_entries_total{cache="/splits",pid="11",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="11",status="error"} 2211.0 cache_entries_total{cache="/splits",pid="11",status="stale"} 6.0 cache_entries_total{cache="/splits",pid="11",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="11",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="11",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="11",status="stale"} 391.0 cache_entries_total{cache="/rows",pid="11",status="valid"} 32961.0 cache_entries_total{cache="/splits",pid="18",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="18",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="18",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="18",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="18",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="18",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="18",status="stale"} 385.0 cache_entries_total{cache="/rows",pid="18",status="valid"} 32967.0 cache_entries_total{cache="/splits",pid="14",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="14",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="14",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="14",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="14",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="14",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="14",status="stale"} 380.0 cache_entries_total{cache="/rows",pid="14",status="valid"} 32972.0 cache_entries_total{cache="/splits",pid="10",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="10",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="10",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="10",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="10",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="10",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="10",status="stale"} 469.0 cache_entries_total{cache="/rows",pid="10",status="valid"} 32883.0 cache_entries_total{cache="/splits",pid="17",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="17",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="17",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="17",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="17",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="17",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="17",status="stale"} 407.0 cache_entries_total{cache="/rows",pid="17",status="valid"} 32945.0 # HELP responses_in_cache_total Multiprocess metric # TYPE responses_in_cache_total gauge responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="16"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="16"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="16"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="16"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="16"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="16"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="16"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="16"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="16"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="16"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="16"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="12"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="12"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="12"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="12"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="12"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="12"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="12"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="12"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="12"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="12"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="12"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="15"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="15"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="15"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="15"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="15"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="15"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="15"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="15"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="15"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="15"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="15"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="13"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="13"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="13"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="13"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="13"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="13"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="13"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="13"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="13"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="13"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="13"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="11"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="11"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="11"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="11"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="11"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="11"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="11"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="11"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="11"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="11"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="11"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="18"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="18"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="18"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="18"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="18"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="18"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="18"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="18"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="18"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="18"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="18"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="14"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="14"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="14"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="14"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="14"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="14"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="14"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="14"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="14"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="14"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="14"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="10"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="10"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="10"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="10"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="10"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="10"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="10"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="10"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="10"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="10"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="10"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="17"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="17"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="17"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="17"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="17"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="17"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="17"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="17"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="17"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="17"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="17"} 1.0 # HELP starlette_requests_total Multiprocess metric # TYPE starlette_requests_total counter starlette_requests_total{method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_total{method="GET",path_template="/metrics"} 5087.0 # HELP starlette_responses_total Multiprocess metric # TYPE starlette_responses_total counter starlette_responses_total{method="GET",path_template="/healthcheck",status_code="200"} 612321.0 starlette_responses_total{method="GET",path_template="/metrics",status_code="200"} 5086.0 # HELP starlette_requests_processing_time_seconds Multiprocess metric # TYPE starlette_requests_processing_time_seconds histogram starlette_requests_processing_time_seconds_sum{method="GET",path_template="/healthcheck"} 568.1808635060779 starlette_requests_processing_time_seconds_sum{method="GET",path_template="/metrics"} 2656.602780014923 starlette_requests_processing_time_seconds_bucket{le="0.005",method="GET",path_template="/healthcheck"} 607291.0 starlette_requests_processing_time_seconds_bucket{le="0.01",method="GET",path_template="/healthcheck"} 611417.0 starlette_requests_processing_time_seconds_bucket{le="0.025",method="GET",path_template="/healthcheck"} 612003.0 starlette_requests_processing_time_seconds_bucket{le="0.05",method="GET",path_template="/healthcheck"} 612293.0 starlette_requests_processing_time_seconds_bucket{le="0.075",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.1",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.25",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.5",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.75",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="1.0",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="2.5",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="5.0",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="7.5",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="10.0",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="+Inf",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_count{method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.005",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.01",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.025",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.05",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.075",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.1",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.25",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.5",method="GET",path_template="/metrics"} 1533.0 starlette_requests_processing_time_seconds_bucket{le="0.75",method="GET",path_template="/metrics"} 5084.0 starlette_requests_processing_time_seconds_bucket{le="1.0",method="GET",path_template="/metrics"} 5085.0 starlette_requests_processing_time_seconds_bucket{le="2.5",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="5.0",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="7.5",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="10.0",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="+Inf",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_count{method="GET",path_template="/metrics"} 5086.0 </pre> </details> For example, here is the number of waiting jobs for the /first-rows endpoint, as reported by the uvicorn workers: the value varies from 11404 to 11513. ![chart](https://user-images.githubusercontent.com/1676121/186755033-669d4e8f-c3f9-43fd-aca5-5e8835f66a36.png) (see https://observablehq.com/@huggingface/variability-in-datasets-server-metrics) In Grafana (https://grafana.huggingface.tech/d/SaHl2KX7z/datasets-server-admin-cache-and-queue?orgId=1&from=now-24h&to=now&refresh=30s), I use the median (`quantile(0.5, ...)`) to select a value, but it does not feel right. Related to https://github.com/huggingface/datasets-server/pull/497
metrics: how to manage variability between the admin pods?: The metrics include one entry per uvicorn worker of the `admin` service, but they give different values. <details> <summary>Example of a response to https://datasets-server.huggingface.co/admin/metrics</summary> <pre> # HELP starlette_requests_in_progress Multiprocess metric # TYPE starlette_requests_in_progress gauge starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="16"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="16"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="12"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="12"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="15"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="15"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="13"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="13"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="11"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="11"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="18"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="18"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="14"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="14"} 1.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="10"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="10"} 0.0 starlette_requests_in_progress{method="GET",path_template="/healthcheck",pid="17"} 0.0 starlette_requests_in_progress{method="GET",path_template="/metrics",pid="17"} 0.0 # HELP queue_jobs_total Multiprocess metric # TYPE queue_jobs_total gauge queue_jobs_total{pid="16",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="16",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="16",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="16",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="16",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="16",queue="/rows",status="waiting"} 372.0 queue_jobs_total{pid="16",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="16",queue="/rows",status="success"} 300541.0 queue_jobs_total{pid="16",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="16",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="16",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="16",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="16",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="16",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="16",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="16",queue="/first-rows",status="waiting"} 11406.0 queue_jobs_total{pid="16",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="16",queue="/first-rows",status="success"} 142201.0 queue_jobs_total{pid="16",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="16",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="12",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="12",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="12",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="12",queue="/splits",status="error"} 41638.0 queue_jobs_total{pid="12",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="12",queue="/rows",status="waiting"} 424.0 queue_jobs_total{pid="12",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="12",queue="/rows",status="success"} 300489.0 queue_jobs_total{pid="12",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="12",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="12",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="12",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="12",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="12",queue="/splits-next",status="error"} 25610.0 queue_jobs_total{pid="12",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="12",queue="/first-rows",status="waiting"} 11470.0 queue_jobs_total{pid="12",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="12",queue="/first-rows",status="success"} 142144.0 queue_jobs_total{pid="12",queue="/first-rows",status="error"} 30090.0 queue_jobs_total{pid="12",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="15",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="15",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="15",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="15",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="15",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="15",queue="/rows",status="waiting"} 380.0 queue_jobs_total{pid="15",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="15",queue="/rows",status="success"} 300533.0 queue_jobs_total{pid="15",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="15",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="15",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="15",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="15",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="15",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="15",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="15",queue="/first-rows",status="waiting"} 11411.0 queue_jobs_total{pid="15",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="15",queue="/first-rows",status="success"} 142196.0 queue_jobs_total{pid="15",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="15",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="13",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="13",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="13",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="13",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="13",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="13",queue="/rows",status="waiting"} 371.0 queue_jobs_total{pid="13",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="13",queue="/rows",status="success"} 300542.0 queue_jobs_total{pid="13",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="13",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="13",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="13",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="13",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="13",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="13",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="13",queue="/first-rows",status="waiting"} 11405.0 queue_jobs_total{pid="13",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="13",queue="/first-rows",status="success"} 142201.0 queue_jobs_total{pid="13",queue="/first-rows",status="error"} 30098.0 queue_jobs_total{pid="13",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="11",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="11",queue="/splits",status="started"} 4.0 queue_jobs_total{pid="11",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="11",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="11",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="11",queue="/rows",status="waiting"} 381.0 queue_jobs_total{pid="11",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="11",queue="/rows",status="success"} 300532.0 queue_jobs_total{pid="11",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="11",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="11",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="11",queue="/splits-next",status="started"} 3.0 queue_jobs_total{pid="11",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="11",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="11",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="11",queue="/first-rows",status="waiting"} 11411.0 queue_jobs_total{pid="11",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="11",queue="/first-rows",status="success"} 142196.0 queue_jobs_total{pid="11",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="11",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="18",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="18",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="18",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="18",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="18",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="18",queue="/rows",status="waiting"} 375.0 queue_jobs_total{pid="18",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="18",queue="/rows",status="success"} 300538.0 queue_jobs_total{pid="18",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="18",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="18",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="18",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="18",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="18",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="18",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="18",queue="/first-rows",status="waiting"} 11408.0 queue_jobs_total{pid="18",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="18",queue="/first-rows",status="success"} 142199.0 queue_jobs_total{pid="18",queue="/first-rows",status="error"} 30097.0 queue_jobs_total{pid="18",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="14",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="14",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="14",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="14",queue="/splits",status="error"} 41640.0 queue_jobs_total{pid="14",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="14",queue="/rows",status="waiting"} 370.0 queue_jobs_total{pid="14",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="14",queue="/rows",status="success"} 300543.0 queue_jobs_total{pid="14",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="14",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="14",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="14",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="14",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="14",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="14",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="14",queue="/first-rows",status="waiting"} 11404.0 queue_jobs_total{pid="14",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="14",queue="/first-rows",status="success"} 142202.0 queue_jobs_total{pid="14",queue="/first-rows",status="error"} 30098.0 queue_jobs_total{pid="14",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="10",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="10",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="10",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="10",queue="/splits",status="error"} 41636.0 queue_jobs_total{pid="10",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="10",queue="/rows",status="waiting"} 459.0 queue_jobs_total{pid="10",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="10",queue="/rows",status="success"} 300454.0 queue_jobs_total{pid="10",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="10",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="10",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="10",queue="/splits-next",status="started"} 4.0 queue_jobs_total{pid="10",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="10",queue="/splits-next",status="error"} 25608.0 queue_jobs_total{pid="10",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="10",queue="/first-rows",status="waiting"} 11513.0 queue_jobs_total{pid="10",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="10",queue="/first-rows",status="success"} 142108.0 queue_jobs_total{pid="10",queue="/first-rows",status="error"} 30083.0 queue_jobs_total{pid="10",queue="/first-rows",status="cancelled"} 573.0 queue_jobs_total{pid="17",queue="/splits",status="waiting"} 0.0 queue_jobs_total{pid="17",queue="/splits",status="started"} 5.0 queue_jobs_total{pid="17",queue="/splits",status="success"} 71154.0 queue_jobs_total{pid="17",queue="/splits",status="error"} 41639.0 queue_jobs_total{pid="17",queue="/splits",status="cancelled"} 133.0 queue_jobs_total{pid="17",queue="/rows",status="waiting"} 397.0 queue_jobs_total{pid="17",queue="/rows",status="started"} 21.0 queue_jobs_total{pid="17",queue="/rows",status="success"} 300516.0 queue_jobs_total{pid="17",queue="/rows",status="error"} 121306.0 queue_jobs_total{pid="17",queue="/rows",status="cancelled"} 1500.0 queue_jobs_total{pid="17",queue="/splits-next",status="waiting"} 0.0 queue_jobs_total{pid="17",queue="/splits-next",status="started"} 3.0 queue_jobs_total{pid="17",queue="/splits-next",status="success"} 30896.0 queue_jobs_total{pid="17",queue="/splits-next",status="error"} 25611.0 queue_jobs_total{pid="17",queue="/splits-next",status="cancelled"} 92.0 queue_jobs_total{pid="17",queue="/first-rows",status="waiting"} 11434.0 queue_jobs_total{pid="17",queue="/first-rows",status="started"} 52.0 queue_jobs_total{pid="17",queue="/first-rows",status="success"} 142176.0 queue_jobs_total{pid="17",queue="/first-rows",status="error"} 30094.0 queue_jobs_total{pid="17",queue="/first-rows",status="cancelled"} 573.0 # HELP cache_entries_total Multiprocess metric # TYPE cache_entries_total gauge cache_entries_total{cache="/splits",pid="16",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="16",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="16",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="16",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="16",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="16",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="16",status="stale"} 382.0 cache_entries_total{cache="/rows",pid="16",status="valid"} 32970.0 cache_entries_total{cache="/splits",pid="12",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="12",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="12",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="12",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="12",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="12",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="12",status="stale"} 434.0 cache_entries_total{cache="/rows",pid="12",status="valid"} 32918.0 cache_entries_total{cache="/splits",pid="15",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="15",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="15",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="15",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="15",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="15",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="15",status="stale"} 390.0 cache_entries_total{cache="/rows",pid="15",status="valid"} 32962.0 cache_entries_total{cache="/splits",pid="13",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="13",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="13",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="13",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="13",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="13",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="13",status="stale"} 381.0 cache_entries_total{cache="/rows",pid="13",status="valid"} 32971.0 cache_entries_total{cache="/splits",pid="11",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="11",status="error"} 2211.0 cache_entries_total{cache="/splits",pid="11",status="stale"} 6.0 cache_entries_total{cache="/splits",pid="11",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="11",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="11",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="11",status="stale"} 391.0 cache_entries_total{cache="/rows",pid="11",status="valid"} 32961.0 cache_entries_total{cache="/splits",pid="18",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="18",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="18",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="18",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="18",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="18",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="18",status="stale"} 385.0 cache_entries_total{cache="/rows",pid="18",status="valid"} 32967.0 cache_entries_total{cache="/splits",pid="14",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="14",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="14",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="14",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="14",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="14",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="14",status="stale"} 380.0 cache_entries_total{cache="/rows",pid="14",status="valid"} 32972.0 cache_entries_total{cache="/splits",pid="10",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="10",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="10",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="10",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="10",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="10",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="10",status="stale"} 469.0 cache_entries_total{cache="/rows",pid="10",status="valid"} 32883.0 cache_entries_total{cache="/splits",pid="17",status="empty"} 0.0 cache_entries_total{cache="/splits",pid="17",status="error"} 2210.0 cache_entries_total{cache="/splits",pid="17",status="stale"} 7.0 cache_entries_total{cache="/splits",pid="17",status="valid"} 7062.0 cache_entries_total{cache="/rows",pid="17",status="empty"} 11.0 cache_entries_total{cache="/rows",pid="17",status="error"} 8234.0 cache_entries_total{cache="/rows",pid="17",status="stale"} 407.0 cache_entries_total{cache="/rows",pid="17",status="valid"} 32945.0 # HELP responses_in_cache_total Multiprocess metric # TYPE responses_in_cache_total gauge responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="16"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="16"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="16"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="16"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="16"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="16"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="16"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="16"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="16"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="16"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="16"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="12"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="12"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="12"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="12"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="12"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="12"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="12"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="12"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="12"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="12"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="12"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="15"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="15"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="15"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="15"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="15"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="15"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="15"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="15"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="15"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="15"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="15"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="13"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="13"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="13"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="13"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="13"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="13"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="13"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="13"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="13"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="13"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="13"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="11"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="11"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="11"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="11"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="11"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="11"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="11"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="11"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="11"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="11"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="11"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="18"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="18"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="18"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="18"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="18"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="18"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="18"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="18"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="18"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="18"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="18"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="14"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="14"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="14"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="14"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="14"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="14"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="14"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="14"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="14"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="14"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="14"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="10"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="10"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="10"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="10"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="10"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="10"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="10"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="10"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="10"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="10"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="10"} 1.0 responses_in_cache_total{error_code="None",http_status="200",path="/splits",pid="17"} 6882.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/splits",pid="17"} 2138.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/splits",pid="17"} 19.0 responses_in_cache_total{error_code="None",http_status="200",path="/first-rows",pid="17"} 33579.0 responses_in_cache_total{error_code="FeaturesError",http_status="500",path="/first-rows",pid="17"} 420.0 responses_in_cache_total{error_code="InfoError",http_status="500",path="/first-rows",pid="17"} 3.0 responses_in_cache_total{error_code="NormalRowsError",http_status="500",path="/first-rows",pid="17"} 661.0 responses_in_cache_total{error_code="RowsPostProcessingError",http_status="500",path="/first-rows",pid="17"} 7.0 responses_in_cache_total{error_code="SplitsNamesError",http_status="500",path="/first-rows",pid="17"} 94.0 responses_in_cache_total{error_code="StreamingRowsError",http_status="500",path="/first-rows",pid="17"} 4663.0 responses_in_cache_total{error_code="UnexpectedError",http_status="500",path="/first-rows",pid="17"} 1.0 # HELP starlette_requests_total Multiprocess metric # TYPE starlette_requests_total counter starlette_requests_total{method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_total{method="GET",path_template="/metrics"} 5087.0 # HELP starlette_responses_total Multiprocess metric # TYPE starlette_responses_total counter starlette_responses_total{method="GET",path_template="/healthcheck",status_code="200"} 612321.0 starlette_responses_total{method="GET",path_template="/metrics",status_code="200"} 5086.0 # HELP starlette_requests_processing_time_seconds Multiprocess metric # TYPE starlette_requests_processing_time_seconds histogram starlette_requests_processing_time_seconds_sum{method="GET",path_template="/healthcheck"} 568.1808635060779 starlette_requests_processing_time_seconds_sum{method="GET",path_template="/metrics"} 2656.602780014923 starlette_requests_processing_time_seconds_bucket{le="0.005",method="GET",path_template="/healthcheck"} 607291.0 starlette_requests_processing_time_seconds_bucket{le="0.01",method="GET",path_template="/healthcheck"} 611417.0 starlette_requests_processing_time_seconds_bucket{le="0.025",method="GET",path_template="/healthcheck"} 612003.0 starlette_requests_processing_time_seconds_bucket{le="0.05",method="GET",path_template="/healthcheck"} 612293.0 starlette_requests_processing_time_seconds_bucket{le="0.075",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.1",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.25",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.5",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.75",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="1.0",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="2.5",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="5.0",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="7.5",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="10.0",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="+Inf",method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_count{method="GET",path_template="/healthcheck"} 612321.0 starlette_requests_processing_time_seconds_bucket{le="0.005",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.01",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.025",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.05",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.075",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.1",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.25",method="GET",path_template="/metrics"} 0.0 starlette_requests_processing_time_seconds_bucket{le="0.5",method="GET",path_template="/metrics"} 1533.0 starlette_requests_processing_time_seconds_bucket{le="0.75",method="GET",path_template="/metrics"} 5084.0 starlette_requests_processing_time_seconds_bucket{le="1.0",method="GET",path_template="/metrics"} 5085.0 starlette_requests_processing_time_seconds_bucket{le="2.5",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="5.0",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="7.5",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="10.0",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_bucket{le="+Inf",method="GET",path_template="/metrics"} 5086.0 starlette_requests_processing_time_seconds_count{method="GET",path_template="/metrics"} 5086.0 </pre> </details> For example, here is the number of waiting jobs for the /first-rows endpoint, as reported by the uvicorn workers: the value varies from 11404 to 11513. ![chart](https://user-images.githubusercontent.com/1676121/186755033-669d4e8f-c3f9-43fd-aca5-5e8835f66a36.png) (see https://observablehq.com/@huggingface/variability-in-datasets-server-metrics) In Grafana (https://grafana.huggingface.tech/d/SaHl2KX7z/datasets-server-admin-cache-and-queue?orgId=1&from=now-24h&to=now&refresh=30s), I use the median (`quantile(0.5, ...)`) to select a value, but it does not feel right. Related to https://github.com/huggingface/datasets-server/pull/497
closed
2022-08-25T19:48:44Z
2022-09-19T09:10:11Z
2022-09-19T09:10:11Z
severo
1,349,974,693
ci: ๐ŸŽก only copy the scripts targets to the Makefile in docker
the previous makefile imports files that are not in the docker image (and are not needed in produciton)
ci: ๐ŸŽก only copy the scripts targets to the Makefile in docker: the previous makefile imports files that are not in the docker image (and are not needed in produciton)
closed
2022-08-24T20:14:35Z
2022-08-24T20:17:16Z
2022-08-24T20:17:15Z
severo
1,349,963,542
Kubernetes pods crash for various reasons
Until now, I've seen: - `ContainerStatusUnknown` - `Error` - `OOMKilled` - `OutOfcpu` - `OutOfmemory` It would be good to understand why every error occurs, and try to avoid it. We delete them with: ```bash k get pod | grep -e ContainerStatusUnknown -e Error -e OutOfmemory -e OutOfcpu -e OOMKilled | cut -d ' ' -f 1 | xargs -I % kubectl delete pod/% --force ```
Kubernetes pods crash for various reasons: Until now, I've seen: - `ContainerStatusUnknown` - `Error` - `OOMKilled` - `OutOfcpu` - `OutOfmemory` It would be good to understand why every error occurs, and try to avoid it. We delete them with: ```bash k get pod | grep -e ContainerStatusUnknown -e Error -e OutOfmemory -e OutOfcpu -e OOMKilled | cut -d ' ' -f 1 | xargs -I % kubectl delete pod/% --force ```
closed
2022-08-24T20:03:14Z
2023-09-04T11:42:04Z
2023-09-04T11:41:52Z
severo
1,349,947,014
"2 or more items returned, instead of 1" returned by /splits-next
https://datasets-server.huggingface.co/splits-next?dataset=GEM/turku_paraphrase_corpus ``` {"error":"2 or more items returned, instead of 1"} ``` It comes from the MultipleObjectsReturned error in mongoengine.
"2 or more items returned, instead of 1" returned by /splits-next: https://datasets-server.huggingface.co/splits-next?dataset=GEM/turku_paraphrase_corpus ``` {"error":"2 or more items returned, instead of 1"} ``` It comes from the MultipleObjectsReturned error in mongoengine.
closed
2022-08-24T19:46:44Z
2022-08-25T22:06:13Z
2022-08-25T22:06:12Z
severo
1,349,915,391
feat: ๐ŸŽธ rename the tags of the /admin/metrics
so that every worker/queue refers to its endpoint: /splits, /rows, /splits-next, /first-rows
feat: ๐ŸŽธ rename the tags of the /admin/metrics: so that every worker/queue refers to its endpoint: /splits, /rows, /splits-next, /first-rows
closed
2022-08-24T19:20:37Z
2022-08-24T19:23:58Z
2022-08-24T19:23:57Z
severo
1,349,898,907
ci: ๐ŸŽก restore Makefile in the docker image
null
ci: ๐ŸŽก restore Makefile in the docker image:
closed
2022-08-24T19:04:34Z
2022-08-24T19:09:46Z
2022-08-24T19:09:45Z
severo
1,349,887,740
ci: ๐ŸŽก fix the names to have a better coherence
now the workers are named after their endpoint (/splits and /rows workers are now named "splits" and "rows", instead of "datasets" and "splits" :-/)
ci: ๐ŸŽก fix the names to have a better coherence: now the workers are named after their endpoint (/splits and /rows workers are now named "splits" and "rows", instead of "datasets" and "splits" :-/)
closed
2022-08-24T18:54:41Z
2022-08-24T18:57:33Z
2022-08-24T18:57:32Z
severo
1,349,859,171
Update tools
null
Update tools:
closed
2022-08-24T18:30:11Z
2022-08-24T18:33:40Z
2022-08-24T18:33:39Z
severo
1,349,779,463
Reduce responses size
null
Reduce responses size:
closed
2022-08-24T17:13:18Z
2022-08-24T18:03:38Z
2022-08-24T18:03:37Z
severo
1,349,733,464
test: ๐Ÿ’ enable two tests
null
test: ๐Ÿ’ enable two tests:
closed
2022-08-24T16:32:37Z
2022-08-24T16:38:54Z
2022-08-24T16:38:54Z
severo
1,349,723,730
Add tests to do proper contract testing
Currently the e2e tests use the OpenAPI spec to do some contract testing, but it's not extensive. The idea is to cover most of, or all, the cases documented in the OpenAPI spec.
Add tests to do proper contract testing : Currently the e2e tests use the OpenAPI spec to do some contract testing, but it's not extensive. The idea is to cover most of, or all, the cases documented in the OpenAPI spec.
open
2022-08-24T16:24:32Z
2024-06-19T14:02:43Z
null
severo
1,348,097,634
Private token handling
This PR passes the private token to be used by the doc-builder.
Private token handling: This PR passes the private token to be used by the doc-builder.
closed
2022-08-23T14:58:48Z
2022-08-24T13:35:48Z
2022-08-24T13:35:47Z
LysandreJik
1,348,025,274
[WIP] Private token
Removes read access for @HuggingFaceDocBuilderDev
[WIP] Private token: Removes read access for @HuggingFaceDocBuilderDev
closed
2022-08-23T14:10:43Z
2022-08-23T15:21:31Z
2022-08-23T15:21:29Z
LysandreJik
1,346,982,188
Use fixtures in tests
null
Use fixtures in tests:
closed
2022-08-22T21:02:56Z
2022-08-24T16:25:01Z
2022-08-24T16:25:00Z
severo
1,346,813,433
test: ๐Ÿ’ test cookie authentication
Also: use a new user and token (see https://github.com/huggingface/moon-landing/pull/3649)
test: ๐Ÿ’ test cookie authentication: Also: use a new user and token (see https://github.com/huggingface/moon-landing/pull/3649)
closed
2022-08-22T18:21:56Z
2022-08-22T18:34:10Z
2022-08-22T18:34:09Z
severo
1,346,625,583
Admin: get information about the assets
- list of assets: - path - type (audio, image) - for images: - format - size in bytes - height, width - for audio files: - format - length - sampling rate?
Admin: get information about the assets: - list of assets: - path - type (audio, image) - for images: - format - size in bytes - height, width - for audio files: - format - length - sampling rate?
closed
2022-08-22T15:48:29Z
2022-09-19T09:21:59Z
2022-09-19T09:21:59Z
severo
1,337,736,068
docs: โœ๏ธ fix list and sequence features
null
docs: โœ๏ธ fix list and sequence features:
closed
2022-08-12T21:56:20Z
2022-08-12T21:56:28Z
2022-08-12T21:56:27Z
severo
1,911,360,387
Moving dataset between namespaces breaks dataset viewer
## Describe the bug I moved a dataset from my own namespace to an org and that broke the dataset viewer. To fix it I had to manually edit the `dataset_info.json` file and change the first key in the json from `username--datasetname` to `orgname--datasetname` ## Steps to reproduce the bug What I did was: 1- Upload a dataset to my own namespace using `push_to_hub` 2- Move the dataset from my namespace to an org using the web interface. ## Expected results For the file to be changed accordingly. ## Actual results Broken dataset viewer. ## Environment info - `datasets` version: 2.3.3.dev0 - Platform: Linux-4.15.0-189-generic-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.5 - PyArrow version: 7.0.0 - Pandas version: 1.3.5
Moving dataset between namespaces breaks dataset viewer: ## Describe the bug I moved a dataset from my own namespace to an org and that broke the dataset viewer. To fix it I had to manually edit the `dataset_info.json` file and change the first key in the json from `username--datasetname` to `orgname--datasetname` ## Steps to reproduce the bug What I did was: 1- Upload a dataset to my own namespace using `push_to_hub` 2- Move the dataset from my namespace to an org using the web interface. ## Expected results For the file to be changed accordingly. ## Actual results Broken dataset viewer. ## Environment info - `datasets` version: 2.3.3.dev0 - Platform: Linux-4.15.0-189-generic-x86_64-with-Ubuntu-18.04-bionic - Python version: 3.7.5 - PyArrow version: 7.0.0 - Pandas version: 1.3.5
closed
2022-08-11T09:05:30Z
2024-02-02T16:55:58Z
2024-02-02T16:55:58Z
cakiki
1,334,843,819
Check if auth by token still works
after https://github.com/huggingface/moon-landing/pull/3351
Check if auth by token still works: after https://github.com/huggingface/moon-landing/pull/3351
closed
2022-08-10T15:59:42Z
2022-09-07T12:00:10Z
2022-09-07T12:00:10Z
severo
1,334,687,500
Replace /auth-check with GET /api/dataset/[dataset-name]
See https://github.com/huggingface/moon-landing/pull/3623#issuecomment-1205761679 Maybe HEAD requests will be allowed too, which would avoid downloading a payload we will not use.
Replace /auth-check with GET /api/dataset/[dataset-name]: See https://github.com/huggingface/moon-landing/pull/3623#issuecomment-1205761679 Maybe HEAD requests will be allowed too, which would avoid downloading a payload we will not use.
closed
2022-08-10T14:07:10Z
2022-09-15T13:22:25Z
2022-09-15T13:22:25Z
severo
1,332,303,900
Add expected x error code headers
Fixes #446
Add expected x error code headers: Fixes #446
closed
2022-08-08T19:30:36Z
2022-08-08T19:32:10Z
2022-08-08T19:32:10Z
severo
1,332,264,942
docs: โœ๏ธ add the expected X-Error-Code values
null
docs: โœ๏ธ add the expected X-Error-Code values:
closed
2022-08-08T18:55:31Z
2022-08-08T18:55:58Z
2022-08-08T18:55:58Z
severo
1,332,192,984
The reverse-proxy pods are not recreated when the static files are updated
null
The reverse-proxy pods are not recreated when the static files are updated:
closed
2022-08-08T17:46:04Z
2022-09-19T09:22:48Z
2022-09-19T09:22:37Z
severo
1,332,185,560
docs: โœ๏ธ fix duplicate paths
null
docs: โœ๏ธ fix duplicate paths:
closed
2022-08-08T17:39:06Z
2022-08-08T17:52:06Z
2022-08-08T17:52:05Z
severo
1,332,084,271
Add valid next and is valid next to the doc
null
Add valid next and is valid next to the doc:
closed
2022-08-08T16:05:30Z
2022-08-08T16:17:18Z
2022-08-08T16:17:17Z
severo
1,332,029,276
Add valid next and is valid next
null
Add valid next and is valid next:
closed
2022-08-08T15:20:22Z
2022-08-08T16:03:21Z
2022-08-08T16:03:20Z
severo
1,331,978,299
refactor: ๐Ÿ’ก use pathlib instead of os.path
null
refactor: ๐Ÿ’ก use pathlib instead of os.path:
closed
2022-08-08T14:42:49Z
2022-08-08T15:09:37Z
2022-08-08T15:09:36Z
severo
1,331,876,051
Improve the docs: what is needed to make the dataset viewer work?
See https://discuss.huggingface.co/t/the-dataset-preview-has-been-disabled-on-this-dataset/21339
Improve the docs: what is needed to make the dataset viewer work?: See https://discuss.huggingface.co/t/the-dataset-preview-has-been-disabled-on-this-dataset/21339
closed
2022-08-08T13:27:21Z
2022-09-19T09:12:00Z
2022-09-19T09:11:59Z
severo
1,330,407,897
ci: ๐ŸŽก copy less files to the dockerfiles
even if it's a detail in comparison with the project dependencies.
ci: ๐ŸŽก copy less files to the dockerfiles: even if it's a detail in comparison with the project dependencies.
closed
2022-08-05T21:20:50Z
2022-08-08T14:24:56Z
2022-08-08T14:24:55Z
severo
1,330,404,705
ci: ๐ŸŽก separate docker workflows
to build the images only when needed. Also, remove the cache, since it seems counter-productive.
ci: ๐ŸŽก separate docker workflows: to build the images only when needed. Also, remove the cache, since it seems counter-productive.
closed
2022-08-05T21:18:03Z
2022-08-05T21:18:27Z
2022-08-05T21:18:26Z
severo
1,329,133,447
Use hub ci for tests
null
Use hub ci for tests:
closed
2022-08-04T20:17:43Z
2022-08-05T19:42:14Z
2022-08-05T19:28:39Z
severo
1,328,942,899
Test cookie authentication
Testing token authentication is easy, see https://github.com/huggingface/datasets-server/issues/199#issuecomment-1205528302, but testing session cookie authentication might be a bit more complex since we need to log in to get the cookie. I prefer to get a dedicate issue for it.
Test cookie authentication: Testing token authentication is easy, see https://github.com/huggingface/datasets-server/issues/199#issuecomment-1205528302, but testing session cookie authentication might be a bit more complex since we need to log in to get the cookie. I prefer to get a dedicate issue for it.
closed
2022-08-04T17:06:31Z
2022-08-22T18:34:29Z
2022-08-22T18:34:29Z
severo
1,327,685,982
Allow multiple uvicorn workers
This PR allows to use multiple uvicorn workers per pod, and still have correct metrics. See https://github.com/huggingface/datasets-server/issues/250#issuecomment-1204318173. cc @McPatate and @XciD
Allow multiple uvicorn workers: This PR allows to use multiple uvicorn workers per pod, and still have correct metrics. See https://github.com/huggingface/datasets-server/issues/250#issuecomment-1204318173. cc @McPatate and @XciD
closed
2022-08-03T19:23:40Z
2022-08-22T18:49:15Z
2022-08-03T21:42:51Z
severo
1,326,901,444
/metrics exposed in public
https://datasets-server.huggingface.co/metrics see, (as you may have no access) ![Screenshot 2022-08-03 at 10 59 56](https://user-images.githubusercontent.com/6586344/182568589-0283f7b6-9f2d-473c-8a10-ffd6f5491c00.png) We need to create a second port for metrics on order to avoid public access
/metrics exposed in public: https://datasets-server.huggingface.co/metrics see, (as you may have no access) ![Screenshot 2022-08-03 at 10 59 56](https://user-images.githubusercontent.com/6586344/182568589-0283f7b6-9f2d-473c-8a10-ffd6f5491c00.png) We need to create a second port for metrics on order to avoid public access
closed
2022-08-03T09:00:34Z
2022-11-24T18:16:49Z
2022-09-06T13:26:52Z
XciD
1,326,450,884
Add auth to api endpoints
- [x] /first-rows - [x] /splits-next - [x] /is-valid Will not call the external authentication: - /healthcheck - /webhook - /metrics - /assets (for now) - /valid. It's not feasible to call the external auth endpoint for every dataset in the list (there are thousands of them). For now, we just let the endpoint unprotected, which means that unauthorized people can know that a gated dataset is valid. I don't think it's very dangerous. If we had private datasets, it would be different because it would disclose the name of private datasets. Will be deprecated: - /splits - /rows See #429
Add auth to api endpoints: - [x] /first-rows - [x] /splits-next - [x] /is-valid Will not call the external authentication: - /healthcheck - /webhook - /metrics - /assets (for now) - /valid. It's not feasible to call the external auth endpoint for every dataset in the list (there are thousands of them). For now, we just let the endpoint unprotected, which means that unauthorized people can know that a gated dataset is valid. I don't think it's very dangerous. If we had private datasets, it would be different because it would disclose the name of private datasets. Will be deprecated: - /splits - /rows See #429
closed
2022-08-02T22:11:30Z
2022-08-03T22:15:23Z
2022-08-03T22:01:56Z
severo
1,324,909,940
fix: ๐Ÿ› endpoint is reserved in prometheus
(endpoint='http' for example)
fix: ๐Ÿ› endpoint is reserved in prometheus: (endpoint='http' for example)
closed
2022-08-01T20:05:36Z
2022-08-02T17:31:18Z
2022-08-02T17:17:50Z
severo
1,324,891,079
rewrite services/api and services/admin in nodejs?
See > having everything in the same application also means that everything is developed in Python (since the workers have to be in Python), while managing a queue and async processes could be easier in node.js, for example in #81. We still use Python for the API and the admin API. Maybe NodeJS would be more appropriate to handle the load and avoid blocking requests.
rewrite services/api and services/admin in nodejs?: See > having everything in the same application also means that everything is developed in Python (since the workers have to be in Python), while managing a queue and async processes could be easier in node.js, for example in #81. We still use Python for the API and the admin API. Maybe NodeJS would be more appropriate to handle the load and avoid blocking requests.
closed
2022-08-01T19:46:15Z
2022-09-19T09:25:28Z
2022-09-19T09:25:27Z
severo
1,324,885,882
Add error code to metrics
null
Add error code to metrics:
closed
2022-08-01T19:40:10Z
2022-08-01T20:11:31Z
2022-08-01T19:58:48Z
severo
1,324,841,080
Set an upper limit to the number of splits in a dataset
In order to ensure /splits will not break due to the number of splits, we should set an upper limit on it, eg 50.000, and simply return the first 50.000 ones, for example. I think it's a theoretical issue, for now, hence it's not a priority, but I think it's always good to put a limit on every endpoint.
Set an upper limit to the number of splits in a dataset: In order to ensure /splits will not break due to the number of splits, we should set an upper limit on it, eg 50.000, and simply return the first 50.000 ones, for example. I think it's a theoretical issue, for now, hence it's not a priority, but I think it's always good to put a limit on every endpoint.
closed
2022-08-01T19:01:46Z
2022-09-16T17:21:22Z
2022-09-16T17:21:22Z
severo
1,324,658,680
Optimize reports pagination
null
Optimize reports pagination:
closed
2022-08-01T16:14:24Z
2022-08-01T16:46:53Z
2022-08-01T16:33:33Z
severo
1,322,655,500
feat: ๐ŸŽธ update docker
null
feat: ๐ŸŽธ update docker:
closed
2022-07-29T20:34:08Z
2022-07-29T20:46:43Z
2022-07-29T20:34:16Z
severo
1,322,654,120
Add cache reports endpoint
null
Add cache reports endpoint:
closed
2022-07-29T20:32:09Z
2022-07-29T20:46:53Z
2022-07-29T20:34:02Z
severo
1,322,652,588
Add cache reports endpoint
null
Add cache reports endpoint:
closed
2022-07-29T20:29:55Z
2022-07-29T20:34:06Z
2022-07-29T20:31:50Z
severo
1,322,448,105
don't block updates when refreshing the cache in batch
We could have two queues, one for webhooks, and the other for refresh scripts. Or add a priority field to the jobs (which is the same thing).
don't block updates when refreshing the cache in batch: We could have two queues, one for webhooks, and the other for refresh scripts. Or add a priority field to the jobs (which is the same thing).
closed
2022-07-29T16:15:34Z
2022-09-16T17:22:06Z
2022-09-16T17:22:06Z
severo
1,322,420,336
docs: โœ๏ธ The docs have been moved to notion.so
Moved to https://www.notion.so/huggingface2/Example-datasets-server-b4fd07f015e04a84a41ec6472c8a0ff5 Fixes #237
docs: โœ๏ธ The docs have been moved to notion.so: Moved to https://www.notion.so/huggingface2/Example-datasets-server-b4fd07f015e04a84a41ec6472c8a0ff5 Fixes #237
closed
2022-07-29T15:46:59Z
2022-07-29T15:59:45Z
2022-07-29T15:47:08Z
severo
1,322,307,337
Add the admin/ endpoints to the e2e tests and document them
null
Add the admin/ endpoints to the e2e tests and document them:
closed
2022-07-29T14:15:15Z
2022-09-19T09:23:31Z
2022-09-19T09:23:31Z
severo
1,911,364,670
Dataset Viewer issue for openclimatefix/goes-mrms
### Link _No response_ ### Description _No response_ ### Owner _No response_
Dataset Viewer issue for openclimatefix/goes-mrms: ### Link _No response_ ### Description _No response_ ### Owner _No response_
closed
2022-07-29T06:17:14Z
2024-02-02T17:14:40Z
2024-02-02T17:14:40Z
cheaterHy
1,319,739,422
Update ephemeral namespace
null
Update ephemeral namespace:
closed
2022-07-27T15:31:48Z
2022-07-27T15:45:03Z
2022-07-27T15:32:33Z
severo
1,319,685,765
Add error code
null
Add error code:
closed
2022-07-27T14:53:16Z
2022-07-29T15:03:37Z
2022-07-29T14:50:51Z
severo
1,319,393,882
Stop the count
fix https://github.com/huggingface/datasets-server/issues/480
Stop the count: fix https://github.com/huggingface/datasets-server/issues/480
closed
2022-07-27T11:05:21Z
2022-07-27T14:59:04Z
2022-07-27T14:46:40Z
lhoestq
1,319,383,353
Don't increase the datasets download counts on hf.co
We have to set `HF_UPDATE_DOWNLOAD_COUNTS=false` as an environment variable to the workers that call `load_dataset` functions, to not count it as a download on huggingface.co
Don't increase the datasets download counts on hf.co: We have to set `HF_UPDATE_DOWNLOAD_COUNTS=false` as an environment variable to the workers that call `load_dataset` functions, to not count it as a download on huggingface.co
closed
2022-07-27T10:56:46Z
2022-07-27T14:46:41Z
2022-07-27T14:46:41Z
lhoestq
1,318,478,399
feat: ๐ŸŽธ use main instead of master to load datasets
fixes #438
feat: ๐ŸŽธ use main instead of master to load datasets: fixes #438
closed
2022-07-26T16:18:13Z
2022-07-26T16:34:18Z
2022-07-26T16:21:58Z
severo
1,318,470,807
feat: ๐ŸŽธ add a target
null
feat: ๐ŸŽธ add a target:
closed
2022-07-26T16:11:56Z
2022-07-26T16:25:12Z
2022-07-26T16:12:06Z
severo
1,318,393,648
feat: ๐ŸŽธ change the format of the error responses
fixes #473
feat: ๐ŸŽธ change the format of the error responses: fixes #473
closed
2022-07-26T15:17:13Z
2022-07-26T16:21:56Z
2022-07-26T16:09:30Z
severo
1,318,381,117
chore: ๐Ÿค– move /infra/charts/datasets-server to /chart
and move /infra/docs to /docs_to_notion.
chore: ๐Ÿค– move /infra/charts/datasets-server to /chart: and move /infra/docs to /docs_to_notion.
closed
2022-07-26T15:07:28Z
2022-07-26T15:20:25Z
2022-07-26T15:08:00Z
severo
1,318,339,719
Insert an X-Error-Code to the error responses
See https://github.com/huggingface/datasets-server/issues/466#issuecomment-1195528239
Insert an X-Error-Code to the error responses: See https://github.com/huggingface/datasets-server/issues/466#issuecomment-1195528239
closed
2022-07-26T14:36:27Z
2022-07-29T16:06:33Z
2022-07-29T16:06:32Z
severo
1,318,338,430
Use more HTTP error status codes
Instead of 400, use the relevant error status codes: 401, 403, 404, etc. See https://github.com/huggingface/datasets-server/issues/466#issuecomment-1195528239
Use more HTTP error status codes: Instead of 400, use the relevant error status codes: 401, 403, 404, etc. See https://github.com/huggingface/datasets-server/issues/466#issuecomment-1195528239
closed
2022-07-26T14:35:44Z
2022-07-29T16:06:46Z
2022-07-29T16:06:46Z
severo
1,318,335,514
Change the format of the error responses
To stick with the HF API. See https://github.com/huggingface/datasets-server/issues/466#issuecomment-1195528239 - [x] rename the `message` field to `error` - [x] remove the `status_code` field - [x] let the `cause_xxx` fields - [x] Once it's deployed, we will have to run make refresh-cache-errors from an admin pod
Change the format of the error responses: To stick with the HF API. See https://github.com/huggingface/datasets-server/issues/466#issuecomment-1195528239 - [x] rename the `message` field to `error` - [x] remove the `status_code` field - [x] let the `cause_xxx` fields - [x] Once it's deployed, we will have to run make refresh-cache-errors from an admin pod
closed
2022-07-26T14:34:14Z
2022-07-29T16:07:13Z
2022-07-29T16:07:13Z
severo
1,317,353,741
feat: ๐ŸŽธ fix the servicemonitor url
it must be relative to the service (ie/ /metrics), not the public URL (/admin/metrics).
feat: ๐ŸŽธ fix the servicemonitor url: it must be relative to the service (ie/ /metrics), not the public URL (/admin/metrics).
closed
2022-07-25T20:50:21Z
2022-07-25T21:03:03Z
2022-07-25T20:50:27Z
severo
1,317,346,073
fix: ๐Ÿ› fix target name
null
fix: ๐Ÿ› fix target name:
closed
2022-07-25T20:42:33Z
2022-07-25T21:01:34Z
2022-07-25T20:48:43Z
severo
1,317,316,636
feat: ๐ŸŽธ upgrade datasets to 2.4.0
fixes https://github.com/huggingface/datasets-server/issues/434
feat: ๐ŸŽธ upgrade datasets to 2.4.0: fixes https://github.com/huggingface/datasets-server/issues/434
closed
2022-07-25T20:13:57Z
2022-07-25T20:50:42Z
2022-07-25T20:38:06Z
severo
1,317,298,685
feat: ๐ŸŽธ revert to remove the /admin prefix
we will add it from the reverse proxy
feat: ๐ŸŽธ revert to remove the /admin prefix: we will add it from the reverse proxy
closed
2022-07-25T19:55:51Z
2022-07-25T20:21:05Z
2022-07-25T20:07:29Z
severo
1,317,284,863
Remove reverse-proxy, and use ALB/ingress instead?
It would remove a single point of failure. Also: we could have one healthcheck per service (API, admin). Currently the `ELB-HealthChecker/2.0` healthcheck is responded by the API (/healthcheck), and it will not alert if the admin service is down (even if we can still monitor it with betteruptime on /admin/healthcheck).
Remove reverse-proxy, and use ALB/ingress instead?: It would remove a single point of failure. Also: we could have one healthcheck per service (API, admin). Currently the `ELB-HealthChecker/2.0` healthcheck is responded by the API (/healthcheck), and it will not alert if the admin service is down (even if we can still monitor it with betteruptime on /admin/healthcheck).
closed
2022-07-25T19:42:50Z
2024-06-19T13:56:26Z
2024-06-19T13:56:25Z
severo
1,317,225,649
feat: ๐ŸŽธ move the admin endpoints under /admin/
see https://github.com/huggingface/datasets-server/issues/459#issuecomment-1194150221
feat: ๐ŸŽธ move the admin endpoints under /admin/: see https://github.com/huggingface/datasets-server/issues/459#issuecomment-1194150221
closed
2022-07-25T18:46:10Z
2022-07-25T19:14:51Z
2022-07-25T19:01:23Z
severo