content
large_stringlengths
3
20.5k
url
large_stringlengths
53
192
branch
large_stringclasses
4 values
source
large_stringclasses
51 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
# RBAC API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} Use this API to create, update, delete, get, and list roles. To check which basic or fixed roles have the required permissions, refer to [RBAC role definitions](/docs/grafana/latest/administration/roles-and-permissions/acc...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.07972382754087448, -0.017840532585978508, -0.13873326778411865, 0.03653551638126373, -0.07165155559778214, -0.01680205762386322, -0.03616558015346527, -0.0717400461435318, -0.07227618992328644, 0.02392643317580223, -0.02470341883599758, -0.014917824417352676, 0.026658354327082634, 0.009...
0.067719
denied. | | 500 | Unexpected error. Refer to body and/or server logs for more details. | ### Create a new custom role `POST /api/access-control/roles` Creates a new custom role and maps given permissions to that role. Note that roles with the same prefix as [Fixed roles](/docs/grafana/latest/administration/roles-and-pe...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.1299322098493576, 0.021601064130663872, -0.08934678882360458, 0.04368382692337036, -0.10715044289827347, -0.05193557217717171, -0.05874800309538841, -0.011654588393867016, -0.061864521354436874, 0.06992661207914352, 0.00531017454341054, -0.03667237237095833, 0.02906441129744053, 0.04150...
0.010281
"2021-05-13T23:19:46+02:00" } ``` #### Create role validation errors Permission validation only occurs when permission validation is enabled (`rbac.permission\_validation\_enabled = true`). > It has been enabled by default since Grafana 10.2. ##### Invalid action The following example shows a request with an invalid ac...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.13599878549575806, -0.006440306082367897, -0.09664472192525864, 0.024581367149949074, -0.05691106617450714, -0.048157673329114914, -0.0187221672385931, -0.03536819666624069, -0.03709781914949417, 0.0277202520519495, -0.002020119223743677, 0.0038055204786360264, 0.02912040241062641, 0.10...
0.037724
fails if the stored version is greater. \*\*Deprecated\*\* as an input to set a value—the server auto-increments the stored version on update. | | name | string | Yes | Name of the role. | | description | string | No | Description of the role. | | displayName | string | No | Display name of the role, visible in the UI....
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.048383552581071854, -0.013585028238594532, 0.027610432356595993, 0.0663767009973526, -0.02302497811615467, -0.009192924946546555, -0.04403992369771004, -0.022202178835868835, -0.020091036334633827, -0.029291709885001183, 0.021581970155239105, -0.07304230332374573, 0.009096212685108185, ...
-0.037839
| boolean | No | A flag indicating if the role is global or not. If set to false, the default org ID of the authenticated user will be used from the request. Refer to the [About RBAC](/docs/grafana/latest/administration/roles-and-permissions/access-control/) for more information. | #### Example response ```http HTTP/1....
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.10972599685192108, 0.06202755868434906, -0.1305340826511383, 0.02609913796186447, -0.06449773907661438, -0.013172997161746025, -0.011693090200424194, -0.0724533423781395, -0.0217927023768425, -0.018523333594202995, 0.00758858397603035, -0.024754907935857773, 0.06079444661736488, 0.01733...
0.038674
| Access denied. | | 500 | Unexpected error. Refer to body and/or server logs for more details. | ### Add a user role assignment `POST /api/access-control/users/:userId/roles` Assign a role to a specific user. For bulk updates consider [Set user role assignments](#set-user-role-assignments). #### Required permissions `...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.09536921232938766, 0.004916484467685223, -0.06479662656784058, 0.07015100866556168, -0.058968476951122284, -0.03373473137617111, 0.018372977152466774, -0.03443056717514992, -0.0530247688293457, 0.05984748154878616, 0.02978837862610817, -0.026795297861099243, 0.055427324026823044, 0.0385...
-0.006862
If you want to add or remove a single role, consider using [Add a user role assignment](#add-a-user-role-assignment) or [Remove a user role assignment](#remove-a-user-role-assignment) instead. #### Required permissions `permissions:type:delegate` scope ensures that users can only assign or unassign roles which have sam...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.09701932966709137, -0.004260431509464979, -0.031126098707318306, 0.0837927907705307, -0.05673946067690849, 0.011825168505311012, 0.01244442444294691, -0.04957379400730133, -0.0029716079588979483, 0.050017211586236954, 0.031956348568201065, -0.006345119792968035, 0.011921516619622707, 0....
-0.03615
| | 403 | Access denied. | | 500 | Unexpected error. Refer to body and/or server logs for more details. | ### Add a service account role assignment `POST /api/access-control/users/:serviceAccountId/roles` Assign a role to a specific service account. For bulk updates consider [Set service account role assignments](#set-...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.10499110817909241, -0.02535986341536045, -0.07494188100099564, 0.03420887142419815, -0.05650096759200096, -0.030065985396504402, 0.04455568268895149, -0.05619698762893677, -0.03205755352973938, 0.07425904273986816, 0.04635355994105339, -0.028853170573711395, 0.0852799043059349, 0.027482...
-0.017687
in the set but are not already assigned to the service account. If you want to add or remove a single role, consider using [Add a service account role assignment](#add-a-service-account-role-assignment) or [Remove a service account role assignment](#remove-a-service-account-role-assignment) instead. #### Required permi...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.09798026084899902, -0.053648803383111954, -0.05378749594092369, 0.026220645755529404, -0.07152485847473145, 0.034399669617414474, 0.08595377206802368, -0.08946739137172699, -0.021808816120028496, 0.05399929732084274, 0.03645923733711243, -0.003858155570924282, 0.05518551543354988, 0.041...
-0.068469
POST /api/access-control/teams/1/roles Accept: application/json Content-Type: application/json { "roleUid": "XvHQJq57z" } ``` #### JSON body schema | Field Name | Data Type | Required | Description | | ---------- | --------- | -------- | ---------------- | | roleUid | string | Yes | UID of the role. | #### Example resp...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.05440380424261093, 0.07210003584623337, -0.04864391312003136, 0.03560987859964371, -0.06516951322555542, -0.04708821326494217, -0.025615528225898743, 0.004550747573375702, 0.0057525536976754665, -0.05698680877685547, 0.0327419750392437, -0.05425681918859482, 0.055170636624097824, 0.0662...
0.031846
Access denied. | | 404 | Role not found. | | 500 | Unexpected error. Refer to body and/or server logs for more details. | ## Reset basic roles to their default `POST /api/access-control/roles/hard-reset` `permissions:type:escalate` scope enables users to reset basic roles permissions. This could result in basic roles h...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/access_control.md
main
grafana
[ -0.07469182461500168, 0.03089470975100994, -0.028160467743873596, 0.0672980472445488, -0.04372958466410637, -0.06795095652341843, -0.05682387948036194, 0.004810677375644445, -0.03345026448369026, 0.02357078716158867, 0.024247057735919952, 0.01136484369635582, 0.009994708932936192, 0.084948...
0.040486
# Folder Permissions API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} This API can be used to update/get the permissions for a folder. Permissions with `folderId=-1` are the default permissions for users with the Viewer and Editor roles. Permissions can be set for a user, a tea...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/folder_permissions.md
main
grafana
[ -0.05844869092106819, -0.019239557906985283, -0.1173773854970932, 0.027791522443294525, -0.05197419598698616, -0.022439783439040184, -0.053679730743169785, -0.003972145263105631, -0.009541747160255909, 0.02281002141535282, 0.01107676513493061, -0.03809470683336258, -0.04034174233675003, 0....
0.056555
# Annotations API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} Annotations are saved in the Grafana database (sqlite, mysql or postgres). Annotations can be organization annotations that can be shown on any dashboard by configuring an annotation data source - they are filtered ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/annotations.md
main
grafana
[ -0.05628284811973572, 0.04812273755669594, -0.13364800810813904, -0.015879765152931213, 0.03407146409153938, 0.008250514976680279, -0.002225310541689396, -0.03923189640045166, -0.008917439728975296, 0.004647837020456791, -0.0580272376537323, -0.09033042192459106, -0.022676486521959305, 0.0...
0.138069
also get an endId if you where creating a region. But in 6.4 regions are represented using a single event with time and > timeEnd properties. ## Create Annotation in Graphite format Creates an annotation by using Graphite-compatible event format. The `when` and `data` fields are optional. If `when` is not specified the...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/annotations.md
main
grafana
[ -0.02771696262061596, 0.09648624807596207, -0.009817415848374367, -0.001883042510598898, 0.05151379108428955, 0.007502061314880848, -0.007056898437440395, -0.022838465869426727, 0.010677655227482319, 0.06228642165660858, -0.03014877438545227, -0.09345246106386185, -0.0934862568974495, 0.04...
0.127742
# Data source LBAC rules API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} LBAC (Label-Based Access Control) rules can be set for teams. ## Get LBAC rules for a data source `GET /api/datasources/uid/:uid/lbac/teams` Gets all existing LBAC rules for the data source with the given...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/datasource_lbac_rules.md
main
grafana
[ -0.09894128143787384, 0.04257015138864517, -0.10691699385643005, -0.0038853678852319717, -0.048373546451330185, -0.02165961265563965, -0.027539055794477463, -0.07613755762577057, -0.041721224784851074, -0.02186526358127594, 0.012723574414849281, -0.11415355652570724, 0.040328916162252426, ...
0.000304
# Dashboard Versions {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} ## Get all dashboard versions by dashboard UID Query parameters: - \*\*limit\*\* - Maximum number of results to return. Defaults to 1000 if not set, or if an invalid value is passed in. - \*\*start\*\* - Version ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/dashboard_versions.md
main
grafana
[ -0.05065130814909935, 0.04912160709500313, -0.024234073236584663, -0.01568017713725567, -0.026767944917082787, -0.04422415792942047, -0.07037435472011566, -0.005985205993056297, 0.01091744564473629, 0.029026614502072334, -0.004817338194698095, -0.05742701143026352, 0.01598220132291317, 0.0...
-0.00915
# Organization API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} The Organization HTTP API is divided in two resources, `/api/org` (current organization) and `/api/orgs` (admin organizations). One big difference between these are that the admin of all organizations API only work...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/org.md
main
grafana
[ -0.0949181541800499, 0.012839029543101788, -0.13498863577842712, -0.016171909868717194, -0.0786621943116188, -0.06889746338129044, -0.09595602005720139, -0.0419929139316082, -0.023252060636878014, 0.04805152490735054, -0.01809166930615902, -0.05060695856809616, -0.02258174493908882, 0.0691...
0.080671
[introduction](#organization-api) for an explanation. | Action | Scope | | ------------- | -------- | | org.users:add | users:\\* | \*\*Example Request\*\*: ```http POST /api/org/users HTTP/1.1 Accept: application/json Content-Type: application/json Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZY...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/org.md
main
grafana
[ -0.06619556248188019, 0.031133495271205902, -0.0957501009106636, 0.029200488701462746, -0.000936606083996594, -0.04931109398603439, 0.007411391008645296, 0.015524913556873798, 0.0035311453975737095, 0.061987120658159256, 0.02187299355864525, -0.05415719375014305, 0.030627772212028503, 0.07...
0.076141
| ---------- | ----- | | orgs:write | N/A | \*\*Example Request\*\*: ```http PUT /api/orgs/1 HTTP/1.1 Accept: application/json Content-Type: application/json { "name":"Main Org 2." } ``` \*\*Example Response\*\*: ```http HTTP/1.1 200 Content-Type: application/json {"message":"Organization updated"} ``` ### Delete Organ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/org.md
main
grafana
[ -0.09215807169675827, 0.0018870738567784429, -0.06063120439648628, 0.0014132532523944974, -0.025956960394978523, -0.07921282202005386, -0.07330568879842758, -0.04974295571446419, 0.0412653349339962, 0.07763250917196274, 0.018802447244524956, -0.00964029598981142, 0.030663959681987762, 0.05...
0.079515
# SSO Settings API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} > If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions](/docs/grafana/latest/administration/roles-and-permissions/acces...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/sso-settings.md
main
grafana
[ -0.07071319967508316, -0.0045585534535348415, -0.13553372025489807, 0.038292400538921356, -0.0742308497428894, -0.018584467470645905, -0.040133990347385406, -0.0520453043282032, -0.020471643656492233, -0.039860792458057404, 0.019253691658377647, 0.024978311732411385, 0.014115548692643642, ...
0.035615
{ "settings": { "apiUrl": "https://api.github.com/user", "clientId": "my\_github\_client", "clientSecret": "my\_github\_secret", "enabled": true, "scopes": "user:email,read:org" } } ``` \*\*Example Response\*\*: ```http HTTP/1.1 204 Content-Type: application/json ``` Status Codes: - \*\*204\*\* – SSO Settings updated -...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/sso-settings.md
main
grafana
[ -0.056866370141506195, 0.03001832403242588, -0.09416580945253372, 0.059893056750297546, 0.015870066359639168, -0.051903583109378815, -0.04473496973514557, -0.01833883672952652, -0.0006771988118998706, 0.020590394735336304, 0.03143848478794098, 0.004362237174063921, 0.04074033349752426, 0.0...
0.097102
# User API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} {{< admonition type="caution" >}} You can't authenticate to the User HTTP API with service account tokens. Service accounts are limited to an organization and an organization role. They can't be granted [Grafana server adm...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/user.md
main
grafana
[ -0.13528238236904144, 0.010990546084940434, -0.09184642881155014, -0.03805592656135559, -0.0861542597413063, -0.049663808196783066, -0.0349561870098114, -0.017714593559503555, -0.01905466616153717, 0.0570676326751709, -0.02699188143014908, -0.06772489845752716, 0.01923629827797413, 0.02794...
0.036758
"name": "User", "login": "user", "email": "user@mygraf.com", "isAdmin": false, "isDisabled": false, "lastSeenAt": "2020-01-24T12:38:47+02:00", "lastSeenAtAge": "2M", "authLabels": [] } ], "page": 1, "perPage": 10 } ``` ## Get single user by Id `GET /api/users/:id` \*\*Required permissions\*\* See note in the [introduct...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/user.md
main
grafana
[ -0.06533566862344742, 0.04694536328315735, -0.0812622606754303, 0.020203035324811935, -0.006596907041966915, -0.02907751314342022, 0.02614627406001091, 0.004032500553876162, -0.013435826636850834, 0.02232956327497959, 0.008665998466312885, -0.06817229092121124, 0.02073027193546295, 0.05061...
0.04005
} ``` \*\*Example Response\*\*: ```http HTTP/1.1 200 Content-Type: application/json {"message":"User password changed"} ``` \*\*Change Password with a Script\*\* If you need to change a password with a script, here is an example of changing the Admin password using curl with basic auth: ```bash curl -X PUT -H "Content-...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/user.md
main
grafana
[ -0.10104990750551224, 0.024882251396775246, -0.1069396361708641, -0.027589093893766403, -0.0853988453745842, -0.04595497250556946, -0.043749868869781494, 0.006866777315735817, 0.022489087656140327, 0.0738920047879219, -0.015741262584924698, -0.03882316127419472, 0.05601094663143158, -0.018...
0.037556
# Data source API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} ## Requirements If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions](/docs/grafana/latest/administration/roles-and-perm...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/data_source.md
main
grafana
[ -0.10111215710639954, 0.036693327128887177, -0.09087521582841873, -0.0004390981048345566, -0.11053983867168427, -0.037064649164676666, -0.05433216318488121, -0.07275526970624924, -0.031037714332342148, 0.05114021524786949, -0.003809268120676279, -0.039186980575323105, 0.032554734498262405, ...
0.030281
Graphite Response\*\*: ```http HTTP/1.1 200 Content-Type: application/json { "datasource": { "id": 1, "orgId": 1, "name": "test\_datasource", "type": "graphite", "typeLogoUrl": "", "access": "proxy", "url": "http://mydatasource.com", "password": "", "user": "", "database": "", "basicAuth": false, "basicAuthUser": "", "...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/data_source.md
main
grafana
[ -0.07983298599720001, 0.07396744936704636, 0.00008629743388155475, 0.025193314999341965, -0.024556003510951996, -0.0735476091504097, -0.02467156946659088, -0.021222567185759544, -0.021006980910897255, 0.07513942569494247, -0.01953979767858982, -0.03389156237244606, 0.008919186890125275, 0....
-0.034766
datasources:\\* datasources:name:\\* datasources:name:test\_datasource (single data source) | ### Examples \*\*Example Request\*\*: ```http DELETE /api/datasources/name/test\_datasource HTTP/1.1 Accept: application/json Content-Type: application/json Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/data_source.md
main
grafana
[ -0.1313534528017044, 0.021677304059267044, 0.028572313487529755, 0.006750743370503187, -0.05859750881791115, -0.13988438248634338, 0.028888341039419174, -0.057548072189092636, 0.08088529109954834, 0.03901604935526848, 0.008706499822437763, 0.014497339725494385, 0.018967747688293457, -0.004...
0.101284
Code | Description | | ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 200 | All data source queries returned a successful response. | | 400 | Bad request due to invalid JSON, miss...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/data_source.md
main
grafana
[ -0.0734124407172203, 0.06322798132896423, -0.07029250264167786, 0.029305601492524147, -0.05332794040441513, -0.06240280717611313, -0.0333973653614521, -0.028544573113322258, -0.017946941778063774, -0.024589478969573975, 0.06424053758382797, -0.06241632625460625, 0.08240130543708801, -0.090...
0.02828
# Frontend Settings API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} ## Get Settings `GET /api/frontend/settings` \*\*Example Request\*\*: ```http GET /api/frontend/settings HTTP/1.1 Accept: application/json Content-Type: application/json Authorization: Bearer eyJrIjoiT0tTcG1pU...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/other.md
main
grafana
[ -0.08791453391313553, 0.043163467198610306, -0.0492624007165432, 0.01644268073141575, -0.055493853986263275, -0.04196838289499283, -0.10482162982225418, 0.013032026588916779, -0.03486817702651024, 0.038169607520103455, -0.0038876680191606283, -0.05716456472873688, 0.00684564420953393, -0.0...
-0.006071
# Data source Permissions API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} > The Data Source Permissions is only available in Grafana Enterprise. Read more about [Grafana Enterprise](/docs/grafana/latest/introduction/grafana-enterprise/). > If you are running Grafana Enterprise...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/datasource_permissions.md
main
grafana
[ -0.09183385223150253, 0.0059285759925842285, -0.11223161220550537, 0.00751896295696497, -0.07780715078115463, -0.05383719503879547, -0.01733754388988018, -0.03397062048316002, -0.048263970762491226, 0.029404491186141968, -0.01874958537518978, -0.03254646062850952, -0.02013419382274151, 0.0...
0.069511
- Access denied ## Add or revoke access to a data source for a team `POST /api/access-control/datasources/:uid/teams/:id` Sets team permission for the data source with the given `uid`. Append `?ds\_type=` when you need to disambiguate the UID; refer to [Optional `ds\_type` query parameter](#ds-type). To add a permissio...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/datasource_permissions.md
main
grafana
[ -0.10320983827114105, 0.07047156244516373, -0.044800058007240295, 0.07039100676774979, -0.0914967879652977, -0.04156890884041786, 0.036572348326444626, -0.03915301710367203, 0.001350266975350678, 0.03167702257633209, -0.015759358182549477, -0.04034492000937462, 0.01672123372554779, 0.01581...
0.038991
# User and Org Preferences API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} Keys: - \*\*theme\*\* - One of: `light`, `dark`, or an empty string for the default theme - \*\*homeDashboardId\*\* - Deprecated. Use `homeDashboardUID` instead. - \*\*homeDashboardUID\*\*: The `:uid` o...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/preferences.md
main
grafana
[ 0.004900569561868906, 0.05279727280139923, -0.011729954741895199, -0.036215342581272125, 0.010978657752275467, 0.012740657664835453, -0.03259183093905449, 0.017098143696784973, -0.026015998795628548, 0.013511373661458492, -0.0821719765663147, -0.0600898414850235, -0.008188820444047451, -0....
-0.039226
# Team API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} This API can be used to manage Teams and Team Memberships. Access to these API endpoints is restricted as follows: - All authenticated users are able to view details of teams they are a member of. - Organization Admins are...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/team.md
main
grafana
[ -0.11753363162279129, 0.008989899419248104, -0.13885776698589325, 0.011655954644083977, -0.04144724830985069, -0.0006969390087760985, -0.06636331975460052, -0.03522677347064018, 0.01129686739295721, 0.015570037066936493, -0.028298260644078255, -0.042007867246866226, 0.045909468084573746, 0...
0.098529
`name` and `email`. `PUT /api/teams/:id` \*\*Required permissions\*\* See note in the [introduction](#team-api) for an explanation. | Action | Scope | | ----------- | -------- | | teams:write | teams:\\* | \*\*Example Request\*\*: ```http PUT /api/teams/2 HTTP/1.1 Accept: application/json Content-Type: application/json...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/team.md
main
grafana
[ -0.07374968379735947, 0.07548462599515915, -0.07782813906669617, 0.000857848150189966, -0.010818871669471264, -0.07564587891101837, -0.016119949519634247, -0.011535385623574257, 0.05138802155852318, 0.034190911799669266, 0.012714996002614498, -0.04939940944314003, 0.06368613988161087, 0.10...
0.048501
found - \*\*500\*\* - Internal error ## Get Team Preferences `GET /api/teams/:teamId/preferences` \*\*Required permissions\*\* See note in the [introduction](#team-api) for an explanation. | Action | Scope | | ---------- | -------- | | teams:read | teams:\\* | \*\*Example Request\*\*: ```http GET /api/teams/2/preferenc...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/team.md
main
grafana
[ -0.03735576570034027, 0.06872479617595673, -0.07566113770008087, -0.015654899179935455, 0.015252557583153248, -0.009660186246037483, -0.04325946792960167, -0.01635545678436756, 0.013631663285195827, 0.03368673473596573, -0.005882938392460346, -0.019868643954396248, 0.0002206414646934718, 0...
0.046198
# Dashboard Permissions API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} This API can be used to update/get the permissions for a dashboard. Permissions with `dashboardId=-1` are the default permissions for users with the Viewer and Editor roles. Permissions can be set for a us...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/dashboard_permissions.md
main
grafana
[ -0.060532182455062866, 0.011022781021893024, -0.11161664873361588, -0.02859940379858017, -0.0362357534468174, -0.033480964601039886, -0.06781178712844849, 0.013404506258666515, -0.0129010621458292, 0.0525088794529438, -0.03493156656622887, -0.05623403564095497, -0.0015071362722665071, 0.06...
0.052864
# Query history API {{< docs/shared lookup="developers/deprecated-apis-nonmigrated.md" source="grafana" version="" >}} This API can be used to add queries to Query history. It requires that the user is logged in and that Query history feature is enabled in config file. ## Add query to Query history `POST /api/query-his...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/query_history.md
main
grafana
[ -0.08104550838470459, 0.071849524974823, -0.05710609257221222, -0.006588788703083992, -0.06342259794473648, 0.037422411143779755, -0.08053730428218842, -0.005242609418928623, 0.0127353984862566, 0.042950794100761414, -0.02696148119866848, -0.0381430983543396, 0.008644391782581806, -0.00068...
0.034809
## Update comment of query in Query history by UID `PATCH /api/query-history/:uid` Updates comment of a query with a specific uid that is stored in the query history. Query parameters: - \*\*comment\*\* – New comment that will be added to the specified query. \*\*Example Request\*\*: ```http PATCH /api/query-history/P8...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/query_history.md
main
grafana
[ -0.13659076392650604, 0.009865681640803814, 0.009539041668176651, 0.05547211691737175, -0.08177649229764938, -0.026921309530735016, 0.007482482120394707, -0.006029490381479263, 0.004589396063238382, 0.0827745869755745, 0.01796738989651203, -0.04389617592096329, 0.038539111614227295, 0.0121...
0.063301
# Query and resource caching API {{< docs/shared lookup="developers/deprecated-apis.md" source="grafana" version="" >}} ## Requirements If you're running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions](/docs/grafana/latest/administration/...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/query_and_resource_caching.md
main
grafana
[ -0.08303732424974442, 0.03703172132372856, -0.08800334483385086, 0.015516438521444798, -0.1115252673625946, -0.1038646548986435, -0.03755030408501625, -0.047465112060308456, -0.05824737250804901, 0.05303872376680374, -0.04136383906006813, -0.024800866842269897, -0.011540605686604977, -0.04...
0.037065
| boolean | Whether or not to enable caching for this data source. | | useDefaultTTL | boolean | Whether the configured default TTL (Time-To-Live) should be used for both query and resource caching, instead of the user-specified values. | | ttlQueriesMs | number | The TTL to use for query caching, in milliseconds. | | ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/api-legacy/query_and_resource_caching.md
main
grafana
[ -0.020266441628336906, 0.040394797921180725, -0.04025857150554657, 0.048041243106126785, -0.09848541021347046, -0.07322046160697937, 0.012205470353364944, -0.007977263070642948, 0.037014201283454895, 0.02513897605240345, 0.0008245666977018118, -0.024167116731405258, -0.008414674550294876, ...
-0.021574
# cURL examples This page provides examples of calls to the Grafana API using cURL. The most basic example for a dashboard for which there is no authentication. You can test the following on your local machine, assuming a default installation and anonymous access enabled, required: ``` curl http://localhost:3000/api/se...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/examples/curl-examples.md
main
grafana
[ -0.1095692589879036, 0.041345395147800446, -0.15146179497241974, -0.027161018922924995, -0.0663977563381195, -0.05195837467908859, -0.05169856175780296, 0.0076835318468511105, -0.02645397186279297, 0.02860187739133835, -0.025364086031913757, -0.05834270268678665, 0.046178270131349564, 0.01...
0.050928
# Create Service Account tokens and dashboards for an organization Use the Grafana API to set up new Grafana organizations or to add dynamically generated dashboards to an existing organization. ## Authentication There are two authentication methods to access the API: - Basic authentication: A Grafana Admin user can ac...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/http-api/examples/create-api-tokens-for-org.md
main
grafana
[ -0.15055470168590546, -0.03973971679806709, -0.15843206644058228, -0.02365846373140812, -0.10586235672235489, -0.0718500018119812, -0.026879819110035896, 0.01706165261566639, 0.01199663057923317, 0.05663997679948807, -0.024823535233736038, -0.0668078288435936, 0.05654739588499069, 0.031678...
0.124017
# Grafana Cloud API The Grafana Cloud API, sometimes referred to as the Grafana.com API or GCOM API, allows you to interact with resources from your [Grafana Cloud Stack](/docs/grafana-cloud/account-management/cloud-stacks/) programmatically. Below is the list of approved, static endpoints and calls for general use. An...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.14071877300739288, 0.0028110540006309748, -0.08485183119773865, 0.012248490937054157, -0.036316122859716415, -0.05764421820640564, -0.03620058670639992, -0.03433722257614136, 0.03486194834113121, 0.06131763011217117, -0.022096138447523117, -0.02980434149503708, 0.025867121294140816, -0....
0.056585
realm. Can be `org` or `stack`. | Yes | | `identifier` | String | The unique identifier of a realm (ID of the org or stack depending on the realm type). | Yes | | `labelPolicies` | List[LabelPolicy] | List of [label policies](https://grafana.com/docs/grafana-cloud/account-management/authentication-and-permissions/acces...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.0543377660214901, 0.01474962942302227, -0.1716405749320984, -0.03199726343154907, -0.0523928739130497, -0.014593481086194515, 0.012361478060483932, -0.06883317977190018, 0.036965154111385345, 0.007786687929183245, 0.005929590668529272, -0.11761464923620224, 0.04010732099413872, 0.017655...
0.07426
["192.168.0.0/24", "10.1.2.99/32"] }, "createdAt": "2022-06-08T16:47:46.151Z", "updatedAt": "2022-06-08T16:47:46.151Z", "status": "active" } ], "metadata": { "pagination": { "pageSize": 500, "pageCursor": "ZDMyYzZhODktZjU1ZC00NGViLWJmYWEtMTEyYmE2NTFlNDJifDIwMjItMDQtMTFUMTI6NTQ6MDBa", "nextPage": "/v1/accesspolicies?pag...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.041496213525533676, 0.11346370726823807, -0.02205318957567215, -0.026339294388890266, -0.031640276312828064, 0.0011309402761980891, 0.022045573219656944, -0.03541871905326843, -0.027324937283992767, 0.02803778275847435, 0.037135880440473557, -0.02226097695529461, 0.013139931485056877, -...
-0.020338
or stack depending on the realm type). | Yes | | `labelPolicies` | List[LabelPolicy] | List of [label policies](https://grafana.com/docs/grafana-cloud/account-management/authentication-and-permissions/access-policies/#labelpolicy-or-label-selectors). Available only with read permissions for metrics and logs. | No | \*\...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.07843414694070816, 0.01479537133127451, -0.1529688835144043, -0.019765758886933327, -0.07398238033056259, 0.005112525075674057, 0.020047932863235474, -0.05584137141704559, 0.019715098664164543, -0.01177929900586605, 0.02522920072078705, -0.09282185137271881, 0.01833689957857132, 0.02866...
0.065036
| ID of the access policy to create the token for. | Yes | | `expiresAt` | String | Token expiration date. The token does not expire if this is not provided. | No | Example request: ```json { "accessPolicyId": "c45485b6-8321-4cf2-bcec-12006df755ff", "name": "mytoken", "displayName": "My Token", "expiresAt": "2022-06-08...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.09264325350522995, 0.08549866080284119, -0.02739480324089527, 0.06166740879416466, -0.060320205986499786, -0.01913074031472206, 0.013771089725196362, 0.031530704349279404, 0.05150419846177101, 0.0034643961116671562, 0.009168594144284725, -0.026106087490916252, 0.03379853069782257, -0.01...
0.082288
Type | Description | Required | | --------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | | `region` | String | Query. Region of the Access Policy,...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ 0.060604847967624664, 0.08619698137044907, -0.0417499877512455, 0.015336606651544571, -0.10348805040121078, 0.020830977708101273, 0.06738574802875519, -0.011499210260808468, -0.04459669068455696, -0.031816981732845306, 0.023406168445944786, -0.07101711630821228, 0.056362640112638474, -0.06...
0.016832
to support](/contact/) about a Grafana Cloud contracted plan if you would like to add additional stacks to your account. {{< /admonition >}} ### List stacks ```http GET https://grafana.com/api/orgs//instances ``` #### Responses The following responses may be returned. | Code | Description | | ----- | ------------------...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.16324971616268158, 0.033800240606069565, -0.06224973499774933, 0.00618096673861146, -0.049762628972530365, -0.06932223588228226, -0.07903289049863815, -0.03073125332593918, 0.04090625047683716, 0.04577529802918434, 0.009959057904779911, -0.06721722334623337, -0.013098454102873802, -0.01...
0.037907
For example, `.grafana.net`. | Yes | | `slug` | String | Subdomain that the Grafana instance to make the instance available at. For example, if you set the slug to ``, the full URL for the instance is `https://.grafana.net`. | Yes | | `url` | String | If you use a custom domain for the instance, you must provide it her...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.04632142558693886, -0.06962352991104126, -0.05712801218032837, -0.06551442295312881, -0.07781984657049179, -0.10414080321788788, -0.13021822273731232, -0.026110749691724777, -0.01521566603332758, -0.019666451960802078, -0.04188469424843788, -0.0962982028722763, -0.011751971207559109, 0....
0.009529
the stack. | No | | `labels` | map[String]String | Updates labels for a stack. Labels are `key:value` pairs where the both the key and value can alphanumeric, `.`, `-` or `/`. Up to 10 labels are allowed. To remove a label, just omit it in this request. To remove all labels send an empty object. Example: `{"team":"plat...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.1163850873708725, 0.014280126430094242, -0.07722615450620651, 0.02695677988231182, -0.018511902540922165, 0.0033114803954958916, 0.009788106195628643, -0.08314497023820877, 0.049983102828264236, -0.03919070214033127, 0.03415907919406891, -0.02988959103822708, -0.00313737615942955, -0.04...
0.060876
v9.3.x)", "machineLearning": 0, "incident": 0, "deleteProtection": false, "hmInstancePromId": 715517, "hmInstancePromUrl": "https://prometheus-us-central1.grafana.net", "hmInstancePromName": "createcloudstack-prom", "hmInstancePromStatus": "active", "hmInstancePromCurrentUsage": 0, "hmInstancePromCurrentActiveSeries": ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.1329619139432907, -0.004993818700313568, -0.020341919735074043, -0.06225128844380379, 0.06769561767578125, -0.1183711364865303, 0.0016582899261265993, -0.08083977550268173, -0.029194341972470284, 0.09195854514837265, 0.06847231090068817, -0.05425649881362915, 0.025199782103300095, -0.01...
0.097801
following responses may be returned. | Code | Description | | ----- | ---------------------------------------------------------------- | | `200` | Successful operation. | | `401` | API token is missing or invalid. | | `404` | Cloud Stack not found. | | `409` | Conflicting operation, another operation is already in prog...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.10709977895021439, -0.011049359105527401, 0.0008389551076106727, 0.02056817337870598, -0.05520929768681526, -0.07471992820501328, -0.10307417064905167, -0.05600776523351669, 0.08449568599462509, 0.05030648410320282, 0.05976841226220131, -0.06238071620464325, -0.003057243535295129, -0.02...
0.004504
`200` | Successful operation. | | `401` | API token is missing or invalid. | | `404` | Plugin or Cloud Stack not found. | | `409` | Conflicting operation, another operation is already in progress. | Example response: ```json { "id": 256519, "instanceId": 507363, "instanceUrl": "https://createcloudstack.grafana.net", "i...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.1157015785574913, -0.04964336007833481, -0.014280402101576328, -0.026011422276496887, -0.034201815724372864, -0.08055887371301651, -0.10948815941810608, -0.05215170606970787, 0.09173542261123657, 0.09680518507957458, 0.05247696861624718, -0.05984034389257431, -0.005004049278795719, -0.0...
0.011995
| Description | | ----- | -------------------------------- | | `200` | Successful operation. | | `401` | API token is missing or invalid. | | `404` | API Key not found. | Example response: ```json true ``` ## Billed usage This API makes it possible to fetch billed usage broken down by stack for a specified year and mon...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/api-reference/cloud-api/_index.md
main
grafana
[ -0.08555632829666138, 0.021741654723882675, -0.07833854854106903, 0.04159967228770256, -0.11240594834089279, -0.054279059171676636, -0.12746118009090424, 0.010358802042901516, 0.011946642771363258, 0.0012375029036775231, 0.04860493540763855, -0.08552107214927673, 0.027125753462314606, -0.0...
0.039653
# Grafana Labs Software Grant and Contributor License Agreement ("Agreement") This agreement is based on the Apache Software Foundation Contributor License Agreement. (v r190612) Thank you for your interest in software projects stewarded by Raintank, Inc. dba Grafana Labs (“Grafana Labs”). In order to clarify the intel...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/contribute/cla.md
main
grafana
[ -0.13126401603221893, -0.01682671532034874, -0.04877433925867081, -0.0936783030629158, -0.05219065770506859, -0.021365759894251823, -0.019743718206882477, -0.03429039940237999, 0.011322874575853348, 0.006437601987272501, -0.012179587967693806, -0.06360817700624466, -0.0003464897454250604, ...
0.069228
sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) were submitted. If any entity institutes patent...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/contribute/cla.md
main
grafana
[ -0.11823064088821411, -0.03923822566866875, 0.0048470450565218925, -0.10827329009771347, 0.04522860050201416, 0.05962133780121803, 0.024982092902064323, 0.015531105920672417, -0.025258658453822136, 0.0011244788765907288, -0.006456615403294563, 0.004036869388073683, -0.02223951928317547, -0...
0.046457
# Contribute to Grafana This page lists resources for developers who want to contribute to the Grafana software ecosystem or build plugins for Grafana. ## Communicate with Grafana {{< docs/shared lookup="communicate.md" source="grafana" version="" >}} ## Make technical contributions Choose how you want to contribute to...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/contribute/_index.md
main
grafana
[ -0.13309285044670105, -0.04208162799477577, -0.09385645389556885, -0.031094543635845184, -0.032479919493198395, -0.04463101178407669, -0.05469105765223503, 0.025234777480363846, -0.07160711288452148, 0.04617990553379059, -0.040337540209293365, -0.09849832206964493, -0.011485126800835133, 0...
0.132218
# Developer tools in Grafana Refer to the [Grafana developer portal](https://grafana.com/developers) to access the following documentation: - [Grafana plugin development tools](https://grafana.com/developers/plugin-tools) - [Grafana data structure](https://grafana.com/developers/dataplane/) - [Grafana React components ...
https://github.com/grafana/grafana/blob/main/docs/sources/developer-resources/developer-tools/_index.md
main
grafana
[ -0.11780627071857452, -0.08352620154619217, -0.04153129458427429, 0.0567387118935585, -0.05864933878183365, -0.018461843952536583, -0.03913622349500656, 0.0069357710890471935, -0.032102037221193314, 0.03592487424612045, -0.021343788132071495, -0.0366535484790802, 0.011057543568313122, 0.02...
0.112928
## The command you just ran Congratulations! You have started the container for this tutorial! Let's first explain the command that you just ran. In case you forgot, here's the command: ```cli docker run -d -p 80:80 docker/getting-started ``` You'll notice a few flags being used. Here's some more info on them: - `-d` -...
https://github.com/docker/getting-started/blob/master/docs/tutorial/index.md
master
docker
[ 0.026230240240693092, 0.09984724968671799, 0.029233651235699654, -0.04007228463888168, 0.06504921615123749, -0.07080540060997009, 0.012809323146939278, 0.049272507429122925, -0.0279803778976202, 0.030069684609770775, 0.03822453320026398, -0.06992502510547638, 0.03397338464856148, 0.0190716...
0.000384
[Docker Compose](https://docs.docker.com/compose/) is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. The \_big\_ advantage of using Compose is you can d...
https://github.com/docker/getting-started/blob/master/docs/tutorial/using-docker-compose/index.md
master
docker
[ -0.08493807166814804, -0.050937000662088394, 0.018317991867661476, -0.04751826450228691, -0.07300496846437454, -0.07610928267240524, -0.030170712620019913, 0.032805249094963074, 0.027071982622146606, 0.030768539756536484, -0.05387858673930168, -0.010565963573753834, 0.08296959847211838, -0...
0.109285
### Defining the MySQL Service Now, it's time to define the MySQL service. The command that we used for that container was the following: ```bash docker run -d \ --network todo-app --network-alias mysql \ -v todo-mysql-data:/var/lib/mysql \ -e MYSQL\_ROOT\_PASSWORD=secret \ -e MYSQL\_DATABASE=todos \ mysql:8.0 ``` 1. W...
https://github.com/docker/getting-started/blob/master/docs/tutorial/using-docker-compose/index.md
master
docker
[ 0.013067569583654404, -0.05199796333909035, 0.0223308727145195, -0.05613572895526886, -0.10048037022352219, -0.0637756884098053, 0.05019744858145714, 0.09253793209791183, 0.07467497140169144, 0.0070377858355641365, -0.059401512145996094, -0.06945554167032242, 0.13503701984882355, 0.0428674...
-0.006945
-f app`). !!! info "Pro tip - Waiting for the DB before starting the app" When the app is starting up, it actually sits and waits for MySQL to be up and ready before trying to connect to it. Docker doesn't have any built-in support to wait for another container to be fully up, running, and ready before starting another...
https://github.com/docker/getting-started/blob/master/docs/tutorial/using-docker-compose/index.md
master
docker
[ -0.0014892341569066048, -0.057906124740839005, -0.03609244525432587, -0.0191344004124403, 0.034201156347990036, -0.05963314324617386, -0.029671747237443924, 0.06493557244539261, 0.03736322745680809, 0.048191919922828674, -0.04010685160756111, -0.10126760601997375, 0.039063841104507446, -0....
0.02548
As a small feature request, we've been asked by the product team to change the "empty text" when we don't have any todo list items. They would like to transition it to the following: > You have no todo items yet! Add one above! Pretty simple, right? Let's make the change. ## Updating our Source Code 1. In the `src/stat...
https://github.com/docker/getting-started/blob/master/docs/tutorial/updating-our-app/index.md
master
docker
[ -0.017690401524305344, 0.057687584310770035, 0.022187471389770508, -0.012387794442474842, 0.07289555668830872, -0.036044247448444366, 0.003657880937680602, 0.04804952070116997, 0.04912063106894493, 0.01038335356861353, 0.0007985681295394897, -0.07237009704113007, -0.028046127408742905, -0....
0.015574
In an upcoming section, we'll talk about how to see code updates without needing to rebuild and start a new container every time we make a change. Before talking about persistence, we'll quickly see how to share these images with others.
https://github.com/docker/getting-started/blob/master/docs/tutorial/updating-our-app/index.md
master
docker
[ -0.0625743493437767, -0.031659387052059174, -0.042464155703783035, 0.04881319776177406, 0.1027599647641182, -0.002285705180838704, -0.06993579864501953, -0.004585081245750189, -0.024455107748508453, 0.0003883659665007144, 0.021297559142112732, 0.04540399834513664, -0.036866988986730576, -0...
0.106503
Now that we've built an image, let's share it! To share Docker images, you have to use a Docker registry. The default registry is Docker Hub and is where all of the images we've used have come from. ## Create a Repo To push an image, we first need to create a repo on Docker Hub. 1. Go to [Docker Hub](https://hub.docker...
https://github.com/docker/getting-started/blob/master/docs/tutorial/sharing-our-app/index.md
master
docker
[ -0.023331264033913612, -0.04555826634168625, -0.005005881190299988, 0.022316034883260727, 0.042016174644231796, 0.0028059547767043114, -0.0711195096373558, 0.01389289740473032, -0.042748771607875824, 0.07210156321525574, 0.0055017052218317986, -0.04390435293316841, 0.0466749332845211, 0.05...
-0.042218
pushed image. This is quite common in CI pipelines, where the pipeline will create the image and push it to a registry and then the production environment can use the latest version of the image. Now that we have that figured out, let's circle back around to what we noticed at the end of the last section. As a reminder...
https://github.com/docker/getting-started/blob/master/docs/tutorial/sharing-our-app/index.md
master
docker
[ -0.008557192049920559, -0.007666946854442358, 0.047666553407907486, 0.052770864218473434, 0.09038589894771576, -0.03829839453101158, -0.02800149843096733, 0.032394081354141235, 0.00737802404910326, 0.03292469307780266, 0.03515361249446869, 0.011585731990635395, -0.03134568780660629, 0.0472...
0.039014
In the previous chapter, we talked about and used a \*\*named volume\*\* to persist the data in our database. Named volumes are great if we simply want to store data, as we don't have to worry about \_where\_ the data is stored. With \*\*bind mounts\*\*, we control the exact mountpoint on the host. We can use this to p...
https://github.com/docker/getting-started/blob/master/docs/tutorial/using-bind-mounts/index.md
master
docker
[ -0.030998842790722847, -0.018385522067546844, 0.004593206103891134, 0.04111713916063309, 0.0010844587814062834, -0.05188198760151863, -0.029599040746688843, 0.054491281509399414, 0.06343551725149155, 0.052004117518663406, -0.04706712067127228, 0.029678381979465485, 0.032838642597198486, -0...
0.170918
watch the logs using `docker logs -f `. You'll know you're ready to go when you see this... ```bash docker logs -f $ nodemon src/index.js [nodemon] 2.0.20 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): \*.\* [nodemon] watching extensions: js,mjs,json [nodemon] starting `node src/index.js` Usin...
https://github.com/docker/getting-started/blob/master/docs/tutorial/using-bind-mounts/index.md
master
docker
[ 0.004035585559904575, -0.012237131595611572, 0.02607228048145771, -0.0004787026846315712, 0.1304735690355301, -0.0727214515209198, -0.046760160475969315, 0.02224041521549225, -0.015516349114477634, 0.08166807144880295, -0.0663822591304779, -0.02756798081099987, -0.04923047870397568, 0.0308...
0.08748
## Security Scanning When you have built an image, it is good practice to scan it for security vulnerabilities using the `docker scan` command. Docker has partnered with [Snyk](http://snyk.io) to provide the vulnerability scanning service. For example, to scan the `getting-started` image you created earlier in the tuto...
https://github.com/docker/getting-started/blob/master/docs/tutorial/image-building-best-practices/index.md
master
docker
[ -0.019071737304329872, 0.0811941847205162, -0.06362181156873703, -0.019500210881233215, 0.14610278606414795, -0.05414598062634468, -0.000830643461085856, 0.03263464570045471, -0.00246948329731822, 0.02379480190575123, 0.005337091628462076, -0.009249143302440643, 0.08335841447114944, 0.0290...
0.039774
downstream layers have to be recreated as well Let's look at the Dockerfile we were using one more time... ```dockerfile FROM node:18-alpine WORKDIR /app COPY . . RUN yarn install --production CMD ["node", "src/index.js"] ``` Going back to the image history output, we see that each command in the Dockerfile becomes a n...
https://github.com/docker/getting-started/blob/master/docs/tutorial/image-building-best-practices/index.md
master
docker
[ -0.1241806149482727, 0.0037072915583848953, 0.11915433406829834, 0.0097787044942379, 0.07445135712623596, -0.02950427494943142, -0.05059625208377838, -0.032159045338630676, 0.02198302373290062, 0.020812124013900757, -0.007523734122514725, 0.05235876142978668, -0.024946069344878197, 0.06172...
-0.032867
WORKDIR /app 0.0s => CACHED [3/5] COPY package.json yarn.lock ./ 0.0s => CACHED [4/5] RUN yarn install --production 0.0s => [5/5] COPY . . 0.5s => exporting to image 0.3s => => exporting layers 0.3s => => writing image sha256:91790c87bcb096a83c2bd4eb512bc8b134c757cda0bdee4038187f98148e2eda 0.0s => => naming to docker.i...
https://github.com/docker/getting-started/blob/master/docs/tutorial/image-building-best-practices/index.md
master
docker
[ -0.03713885322213173, 0.04829469323158264, 0.0498829148709774, -0.03117663599550724, 0.08593516796827316, -0.09130612015724182, -0.05983922630548477, -0.04998607188463211, 0.009448173455893993, 0.07710424810647964, 0.009928528219461441, -0.00877067819237709, -0.047164205461740494, 0.003813...
-0.035648
Although we're done with our workshop, there's still a LOT more to learn about containers! We're not going to go deep-dive here, but here are a few other areas to look at next! ## Container Orchestration Running containers in production is tough. You don't want to log into a machine and simply run a `docker run` or `do...
https://github.com/docker/getting-started/blob/master/docs/tutorial/what-next/index.md
master
docker
[ 0.026880834251642227, 0.023903796449303627, 0.06376303732395172, -0.002596810460090637, -0.02994750812649727, -0.05265089124441147, -0.021563997492194176, -0.07007382065057755, -0.039222124963998795, 0.05925031378865242, -0.0873914510011673, -0.1416207253932953, 0.07491496950387955, -0.034...
0.094264
In case you didn't notice, our todo list is being wiped clean every single time we launch the container. Why is this? Let's dive into how the container is working. ## The Container's Filesystem When a container runs, it uses the various layers from an image for its filesystem. Each container also gets its own "scratch ...
https://github.com/docker/getting-started/blob/master/docs/tutorial/persisting-our-data/index.md
master
docker
[ -0.026235230267047882, 0.008752180263400078, 0.05519627034664154, 0.008852300234138966, 0.10997691005468369, -0.10066185146570206, 0.017512910068035126, 0.012975645251572132, 0.06867299973964691, 0.04044695198535919, 0.019429773092269897, 0.0075804865919053555, 0.0044991374015808105, -0.01...
0.03307
with SQLite, no worries! It's simply a relational database in which all of the data is stored in a single file. While this isn't the best for large-scale applications, it works for small demos. We'll talk about switching this to a different database engine later. With the database being a single file, if we can persist...
https://github.com/docker/getting-started/blob/master/docs/tutorial/persisting-our-data/index.md
master
docker
[ 0.009353104047477245, -0.02546793967485428, -0.017797114327549934, 0.019419528543949127, -0.023449517786502838, -0.05388285964727402, 0.05409276857972145, 0.03193475306034088, -0.022956937551498413, 0.0661466047167778, -0.06681366264820099, -0.0006944843335077167, 0.031085893511772156, -0....
0.046779
commands are actually running inside a small VM on your machine. If you wanted to look at the actual contents of the Mountpoint directory, you would need to first get inside of the VM. ## Recap At this point, we have a functioning application that can survive restarts! We can show it off to our investors and hope they ...
https://github.com/docker/getting-started/blob/master/docs/tutorial/persisting-our-data/index.md
master
docker
[ 0.018390284851193428, -0.037289950996637344, 0.005404309835284948, -0.02069469541311264, 0.08695054799318314, -0.07037962973117828, -0.07669854909181595, 0.049566056579351425, 0.052413713186979294, 0.004240010399371386, 0.07367369532585144, 0.018415110185742378, 0.002202725037932396, -0.01...
0.010209
For the rest of this tutorial, we will be working with a simple todo list manager that is running in Node.js. If you're not familiar with Node.js, don't worry! No real JavaScript experience is needed! At this point, your development team is quite small and you're simply building an app to prove out your MVP (minimum vi...
https://github.com/docker/getting-started/blob/master/docs/tutorial/our-application/index.md
master
docker
[ -0.10552265495061874, 0.015610030852258205, 0.031072396785020828, 0.03931162506341934, 0.1215742826461792, 0.007734853774309158, 0.034911662340164185, 0.10753146559000015, -0.07290013134479523, 0.022627806290984154, -0.05230473726987839, -0.007269527763128281, 0.041026536375284195, 0.00361...
0.090015
image we just created: ```bash docker run -dp 3000:3000 getting-started ``` Remember the `-d` and `-p` flags? We're running the new container in "detached" mode (in the background) and creating a mapping between the host's port 3000 to the container's port 3000. Without the port mapping, we wouldn't be able to access t...
https://github.com/docker/getting-started/blob/master/docs/tutorial/our-application/index.md
master
docker
[ 0.008044864982366562, 0.024817591533064842, -0.0011245383648201823, -0.025675516575574875, 0.08296558260917664, -0.09130197763442993, -0.010331002995371819, 0.04358988255262375, -0.034620918333530426, 0.06054256483912468, -0.03468649089336395, -0.045815061777830124, 0.009919187054038048, 0...
0.007905
Up to this point, we have been working with single container apps. But, we now want to add MySQL to the application stack. The following question often arises - "Where will MySQL run? Install it in the same container or run it separately?" In general, \*\*each container should do one thing and do it well.\*\* A few rea...
https://github.com/docker/getting-started/blob/master/docs/tutorial/multi-container-apps/index.md
master
docker
[ 0.008534957654774189, -0.047891996800899506, 0.014698728919029236, -0.022023433819413185, -0.060260772705078125, -0.034106116741895676, -0.01127952802926302, 0.08603274077177048, -0.044480305165052414, 0.015023970976471901, -0.03543652221560478, -0.047387126833200455, 0.08012522011995316, ...
0.041205
sql terminal type `exit` in the terminal. ## Connecting to MySQL Now that we know MySQL is up and running, let's use it! But, the question is... how? If we run another container on the same network, how do we find the container (remember each container has its own IP address)? To figure it out, we're going to make use ...
https://github.com/docker/getting-started/blob/master/docs/tutorial/multi-container-apps/index.md
master
docker
[ 0.07928003370761871, -0.018748272210359573, -0.03200238570570946, 0.007929971441626549, -0.026243630796670914, -0.059722188860177994, 0.036641787737607956, -0.004847719334065914, 0.011891179718077183, 0.015036250464618206, -0.0675211176276207, -0.04953766614198685, 0.06109912693500519, -0....
0.065108
as connect the container to our app network. ```bash hl\_lines="3 4 5 6 7" docker run -dp 3000:3000 \ -w /app -v "$(pwd):/app" \ --network todo-app \ -e MYSQL\_HOST=mysql \ -e MYSQL\_USER=root \ -e MYSQL\_PASSWORD=secret \ -e MYSQL\_DB=todos \ node:18-alpine \ sh -c "yarn install && yarn run dev" ``` If you are using P...
https://github.com/docker/getting-started/blob/master/docs/tutorial/multi-container-apps/index.md
master
docker
[ -0.029106250032782555, 0.0207865908741951, -0.0468304269015789, -0.02591031976044178, 0.008888455107808113, -0.018766509369015694, -0.016762955114245415, 0.05247099697589874, -0.028070811182260513, 0.11895252019166946, -0.0709964856505394, -0.05115972459316254, 0.034379053860902786, 0.0424...
-0.002576
Kernel module signing facility ------------------------------ .. CONTENTS .. .. - Overview. .. - Configuring module signing. .. - Generating signing keys. .. - Public keys in the kernel. .. - Manually signing modules. .. - Signed modules and stripping. .. - Loading signed modules. .. - Non-valid signatures and unsigned...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/module-signing.rst
master
linux
[ -0.05829247832298279, 0.02702106349170208, -0.06018511950969696, -0.04984303563833237, 0.06532304733991623, -0.08017829060554504, 0.05996638163924217, 0.0931517630815506, 0.003629943821579218, -0.07864675670862198, 0.11008977144956589, 0.07321758568286896, 0.06322623789310455, 0.0229945052...
0.198488
be signed with a key of your choosing. The string provided should identify a file containing both a private key and its corresponding X.509 certificate in PEM form, or — on systems where the OpenSSL ENGINE\_pkcs11 is functional — a PKCS#11 URI as defined by RFC7512. In the latter case, the PKCS#11 URI should reference ...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/module-signing.rst
master
linux
[ -0.04532459378242493, 0.05234798789024353, -0.06749273091554642, -0.061407580971717834, 0.011619331315159798, -0.018008897081017494, -0.005997739732265472, 0.10266920924186707, -0.013062236830592155, -0.05589871108531952, 0.030304592102766037, -0.04235869646072388, 0.039812058210372925, 0....
-0.049868
architecture code may take public keys from a hardware store and add those in also (e.g. from the UEFI key database). Finally, it is possible to add additional public keys by doing:: keyctl padd asymmetric "" [.builtin\_trusted\_keys-ID] <[key-file] e.g.:: keyctl padd asymmetric "" 0x223c7853
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/module-signing.rst
master
linux
[ -0.013810771517455578, -0.03790304809808731, -0.11850840598344803, -0.029680289328098297, -0.045224569737911224, 0.034041229635477066, 0.024112729355692863, -0.018681500107049942, -0.024940822273492813, 0.041992686688899994, 0.11189591884613037, -0.009757098741829395, 0.029265111312270164, ...
-0.025789
Unicode support =============== Last update: 2005-01-17, version 1.4 Note: The original version of this document, which was maintained at lanana.org as part of the Linux Assigned Names And Numbers Authority (LANANA) project, is no longer existent. So, this version in the mainline Linux kernel is now the maintained main...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/unicode.rst
master
linux
[ -0.00413609528914094, -0.03889261558651924, -0.03585115075111389, -0.03767025098204613, -0.11462165415287018, -0.06271417438983917, -0.02355288900434971, 0.015336794778704643, -0.04162406548857689, -0.028895018622279167, 0.11448642611503601, 0.0014760581543669105, 0.006302127614617348, -0....
-0.009055
FLYING FLAG U+F811 KEYBOARD SYMBOL PULLDOWN MENU U+F812 KEYBOARD SYMBOL OPEN APPLE U+F813 KEYBOARD SYMBOL SOLID APPLE ====== ====================================== Klingon language support ------------------------ In 1996, Linux was the first operating system in the world to add support for the artificial language Klin...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/unicode.rst
master
linux
[ -0.08148344606161118, 0.030036890879273415, -0.05634373798966408, -0.07137207686901093, -0.09621899574995041, 0.015550732612609863, 0.03971431404352188, 0.02683398127555847, 0.04462408274412155, -0.03114507719874382, 0.06617486476898193, 0.0011193675454705954, -0.035096704959869385, 0.0075...
0.172484
Kernel Support for miscellaneous Binary Formats (binfmt\_misc) ============================================================= This Kernel feature allows you to invoke almost (for restrictions see below) every program by simply typing its name in the shell. This includes for example compiled Java(TM), Python or Emacs pro...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/binfmt-misc.rst
master
linux
[ 0.0150021743029356, -0.014723044820129871, -0.08575726300477982, -0.06539280712604523, 0.018169458955526352, -0.09213215112686157, 0.030396534129977226, 0.09030680358409882, 0.00999537669122219, -0.004303565714508295, -0.031580325216054916, -0.10502300411462784, -0.033432215452194214, 0.07...
0.121982
execute non-readable binaries. This feature should be used with care - the interpreter has to be trusted not to emit the contents of the non-readable binary. ``C`` - credentials Currently, the behavior of binfmt\_misc is to calculate the credentials and security token of the new process according to the interpreter. Wh...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/binfmt-misc.rst
master
linux
[ -0.009237639605998993, -0.012153662741184235, -0.08372076600790024, -0.02407863922417164, -0.0049383132718503475, -0.051535483449697495, -0.004129699431359768, 0.15973980724811554, -0.010776055045425892, 0.010469093918800354, 0.0016108809504657984, -0.10556326061487198, 0.01016838289797306, ...
0.107287
================================================= The Linux kernel user's and administrator's guide ================================================= The following is a collection of user-oriented documents that have been added to the kernel over time. There is, as yet, little overall order or organization here — this ...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/index.rst
master
linux
[ -0.015632374212145805, -0.028578758239746094, -0.01665828563272953, -0.030289774760603905, 0.04783190041780472, -0.05974378064274788, -0.056423284113407135, 0.12193223088979721, -0.10733291506767273, -0.01904928870499134, 0.05626099929213524, 0.10262665152549744, -0.03391881287097931, -0.0...
0.190403
====================================== Parallel port LCD/Keypad Panel support ====================================== Some LCDs allow you to define up to 8 characters, mapped to ASCII characters 0 to 7. The escape code to define a new character is '\e[LG' followed by one digit from 0 to 7, representing the character num...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/lcd-panel-cgram.rst
master
linux
[ -0.06469906121492386, -0.02454119175672531, -0.08458863943815231, -0.1024104431271553, -0.0945778414607048, 0.002099057426676154, 0.02427918091416359, 0.011311275884509087, -0.03673159331083298, -0.01265266165137291, 0.10366517305374146, -0.020478922873735428, 0.06013114005327225, 0.007717...
0.052651
.. SPDX-License-Identifier: GPL-2.0 ===================== Syscall User Dispatch ===================== Background ---------- Compatibility layers like Wine need a way to efficiently emulate system calls of only a part of their process - the part that has the incompatible code - while being able to execute native syscall...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/syscall-user-dispatch.rst
master
linux
[ -0.004717961419373751, -0.014840998686850071, -0.047974132001399994, -0.017970187589526176, -0.007755415979772806, -0.09352900087833405, 0.10322672128677368, 0.005426381714642048, -0.046241939067840576, -0.06001899763941765, -0.03821328654885292, -0.008322237059473991, -0.06280634552240372, ...
0.121464
program with a SIGSYS. Additionally, a tasks syscall user dispatch configuration can be peeked and poked via the PTRACE\_(GET|SET)\_SYSCALL\_USER\_DISPATCH\_CONFIG ptrace requests. This is useful for checkpoint/restart software. Security Notes -------------- Syscall User Dispatch provides functionality for compatibilit...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/syscall-user-dispatch.rst
master
linux
[ -0.05649512633681297, 0.011096320115029812, -0.05989229679107666, -0.03280535340309143, -0.0004610239411704242, -0.09558026492595673, 0.09991133213043213, 0.06087211146950722, 0.01489439606666565, -0.008647133596241474, 0.0170810054987669, 0.005354981403797865, -0.04298052936792374, -0.022...
0.245201
Rules on how to access information in sysfs =========================================== The kernel-exported sysfs exports internal kernel implementation details and depends on internal kernel structures and layout. It is agreed upon by the kernel developers that the Linux kernel does not provide a stable internal API. ...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/sysfs-rules.rst
master
linux
[ -0.032434020191431046, -0.08221640437841415, -0.04199855774641037, -0.06708799302577972, 0.08757740259170532, -0.11875946819782257, -0.01275642029941082, 0.06596005707979202, -0.02977910079061985, 0.013164559379220009, 0.04044546186923981, 0.00623931922018528, -0.03466657176613808, -0.0101...
0.104558
(``tg3``, ``ata\_piix``, ``uhci\_hcd``) - a simple string, which may contain spaces, never a path or a link - it is retrieved by reading the "driver"-link and using only the last element of the target path - devices which do not have "driver"-link just do not have a driver; copying the driver value in a child device co...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/sysfs-rules.rst
master
linux
[ -0.03483332321047783, -0.00728650251403451, -0.005491680931299925, -0.021445471793413162, 0.0391344390809536, -0.0572853609919548, 0.03580150380730629, 0.060421738773584366, -0.043154362589120865, -0.05327185243368149, 0.1839703917503357, -0.06964324414730072, 0.08017288148403168, -0.07392...
0.104511
Never depend on the class-specific links back to the ``/sys/class`` directory. These links are also a workaround for the design mistake that class devices are not created in ``/sys/devices.`` If a device directory does not contain directories for child devices, these links may be used to find the child devices in ``/sy...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/sysfs-rules.rst
master
linux
[ -0.06683483719825745, -0.0036859712563455105, 0.020831210538744926, -0.03524176776409149, 0.06807310879230499, -0.11622769385576248, 0.0057435897178947926, 0.013370754197239876, -0.05531574785709381, 0.0005708897369913757, 0.1279178261756897, 0.04856628552079201, 0.0338684543967247, 0.0141...
0.025093
.. SPDX-License-Identifier: GPL-2.0 ======================== ext4 General Information ======================== Ext4 is an advanced level of the ext3 filesystem which incorporates scalability and reliability enhancements for supporting large filesystems (64 bit) in keeping with increasing disk capacities and state-of-th...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/ext4.rst
master
linux
[ -0.022585511207580566, 0.0027552207466214895, -0.05183315649628639, 0.007139619439840317, 0.0854659229516983, -0.11100200563669205, -0.026092039421200752, 0.11190219968557358, -0.05616550147533417, -0.03700655326247215, 0.01163974404335022, 0.010730321519076824, -0.05734753981232643, -0.02...
0.11935
an empty directory. The case-insensitive string match operation is only defined when we know how text in encoded in a byte sequence. For that reason, in order to enable case-insensitive directories, the filesystem must have the casefold feature, which stores the filesystem-wide encoding model used. By default, the char...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/ext4.rst
master
linux
[ -0.018410375341773033, 0.008262393064796925, 0.0062643252313137054, -0.04798723757266998, -0.004965499043464661, -0.06404897570610046, 0.027105940505862236, 0.09428045153617859, 0.08208253979682922, -0.029682137072086334, 0.10097815841436386, 0.0528310164809227, 0.06502978503704071, 0.0123...
0.108806
main file system after its metadata has been committed to the journal. commit=nrsec (\*) This setting limits the maximum age of the running transaction to 'nrsec' seconds. The default value is 5 seconds. This means that if you lose your power, you will lose as much as the latest 5 seconds of metadata changes (your file...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/ext4.rst
master
linux
[ -0.03267427906394005, 0.08584783971309662, -0.10567870736122131, 0.044977396726608276, 0.013575375080108643, -0.0030265480745583773, -0.047462526708841324, 0.09255151450634003, 0.0052526951767504215, 0.0243119765073061, -0.0021169998217374086, 0.07840806990861893, 0.01057193148881197, -0.0...
0.150118
writes out the block(s) in question. This allows ext4 to better allocation decisions more efficiently. nodelalloc Disable delayed allocation. Blocks are allocated when the data is copied from userspace to the page cache, either via the write(2) system call or when an mmap'ed page which was previously unallocated is wri...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/ext4.rst
master
linux
[ -0.04574596881866455, 0.05644449591636658, -0.03373168781399727, 0.08649489283561707, 0.01887844316661358, -0.08442545682191849, -0.047483764588832855, 0.04433758184313774, 0.09862586110830307, 0.05950694903731346, 0.03482145443558693, 0.05078868195414543, -0.0225148294121027, -0.086758762...
0.169028
with older kernels which only store and expect 16-bit values. block\_validity(\*), noblock\_validity These options enable or disable the in-kernel facility for tracking filesystem metadata blocks within internal data structures. This allows multi- block allocator and other routines to notice bugs or corrupted allocatio...
https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/ext4.rst
master
linux
[ -0.016840731725096703, 0.05218607932329178, -0.02969380095601082, -0.0018138430314138532, 0.09031031280755997, -0.11906664073467255, 0.0078114536590874195, 0.06724806129932404, 0.02166067063808441, -0.004195097368210554, 0.09189798682928085, 0.012330573052167892, -0.06900545954704285, -0.0...
0.158347