content
large_stringlengths
3
20.5k
url
large_stringlengths
54
193
branch
large_stringclasses
4 values
source
large_stringclasses
42 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
also causes Loki to sit idle for 30s on shutdown which is an annoying experience for many people. We decided the default would be better to disable this sleep behavior but anyone can set this config variable directly to return to the previous behavior. #### Ingester WAL now defaults to on, and chunk transfers are disab...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.0684085488319397, -0.0126198036596179, -0.04499974846839905, 0.038531720638275146, 0.04798443242907524, -0.012283876538276672, -0.02446580119431019, 0.0012528313091024756, -0.022584756836295128, 0.039145391434431076, -0.015273128636181355, 0.08516587316989899, -0.07141047716140747, 0.07...
0.130251
from this version, the `ruler` now writes these samples to a per-tenant Write-Ahead Log for durability. More details about the per-tenant WAL can be found [here](/docs/loki//operations/recording-rules/). The `ruler` now requires persistent storage - see the [Operations](/docs/loki//operations/recording-rules/#deploymen...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.041271232068538666, -0.04140011966228485, -0.025815358385443687, 0.012329939752817154, -0.01842854730784893, -0.05933093652129173, 0.00445070443674922, -0.02729753591120243, -0.01984364725649357, 0.06571567058563232, 0.05545784533023834, -0.009739706292748451, 0.015462708659470081, -0.0...
0.0259
after the `max\_query\_parallelism` limit was applied. In 2.2 we changed this behavior to apply the `max\_query\_parallelism` after splitting \_and\_ sharding a query resulting a more fair and expected queue scheduling per query. \*\*What this means\*\* Loki will be putting much less work into the work queue per query ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ 0.012671682052314281, -0.03365417197346687, 0.0006248482968658209, 0.05135108530521393, -0.048115842044353485, -0.07962841540575027, -0.022741494700312614, -0.06795324385166168, -0.0014130388153716922, 0.005278926342725754, 0.007591252215206623, -0.037005774676799774, 0.006588836200535297, ...
0.013042
/admonition >}} In 2.0 the defaults are now v11 schema and the `boltdb-shipper` index type. If you are using an index type of `aws`, `bigtable`, or `cassandra` this means you have already defined a custom schema and there is \_nothing\_ further you need to do regarding the schema. You can consider however adding a new ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ 0.030721347779035568, -0.0021000602282583714, 0.0033210734836757183, 0.05262814089655876, -0.02179601788520813, -0.014360575005412102, -0.10220857709646225, 0.014892861247062683, 0.0016443876083940268, 0.03440398722887039, 0.006270039360970259, -0.08082697540521622, 0.01930665597319603, -0...
0.035569
upgrade considerations Significant changes have taken place between 1.6.0 and 2.0.0 for boltdb-shipper index type, if you are already running this index and are upgrading some extra caution is warranted. Take a complete backup of the `index` directory in your object store, this location might be slightly different depe...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.05295737460255623, -0.0444064661860466, 0.0322527252137661, 0.08070669323205948, 0.02450108900666237, -0.07194837927818298, -0.10428877174854279, 0.010184247978031635, -0.06283274292945862, 0.013868569396436214, -0.04131702333688736, 0.07350068539381027, -0.056601718068122864, -0.059532...
0.02898
this by adding a new schema entry. Here is an example: ```yaml schema\_config: configs: - from: 2018-04-15 ① store: boltdb ①④ object\_store: filesystem ①④ schema: v11 ② index: prefix: index\_ ① period: 168h ① - from: 2020-10-24 ③ store: boltdb-shipper object\_store: filesystem ④ schema: v11 index: prefix: index\_ perio...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.014669423922896385, -0.01777820847928524, -0.0005018785013817251, 0.020850621163845062, -0.01642991602420807, -0.007333803456276655, -0.12975499033927917, -0.00019376788986846805, 0.03572350740432739, 0.03834587708115578, -0.004990164190530777, -0.036829423159360886, -0.022946756333112717...
0.010021
in both the Helm and Ksonnet Promtail scrape configs: `instance` -> `pod` `container\_name` -> `container` ### Experimental boltdb-shipper changes PR [2166](https://github.com/grafana/loki/pull/2166) now forces the index to have a period of exactly `24h`: Loki will fail to start with an error if the active schema or up...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.01370229758322239, 0.015766743570566177, 0.05512923747301102, 0.06591802090406418, 0.004263231996446848, -0.014480016194283962, -0.11303871870040894, 0.008074157871305943, 0.047687020152807236, 0.012861311435699463, -0.03213462978601456, -0.035933274775743484, -0.020051350817084312, -0....
0.055235
Loki 1.5.0. Following fields were removed from YAML configuration completely: `claim\_on\_rollout` (always true), `normalise\_tokens` (always true). #### Test Your Config To see if your config needs to change, one way to quickly test is to download a 1.5.0 (or newer) binary from the [release page](https://github.com/gr...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.01388501189649105, 0.006645320914685726, 0.01848829723894596, 0.00769664766266942, 0.10544716566801071, -0.03691546618938446, -0.06771863251924515, -0.02572912722826004, 0.038104768842458725, 0.06942588090896606, 0.04685403034090996, -0.015041595324873924, 0.02438940852880478, 0.0212456...
0.010654
be necessary if you can easily access these files to run the `chown` command directly. That is if you have access to `/var/lib/docker/volumes` or if you mounted to a different local filesystem directory, you can change the ownership directly without using a container. ### Loki Duration Configs If you get an error like:...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.018061820417642593, 0.010073569603264332, 0.0322912372648716, -0.020735319703817368, 0.0428735688328743, -0.010443845763802528, -0.015455961227416992, 0.017738142982125282, 0.0226817037910223, -0.00043924982310272753, 0.053567465394735336, -0.1002679243683815, -0.02883940003812313, 0.05...
0.031888
ingester will remove all the entries in the ring for all the other ingesters as it cannot "see" them. This will result in distributors failing to write and a general ingestion failure for the system. If this happens to you, you will want to rollback your deployment immediately. You need to remove the v1.4.0 ingester fr...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/_index.md
main
loki
[ -0.002717323135584593, 0.003562236437574029, -0.011078055016696453, -0.024149097502231598, -0.030648045241832733, -0.040959641337394714, 0.07424964010715485, -0.035242654383182526, -0.0004895139718428254, -0.04867939651012421, 0.03829555958509445, 0.014610166661441326, -0.0014732192503288388...
0.118945
## Upgrading to v6.x v6.x of this chart introduces distributed mode but also introduces breaking changes from v5x. {{< admonition type="caution" >}} If you have not yet [migrated to TSDB](https://grafana.com/docs/loki//setup/migrate/migrate-to-tsdb/), perform that migration before you upgrade your Loki Helm chart to v6...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/upgrade-to-6x/index.md
main
loki
[ -0.01563636213541031, -0.05952725559473038, 0.0017977446550503373, -0.022708844393491745, 0.016693223267793655, -0.01877785474061966, -0.13716168701648712, 0.008671906776726246, -0.04744347184896469, 0.0572836697101593, 0.04518325999379158, -0.005350208841264248, -0.01853494718670845, 0.01...
0.092434
in resource constrained environments. You can disable it with the following configuration: ```yaml chunksCache: enabled: false resultsCache: enabled: false ``` With these caches disabled, Loki will return to defaults which enables an in-memory results and chunks cache, so you will still get some caching. #### BREAKING:...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/upgrade-to-6x/index.md
main
loki
[ 0.01953159086406231, 0.04804366081953049, 0.04223925620317459, -0.04243559017777443, 0.017580509185791016, -0.04524539038538933, -0.04405713081359863, -0.03584112226963043, 0.06737688928842545, 0.09046738594770432, -0.033310580998659134, 0.017193667590618134, -0.021230803802609444, -0.0511...
0.11778
## Upgrading from v2.x v3.x represents a major milestone for this chart, showing a commitment by the Loki team to provide a better supported, scalable helm chart. In addition to moving the source code for this helm chart into the Loki repo itself, it also combines what were previously two separate charts, [`grafana/lok...
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/upgrade-from-2x/index.md
main
loki
[ -0.010552593506872654, -0.05641713738441467, 0.005954605992883444, -0.06168724223971367, 0.062347449362277985, -0.05016684532165527, -0.11250264197587967, 0.01007315143942833, -0.022023692727088928, 0.04802589863538742, 0.029324980452656746, -0.025677621364593506, -0.02737310715019703, 0.0...
0.067354
grafana/loki \ --values values.yaml \ --namespace loki ```
https://github.com/grafana/loki/blob/main//docs/sources/setup/upgrade/upgrade-from-2x/index.md
main
loki
[ -0.06537307798862457, -0.007779080420732498, -0.07717879861593246, -0.019620481878519058, -0.0935712531208992, -0.022489240393042564, -0.004266384989023209, -0.023377543315291405, 0.07265171408653259, 0.01854042150080204, 0.05261969193816185, -0.09994179010391235, -0.02940279431641102, 0.0...
0.058598
# Tanka [Tanka](https://tanka.dev) is a reimplementation of [Ksonnet](https://ksonnet.io) that Grafana Labs created after Ksonnet was deprecated. Tanka is used by Grafana Labs to run Grafana Loki in production. The Tanka installation runs the Loki cluster in microservices mode. {{< admonition type="note" >}} Grafana Lo...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/tanka.md
main
loki
[ -0.13423600792884827, 0.019870148971676826, -0.08102872222661972, -0.0597408264875412, -0.0779266357421875, -0.0460718534886837, -0.049908071756362915, 0.016224270686507225, 0.008274167776107788, 0.02190716750919819, 0.0021319265943020582, -0.05742419883608818, 0.0031939055770635605, 0.041...
0.136938
manifests that will be deployed to the cluster. Run `tk apply environments/loki` to deploy the manifests. To delete the environment from cluster, run `tk delete environments/loki`.
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/tanka.md
main
loki
[ 0.057186197489500046, 0.014596798457205296, 0.047506749629974365, -0.08154628425836563, 0.08195484429597855, -0.07194560021162033, -0.05524144321680069, -0.057739391922950745, 0.031140489503741264, 0.0099131865426898, 0.017797082662582397, -0.09273248165845871, -0.004282294772565365, 0.080...
0.171282
# Install on Istio When installing Loki on Istio service mesh you must complete some additional steps. Without these steps, the ingester, querier, etc. might start, but you will see logs like the following: ``` loki level=debug ts=2021-11-24T11:33:37.352544925Z caller=broadcast.go:48 msg="Invalidating forwarded broadca...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/istio.md
main
loki
[ 0.022058159112930298, -0.029158802703022957, -0.001981786685064435, -0.011148291639983654, 0.008268137462437153, -0.0656740590929985, -0.02253369800746441, 0.017787806689739227, 0.036577872931957245, 0.06006269156932831, 0.011483619920909405, -0.11455947905778885, -0.06662137061357498, 0.0...
0.382941
# Build from source Clone the Grafana Loki repository and use the provided `Makefile` to build Loki from source. {{< admonition type="note" >}} Grafana Loki does not come with any included authentication layer. You must run an authenticating reverse proxy in front of your services to prevent unauthorized access to Loki...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/install-from-source.md
main
loki
[ -0.07776510715484619, -0.0052848439663648605, -0.07883396744728088, -0.07320959120988846, -0.06405161321163177, -0.06199081242084503, -0.02185654640197754, 0.009056967683136463, -0.03378540650010109, 0.031984761357307434, 0.03495878726243973, -0.0838010385632515, -0.033232033252716064, 0.0...
0.028369
# Install Loki with Docker or Docker Compose You can install Loki and Alloy with Docker or Docker Compose if you are evaluating, testing, or developing Loki. For production, Grafana recommends installing with Helm or Tanka. The configuration files associated with these installation instructions run Loki as a single bin...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/docker.md
main
loki
[ -0.08357962965965271, -0.012796257622539997, -0.03058856539428234, -0.04074419289827347, -0.06406176835298538, -0.05057116597890854, -0.09779424220323563, 0.02813015691936016, -0.05111018568277359, 0.021389206871390343, -0.02257661148905754, -0.12207966297864914, -0.016769500449299812, 0.0...
0.083593
match your version of Loki. ```bash wget https://raw.githubusercontent.com/grafana/loki/v3.6.0/examples/getting-started/docker-compose.yaml -O docker-compose.yaml wget https://raw.githubusercontent.com/grafana/loki/v3.6.0/examples/getting-started/alloy-local-config.yaml -O alloy-local-config.yaml wget https://raw.githu...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/docker.md
main
loki
[ -0.04769856482744217, -0.06504524499177933, -0.05533763766288757, 0.0013432404957711697, -0.006476485636085272, -0.03280411660671234, -0.05436953902244568, -0.017320511862635612, -0.02219417877495289, 0.018042903393507004, -0.018564527854323387, -0.08859235048294067, -0.011491569690406322, ...
0.052305
# Install Grafana Loki locally To log events with Grafana Loki, download and install Loki. - Loki is the logging engine. - [Grafana Alloy](https://grafana.com/docs/alloy/latest/) is recommended for sending logs to Loki. The configuration runs Loki as a single binary. {{< admonition type="note" >}} Grafana Loki does not...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/local.md
main
loki
[ -0.11023139953613281, -0.023690950125455856, -0.06069416552782059, -0.03891352191567421, -0.01762479357421398, -0.07111380994319916, -0.003652658313512802, -0.015805887058377266, -0.019508978351950645, 0.05127263814210892, -0.010642253793776035, -0.07034564763307571, -0.01884383149445057, ...
0.114228
# Install Loki There are several methods of installing Loki: - [Install using Helm (recommended)](https://grafana.com/docs/loki//setup/install/helm/) - [Install using Tanka](https://grafana.com/docs/loki//setup/install/tanka/) - [Install using Docker or Docker Compose](https://grafana.com/docs/loki//setup/install/docke...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/_index.md
main
loki
[ -0.10366497933864594, -0.00525737926363945, -0.049456045031547546, -0.03135140985250473, -0.02793963812291622, -0.058859243988990784, -0.07514522969722748, 0.05493340641260147, -0.06384243071079254, 0.03064783103764057, 0.005529840011149645, -0.10185883939266205, -0.004754071123898029, 0.0...
0.143846
# Helm chart components This section describes the components installed by the Helm Chart. ## 3 methods of deployment The Loki chart supports three methods of deployment: - [Monolithic](../install-monolithic/) - [Simple Scalable](../install-scalable/) - [Microservice](../install-microservices/) By default, the chart in...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/concepts.md
main
loki
[ 0.049293890595436096, -0.03421011567115784, 0.04708852618932724, -0.08016704022884369, 0.03971622884273529, -0.03011968545615673, -0.11806445568799973, 0.07526491582393646, -0.02936050295829773, 0.04119008406996727, 0.10108573734760284, 0.025746220722794533, 0.023947028443217278, 0.0447544...
0.108208
single instance in the case of filesystem storage). The gateway must be enabled if an Ingress is required, since the Ingress exposes the gateway only. If the gateway is enabled, Grafana and log shipping agents, such as Grafana Alloy, should be configured to use the gateway. If NetworkPolicies are enabled, they are more...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/concepts.md
main
loki
[ 0.0015866365283727646, -0.04428047686815262, -0.046576712280511856, 0.00045932058128528297, -0.06688801199197769, -0.07244805991649628, -0.004378837533295155, 0.012259635142982006, 0.017788363620638847, 0.07805443555116653, 0.007056103553622961, 0.03325812518596649, 0.007211865391582251, -...
0.114168
# Install Grafana Loki with Helm The [Helm](https://helm.sh/) chart lets you configure, install, and upgrade Grafana Loki within a Kubernetes cluster. This guide references the Loki Helm chart version 6.0 or greater and contains the following sections: {{< section menuTitle="true" >}} If you are installing Grafana Ente...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/_index.md
main
loki
[ -0.022846326231956482, 0.0008808660204522312, 0.013873649761080742, -0.0437484011054039, -0.038587529212236404, -0.016770077869296074, -0.09933212399482727, 0.006123561877757311, 0.018034854903817177, 0.06525100022554398, 0.0203457809984684, -0.0688035637140274, -0.02727268449962139, 0.032...
0.122882
# Deploy the Loki Helm chart on GCP This guide shows how to deploy a minimally viable Loki in \*\*microservices\*\* mode on Google Cloud Platform (GCP) using the Helm chart. To run through this guide, we expect you to have the necessary tools and permissions to deploy resources on GCP, such as: - Full access to Google ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/gcp.md
main
loki
[ -0.011706620454788208, -0.007415254600346088, 0.06965414434671402, -0.07558099925518036, -0.014023717492818832, -0.005557357799261808, 0.058124199509620667, 0.0036500594578683376, -0.006563128437846899, 0.055204324424266815, 0.017039921134710312, -0.06532615423202515, 0.06908443570137024, ...
0.009332
auth plugin: ```bash gcloud components install gke-gcloud-auth-plugin ``` This plugin is necessary to use kubectl to authenticate with GKE. [Click here for more details on this plugin](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke). {{< admonition type="warning" >}} Regional c...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/gcp.md
main
loki
[ 0.06432503461837769, -0.0001790446403902024, -0.023079443722963333, -0.08002838492393494, -0.0085086515173316, -0.04825455695390701, -0.01639445871114731, -0.047270335257053375, 0.027624495327472687, 0.014698673970997334, -0.019689369946718216, -0.15000057220458984, 0.08167637884616852, -0...
0.050288
install your Loki workloads: ```bash kubectl create namespace ``` Replace `` with the namespace where your Loki workloads will be located. Example: ```bash kubectl create namespace loki ``` You should get the output: ```bash namespace/loki created ``` ### Create Kubernetes Service Account (KSA) A KSA is a cluster ident...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/gcp.md
main
loki
[ 0.02556006796658039, -0.05355910584330559, 0.018703045323491096, -0.039347127079963684, -0.06586499512195587, 0.02650485932826996, 0.014833073131740093, 0.014004277065396309, 0.09189481288194656, 0.06148306280374527, -0.04562497138977051, -0.11387450248003006, -0.010995793156325817, -0.010...
0.150992
in the `loki` namespace. We will reference this secret in the Loki Helm chart configuration. 3. Create a `canary-basic-auth` secret for the canary: ```bash kubectl create secret generic canary-basic-auth \ --from-literal=username= \ --from-literal=password= \ -n loki ``` We create a literal secret with the username and...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/gcp.md
main
loki
[ -0.01921681873500347, 0.009716861881315708, -0.06807443499565125, -0.06384862959384918, -0.08819629997015, -0.021266058087348938, -0.03140968084335327, 0.0346120223402977, 0.05676008388400078, 0.06006556749343872, -0.0068981098011136055, -0.08690358698368073, 0.04041345417499542, 0.0054456...
0.077923
- \*\*Storage:\*\* - Defines where the Helm chart stores data. - Set the type to `GCS` since we are using Google Cloud Storage. - Configure the bucket names for the chunks and ruler to match the buckets created earlier. - The `GCS` section specifies the region of the bucket. - \*\*Service Account:\*\* - The `serviceAcc...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/gcp.md
main
loki
[ -0.06345482915639877, -0.0413985550403595, -0.0018518536817282438, -0.05255332961678505, 0.01134136226028204, -0.05642727017402649, -0.01818457432091236, -0.05100914463400841, 0.01533189881592989, 0.09910334646701813, 0.02539937198162079, -0.009683487005531788, 0.045025862753391266, -0.051...
0.059702
allow you to both write and query logs to Loki. To get started with k6, follow the steps below: 1. Install k6 with the Loki extension on your local machine. Refer to [Installing k6 and the xk6-loki extension](https://grafana.com/docs/loki//send-data/k6/). 2. Create a `gcp-test.js` file with the following content: ```ja...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/gcp.md
main
loki
[ -0.09279129654169083, -0.027774181216955185, -0.04822278767824173, -0.0010306262411177158, -0.09294312447309494, -0.09980236738920212, -0.07357959449291229, -0.005898297298699617, 0.005200202111154795, 0.061685334891080856, -0.03000742383301258, -0.040954168885946274, -0.02545180357992649, ...
0.094385
# Deploy the Loki Helm chart on AWS This guide shows how to deploy a minimally viable Loki in \*\*microservice\*\* mode on AWS using the Helm chart. To run through this guide, we expect you to have the necessary tools and permissions to deploy resources on AWS, such as: - Full access to EKS (Amazon Elastic Kubernetes S...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/aws.md
main
loki
[ -0.0018913772655650973, -0.03725101053714752, -0.04267305135726929, -0.08995837718248367, 0.0790974572300911, 0.009793019853532314, 0.009218543767929077, -0.037557169795036316, 0.04177314043045044, 0.07025228440761566, 0.029716504737734795, -0.032741252332925797, 0.08581206202507019, -0.00...
0.045186
used in this guide: ```yaml # A simple example of ClusterConfig object: --- apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: region: version: "1.31" iam: withOIDC: true addons: - name: aws-ebs-csi-driver managedNodeGroups: - name: loki-workers instanceType: m7i.2xlarge desiredCapacity: 3 minSize: 2 ma...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/aws.md
main
loki
[ -0.03815752640366554, 0.000008896548024495132, 0.0053540789522230625, 0.021435262635350227, 0.06395712494850159, 0.031439460813999176, -0.02346031554043293, -0.02390986867249012, 0.042518723756074905, 0.06251198798418045, 0.0027099724393337965, -0.10160037130117416, 0.023691736161708832, -...
0.249514
trust policy document named `trust-policy.json` with the following content: ```json { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Federated": "arn:aws:iam::< ACCOUNT ID >:oidc-provider/oidc.eks..amazonaws.com/id/< OIDC ID >" }, "Action": "sts:AssumeRoleWithWebIdentity", "Condition": { "...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/aws.md
main
loki
[ -0.07508402317762375, 0.05490071699023247, -0.03183824568986893, 0.02050107717514038, 0.013907364569604397, -0.045144226402044296, 0.008597031235694885, -0.06550760567188263, 0.07579450309276581, 0.03476019948720932, 0.0319799967110157, -0.054598066955804825, 0.07403764128684998, 0.0113114...
0.031452
Your actual S3 bucket name (loki-aws-dev-chunks) ruler: "" # Your actual S3 bucket name (loki-aws-dev-ruler) # admin: "" # Your actual S3 bucket name (loki-aws-dev-admin) - GEL customers only s3: region: # eu-west-2 #insecure: false # s3forcepathstyle: false serviceAccount: create: true annotations: "eks.amazonaws.com/...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/aws.md
main
loki
[ -0.011209109798073769, -0.07931215316057205, -0.03271687030792236, -0.02313787303864956, 0.007990769110620022, -0.04716877266764641, -0.021817566826939583, -0.05967870354652405, 0.06837160885334015, 0.07530084997415543, 0.03116024285554886, -0.08295596390962601, 0.07085247337818146, -0.005...
0.043517
the `loki` namespace. This is configurable but make sure to update your service account.\*\* 1. Verify the deployment: ```bash kubectl get pods -n loki ``` You should see the Loki pods running. ```console NAME READY STATUS RESTARTS AGE loki-canary-crqpg 1/1 Running 0 10m loki-canary-hm26p 1/1 Running 0 10m loki-canary-...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/aws.md
main
loki
[ 0.05486593768000603, -0.10333383083343506, 0.006678017321974039, -0.03343167528510094, -0.013982242904603481, 0.006386637222021818, -0.04452645033597946, 0.008501210249960423, 0.012341397814452648, 0.04846108704805374, 0.01221578661352396, -0.05531394109129906, -0.062458641827106476, -0.00...
0.174873
with limit 1 res = client.instantQuery(`count\_over\_time({format="${format}"}[1m])`, 1) // Check for successful read check(res, { 'successful instant query': (res) => res.status == 200 }); // Execute range query over last 5m and limit 1000 res = client.rangeQuery(`{format="${format}"}`, "5m", 1000) // Check for succes...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/aws.md
main
loki
[ -0.006764810532331467, 0.022543955594301224, -0.05252731963992119, 0.06528643518686295, -0.03974008187651634, -0.0667710155248642, 0.08663054555654526, 0.013313100673258305, 0.12429319322109222, 0.0281821358948946, -0.00602931622415781, 0.028406653553247452, 0.07572627812623978, -0.0707568...
0.083437
# Deploy the Loki Helm chart on Azure This guide shows how to deploy a minimally viable Loki in \*\*microservice\*\* mode on Azure using the Helm chart. In order to successfully complete this guide, you must have the necessary tools and permissions to deploy resources on Azure, such as: - Full access to AKS (Azure Kube...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/azure.md
main
loki
[ 0.00897629652172327, -0.009713269770145416, -0.004429719876497984, -0.05255858972668648, -0.01866300404071808, 0.026930352672934532, 0.03354682773351669, 0.00031818426214158535, 0.030932992696762085, 0.11892662942409515, 0.03239709138870239, -0.04691532626748085, 0.07305846363306046, 0.054...
0.066327
to 10 vCPUs within a region. We recommend for large production workloads to scale these nodes up to `Standard\_D4\_v5`. {{< /admonition >}} The minimum requirements for deploying Loki on AKS are: - Kubernetes version `1.30` or above. - `3` nodes for the AKS cluster. - Instance type depends on your workload. A good star...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/azure.md
main
loki
[ 0.03818555176258087, -0.020798051729798317, 0.0040519991889595985, -0.022413257509469986, -0.034092891961336136, 0.006600295193493366, -0.05514844134449959, 0.017732666805386543, 0.01781494915485382, 0.08568444848060608, -0.04345770552754402, -0.06698504090309143, 0.0010205693542957306, 0....
0.11027
before continuing. 1. Next generate an Azure directory `app`. We will use this to assign our federated credentials to: ```bash az ad app create \ --display-name loki \ --query appId \ -o tsv ``` This will return the app ID. Save this for later use. If you need to find the app ID later you can run the following command:...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/azure.md
main
loki
[ -0.02955976128578186, -0.02441856637597084, -0.10932862013578415, -0.018812740221619606, -0.08112815767526627, 0.03912052512168884, 0.07038141041994095, 0.039968233555555344, 0.04721309244632721, 0.11037386208772659, -0.026687372475862503, -0.0775250717997551, 0.13983109593391418, 0.087640...
0.028994
[microservices](https://grafana.com/docs/loki//get-started/deployment-modes/#microservices-mode) mode. ```yaml loki: podLabels: "azure.workload.identity/use": "true" # Add this label to the Loki pods to enable workload identity schemaConfig: configs: - from: "2024-04-01" store: tsdb object\_store: azure schema: v13 ind...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/azure.md
main
loki
[ -0.043691396713256836, -0.03394535928964615, -0.06600872427225113, 0.010398243553936481, -0.053799793124198914, -0.021212613210082054, 0.0025337901897728443, -0.03964132443070412, 0.030081814154982567, 0.13582105934619904, 0.012937250547111034, -0.060061730444431305, 0.03431713581085205, 0...
0.124809
three ingester StatefulSets (zone-a, zone-b, zone-c) for faster rollouts. - In this guide, zone-aware replication is explicitly disabled (`ingester.zoneAwareReplication.enabled: false`) for simplicity. For production deployments, consider enabling it to improve rollout resilience. - \*\*Gateway:\*\* - Defines how the L...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/azure.md
main
loki
[ 0.0026571524795144796, -0.04378007352352142, -0.03557022288441658, -0.08194618672132492, -0.03211911395192146, -0.06483087688684464, -0.07065819948911667, 0.015541848726570606, -0.0027351602911949158, 0.05811704322695732, 0.008517593145370483, -0.042789559811353683, 0.044816676527261734, -...
0.137807
for byte values \* @constant {number} \*/ const KB = 1024; /\*\* \* Helper constant for byte values \* @constant {number} \*/ const MB = KB \* KB; /\*\* \* Instantiate config and Loki client \*/ const conf = new loki.Config(BASE\_URL); const client = new loki.Client(conf); /\*\* \* Define test scenario \*/ export const...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/deployment-guides/azure.md
main
loki
[ 0.006447361782193184, 0.0120248319581151, -0.027255060151219368, 0.013393058441579342, -0.003847646526992321, -0.0604231134057045, -0.010310793295502663, 0.07247010618448257, 0.03996109217405319, 0.02495749108493328, -0.03914196044206619, -0.07265084236860275, -0.06525515019893646, 0.07994...
0.061149
# Install the simple scalable Helm chart This Helm Chart deploys Grafana Loki in [simple scalable mode](https://grafana.com/docs/loki//get-started/deployment-modes/#simple-scalable) within a Kubernetes cluster. {{< admonition type="note" >}} As of March 16, 2026, the Loki Helm Chart is being maintained by Grafana Champ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-scalable/_index.md
main
loki
[ -0.0053414576686918736, -0.0168278981000185, 0.03356754034757614, -0.03889797627925873, -0.007099050562828779, -0.008762888610363007, -0.12130970507860184, -0.012031245976686478, 0.013666016981005669, 0.06372429430484772, 0.0326380655169487, -0.05285040661692619, -0.059609223157167435, 0.0...
0.063308
we recommend using the default bucket names. {{< /admonition >}} {{< collapse title="S3" >}} ```yaml loki: schemaConfig: configs: - from: "2024-04-01" store: tsdb object\_store: s3 schema: v13 index: prefix: loki\_index\_ period: 24h storage\_config: aws: region: bucketnames: s3forcepathstyle: false pattern\_ingester: ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-scalable/_index.md
main
loki
[ -0.0208834707736969, -0.02996034361422062, -0.052656423300504684, -0.004174449946731329, 0.0019760874565690756, 0.006032198201864958, -0.02713925577700138, 0.017002908512949944, 0.05990058183670044, 0.05943117290735245, -0.021650539711117744, -0.052466996014118195, 0.05159939453005791, -0....
0.017309
# Configure storage The [scalable](../install-scalable/) installation requires a managed object store such as AWS S3 or Google Cloud Storage or a self-hosted store such as Minio. The [single binary](../install-monolithic/) installation can use the filesystem for storage, but we recommend configuring object storage via ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/configure-storage/_index.md
main
loki
[ 0.035539377480745316, -0.029546812176704407, -0.06153839826583862, 0.0255613811314106, -0.0013294978998601437, 0.02188022807240486, -0.04978150129318237, 0.02695925533771515, 0.031103966757655144, 0.12452846765518188, 0.06306142359972, -0.0007154646445997059, 0.05281674861907959, 0.0416908...
0.026432
# Install the microservice Helm chart This Helm Chart deploys Grafana Loki on Kubernetes. {{< admonition type="note" >}} As of March 16, 2026, the Loki Helm Chart is being maintained by Grafana Champions and the Grafana Community in the [Grafana-community/helm-charts repository](https://github.com/grafana-community/hel...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-microservices/_index.md
main
loki
[ -0.028759637847542763, -0.031055251136422157, 0.031530555337667465, -0.05439833179116249, -0.035037845373153687, -0.018542179837822914, -0.09448915719985962, -0.0017183941090479493, 0.054201558232307434, 0.06648055464029312, 0.04000530764460564, -0.05232792720198631, -0.0622108057141304, 0...
0.082546
compactor: replicas: 1 indexGateway: replicas: 2 maxUnavailable: 1 bloomPlanner: replicas: 0 bloomBuilder: replicas: 0 bloomGateway: replicas: 0 backend: replicas: 0 read: replicas: 0 write: replicas: 0 singleBinary: replicas: 0 # This exposes the Loki gateway so it can be written to and queried externaly gateway: serv...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-microservices/_index.md
main
loki
[ 0.032104458659887314, -0.006810374557971954, -0.028170879930257797, 0.0021145010832697153, 0.0009341559489257634, -0.021494759246706963, -0.07171276211738586, 0.03130771592259407, 0.027332235127687454, 0.04591982439160347, 0.010562372393906116, -0.05068979784846306, -0.03082903102040291, -...
0.138013
1 bloomPlanner: replicas: 0 bloomBuilder: replicas: 0 bloomGateway: replicas: 0 backend: replicas: 0 read: replicas: 0 write: replicas: 0 singleBinary: replicas: 0 ``` {{< /collapse >}} {{< collapse title="Azure" >}} ```yaml # Example configuration for Loki with Azure Blob Storage loki: schemaConfig: configs: - from: "...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-microservices/_index.md
main
loki
[ 0.008141829632222652, -0.0398164801299572, -0.04370575770735741, 0.04710020497441292, -0.060526907444000244, 0.04422349855303764, 0.03980792686343193, -0.052278079092502594, 0.06076082959771156, 0.10649194568395615, 0.004524450749158859, 0.0015540617750957608, 0.08518164604902267, 0.013537...
0.072838
# Install the monolithic Helm chart This Helm Chart installation deploys Grafana Loki in [monolithic mode](https://grafana.com/docs/loki//get-started/deployment-modes/#monolithic-mode) within a Kubernetes cluster. {{< admonition type="note" >}} As of March 16, 2026, the Loki Helm Chart is being maintained by Grafana Ch...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-monolithic/_index.md
main
loki
[ -0.0006950425449758768, -0.009962597861886024, 0.058025769889354706, -0.041068293154239655, -0.021815892308950424, -0.02606377936899662, -0.10239136219024658, -0.006885552313178778, 0.027525901794433594, 0.05995054543018341, 0.03684874251484871, -0.07692448794841766, -0.07090891152620316, ...
0.07375
Zero out replica counts of other deployment modes backend: replicas: 0 read: replicas: 0 write: replicas: 0 ingester: replicas: 0 querier: replicas: 0 queryFrontend: replicas: 0 queryScheduler: replicas: 0 distributor: replicas: 0 compactor: replicas: 0 indexGateway: replicas: 0 bloomPlanner: replicas: 0 bloomBuilder: ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-monolithic/_index.md
main
loki
[ 0.04209575802087784, -0.016844281926751137, -0.03759550303220749, 0.018254363909363747, -0.06943906098604202, -0.025930756703019142, -0.09176313132047653, 0.020467443391680717, -0.007837019860744476, 0.09238778054714203, 0.030613720417022705, -0.05750958248972893, 0.04031703993678093, -0.0...
0.022829
the Azure Blob Storage account accountName: # Key associated with the Azure Blob Storage account accountKey: # Comprehensive connection string for Azure Blob Storage account (Can be used to replace endpoint, accountName, and accountKey) connectionString: # Flag indicating whether to use Azure Managed Identity for authe...
https://github.com/grafana/loki/blob/main//docs/sources/setup/install/helm/install-monolithic/_index.md
main
loki
[ 0.016403155401349068, -0.010649715550243855, -0.05815985053777695, 0.037824030965566635, -0.05580475926399231, 0.05400777980685234, 0.08499783277511597, -0.031325679272413254, 0.0905858725309372, 0.07590437680482864, -0.008899901062250137, -0.004699390847235918, 0.09798336774110794, -0.002...
0.083562
# Migrate This section contains instructions for migrating from one Loki implementation to another. - [Migrate](migrate-to-tsdb/) to TSDB index. - [Migrate](migrate-from-distributed/) from the `Loki-distributed` Helm chart to the `loki` Helm chart. - [Migrate](migrate-to-three-scalable-targets/) from the two target Hel...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/_index.md
main
loki
[ -0.006668623071163893, -0.06140429899096489, -0.010953282006084919, -0.019247248768806458, 0.04607422277331352, -0.026793641969561577, -0.07737787812948227, 0.042531467974185944, -0.0640605166554451, 0.07212463021278381, -0.0030439114198088646, -0.0256276186555624, 0.022293277084827423, 0....
0.183838
# Migrate to TSDB [TSDB](../../../operations/storage/tsdb/) is the recommended index type for Loki and is where the current development lies. If you are running Loki with [boltb-shipper](../../../operations/storage/boltdb-shipper/) or any of the [legacy index types](https://grafana.com/docs/loki//configure/storage/#ind...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-to-tsdb/_index.md
main
loki
[ -0.015039234422147274, -0.09120391309261322, -0.04082779958844185, 0.06609394401311874, -0.0368848517537117, -0.021214909851551056, -0.07561809569597244, 0.03679399937391281, -0.04847705364227295, 0.06176456809043884, -0.03904050588607788, -0.014921192079782486, 0.002696325071156025, 0.059...
0.116268
# Migrate to Thanos storage clients Loki release 3.4 introduces new object storage clients based on the [Thanos Object Storage Client Go module](https://github.com/thanos-io/objstore). One of the reasons for making this change is to have a consistent storage configuration across Grafana Loki, Mimir and other telemetry ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-storage-clients/_index.md
main
loki
[ -0.04560123756527901, 0.013628006912767887, -0.06556109338998795, 0.014301893301308155, -0.03509248420596123, -0.08620747178792953, -0.07460310310125351, 0.049731239676475525, 0.02851075865328312, 0.03694998845458031, 0.0687846839427948, 0.04993079975247383, -0.07632970809936523, 0.1002423...
0.132104
to a single bucket (Thanos supports only one). | | `endpoint` | `endpoint` | No changes required. | | `region` | `region` | No changes required. | | `access\_key\_id` | `access\_key\_id` | No changes required. | | `secret\_access\_key` | `secret\_access\_key` | No changes required. | | `session\_token` | `session\_toke...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-storage-clients/_index.md
main
loki
[ 0.002388511784374714, 0.0015860877465456724, -0.03621159866452217, -0.048721879720687866, -0.017553428187966347, -0.012535696849226952, -0.07151272147893906, 0.035020168870687485, -0.004427352454513311, 0.04444289579987526, 0.033264100551605225, -0.048940710723400116, 0.03225289657711983, ...
0.052399
``` {{< admonition type="note" >}} For providers not listed here, refer to the [Thanos storage configuration reference](https://grafana.com/docs/loki//configure/#thanos\_object\_store\_config). {{< /admonition >}}
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-storage-clients/_index.md
main
loki
[ -0.09294354170560837, 0.05549030750989914, -0.08291458338499069, 0.03646958991885185, -0.06171378865838051, -0.0558323971927166, -0.017673665657639503, -0.022976350039243698, -0.02097424492239952, 0.04631531983613968, 0.060033902525901794, -0.021115776151418686, -0.06966356933116913, 0.053...
0.133951
# Migrate to three scalable targets This guide will walk you through migrating from the old, two target, scalable configuration to the new, three target, scalable configuration. This new configuration introduces a `backend` component, and reduces the `read` component to running just a `Querier` and `QueryFrontend`, all...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-to-three-scalable-targets/index.md
main
loki
[ 0.03838897496461868, -0.1074797511100769, 0.02138606458902359, -0.01525045558810234, 0.03391680866479874, -0.04215681552886963, -0.062219731509685516, 0.008535563014447689, -0.018954217433929443, 0.04919684678316116, -0.005374890752136707, -0.07838597893714905, 0.008643055334687233, -0.007...
0.186868
# Migrate from `loki-distributed` Helm chart This guide will walk you through migrating to the `loki` Helm Chart, v3.0 or higher, from the `loki-distributed` Helm Chart (v0.63.2 at time of writing). The process consists of deploying the new `loki` Helm Chart alongside the existing `loki-distributed` installation. By jo...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-from-distributed/index.md
main
loki
[ -0.02673066407442093, -0.07892147451639175, -0.011383168399333954, -0.022451579570770264, 0.05477143079042435, -0.09671521186828613, -0.1084066852927208, -0.0028431909158825874, -0.04383428022265434, 0.05880188196897507, 0.0242418572306633, -0.08013167232275009, 0.01308127585798502, -0.001...
0.145386
monitoring is working correctly. - Confirm new logs are in the old deployment. Using the old deployment's Loki data source in Grafana, look for: - Logs with the label `job="loki/loki-read"`. Since you have excluded logs from the new deployment from going to the `loki-distributed` deployment, if you can query them throu...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-from-distributed/index.md
main
loki
[ -0.028118396177887917, -0.05858588591217995, -0.012349763885140419, 0.009145423769950867, -0.021132389083504677, -0.10818816721439362, -0.03337223455309868, -0.06374070048332214, -0.03427300229668617, 0.08292204886674881, -0.006130465772002935, -0.05611217021942139, -0.0113266846165061, 0....
0.101422
the new chart as `loki` in the \_loki\_ namespace): ```bash helm upgrade -n loki loki grafana/loki --values values.yaml ``` The `migrate.fromDistributed.memberlistService` was added as an \_additional\_ memberlist join member, so once this new config is pushed, the components should roll without interruption. 1. Check ...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-from-distributed/index.md
main
loki
[ 0.023914949968457222, -0.09346416592597961, 0.03914652392268181, -0.015772778540849686, 0.09736021608114243, -0.03874837979674339, -0.03921319544315338, -0.02434588596224785, -0.0013574141776189208, -0.00734906317666173, 0.06562674045562744, -0.05782828480005264, 0.04707258194684982, 0.003...
-0.003072
# Migrate from SSD to distributed This guide provides instructions for migrating from a [simple scalable deployment (SSD)](https://grafana.com/docs/loki//get-started/deployment-modes/#simple-scalable) to a [distributed microservices deployment](https://grafana.com/docs/loki//get-started/deployment-modes/#microservices-...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/ssd-to-distributed/_index.md
main
loki
[ -0.0575699582695961, -0.06424381583929062, -0.02642877772450447, -0.02918882854282856, 0.002466458361595869, -0.01570482738316059, -0.14104120433330536, -0.034548114985227585, -0.008022778667509556, 0.07965461909770966, 0.03458845615386963, 0.00619553355500102, 0.014939684420824051, 0.0199...
0.026986
0 indexGateway: replicas: 0 maxUnavailable: 0 ruler: replicas: 0 maxUnavailable: 0 # Single binary Loki singleBinary: replicas: 0 minio: enabled: false ``` ## Stage 1: Deploying the Loki distributed components In this stage, we will deploy the distributed Loki components alongside the SSD components. We will also chang...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/ssd-to-distributed/_index.md
main
loki
[ 0.012561094015836716, -0.06894230097532272, -0.036520909518003464, 0.014756274409592152, -0.01942775584757328, -0.048904210329055786, -0.10904369503259659, 0.019032606855034828, -0.049607522785663605, 0.011172482743859291, 0.015565788373351097, 0.016019649803638458, 0.00790070928633213, 0....
0.100038
components The final stage of the migration involves transitioning all traffic to the distributed components. This is done by scaling down the SSD components and swapping the `deploymentMode` to `Distributed`. To do this: 1. Create a copy of `values-migration.yaml` and name it `values-distributed.yaml`. ```bash cp valu...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/ssd-to-distributed/_index.md
main
loki
[ 0.026648791506886482, -0.06991830468177795, -0.033142849802970886, -0.032798025757074356, 0.04896292835474014, 0.017501533031463623, -0.04713238775730133, -0.04724867269396782, 0.03973177447915077, 0.08720909059047699, 0.027717959135770798, -0.030468620359897614, 0.02777964435517788, -0.01...
0.024357
# Migrate to Alloy Grafana Alloy is the new name for the Grafana Labs distribution of the OpenTelemetry collector. Grafana Agent Static, Grafana Agent Flow, and Grafana Agent Operator reached End-of-Life (EOL) on November 1, 2025. Grafana Labs has provided tools and migration documentation to assist you in migrating to...
https://github.com/grafana/loki/blob/main//docs/sources/setup/migrate/migrate-to-alloy/_index.md
main
loki
[ -0.13124166429042816, -0.03474319353699684, -0.09184756129980087, 0.01965763419866562, -0.03933515399694443, -0.06804709136486053, -0.0660088062286377, 0.0010531600564718246, -0.11542990058660507, -0.04385795444250107, -0.036388326436281204, -0.10372767597436905, 0.009877847507596016, -0.0...
0.215431
# Size the cluster This section is a guide to size base resource needs of a Loki cluster. Based on the expected ingestion volume, Loki clusters can be categorised into three tiers. Recommendations below are based on p90 resource utilisations of the relevant components. Each tab represents a different tier. Please use t...
https://github.com/grafana/loki/blob/main//docs/sources/setup/size/_index.md
main
loki
[ 0.01606096141040325, -0.021984722465276718, -0.06356407701969147, 0.04946395009756088, -0.0913364440202713, -0.05714603140950203, -0.027636613696813583, 0.04366959631443024, -0.0791323333978653, 0.011568045243620872, -0.05243122950196266, -0.03566843643784523, -0.008450010791420937, 0.0086...
0.114526
375 | 750 | | Query-frontend | 1 | 4 | 16 | 16 | 64 | | Query-scheduler | 2 | 0.5 | 2 | 4 | 1 | | Compactor | 6 | 40 | 1 (Singleton) | 6 | 40 | {{< /tab-content >}} {{< /tabs >}} ### Instance Types These are the node types we suggest from various cloud providers. Please see the relevant specifications in the provider's...
https://github.com/grafana/loki/blob/main//docs/sources/setup/size/_index.md
main
loki
[ 0.03904314339160919, 0.004734773654490709, 0.03414711728692055, 0.008186782710254192, -0.03677692264318466, -0.019567716866731644, -0.0525163896381855, 0.0428905263543129, -0.02116064913570881, 0.05974307283759117, -0.02443205937743187, -0.008789408020675182, 0.024696873500943184, -0.08074...
0.080512
[//]: # 'This file documents configuring the OTEL collector to import logs to Loki' [//]: # [//]: # 'This shared file is included in these locations:' [//]: # '/website/docs/grafana-cloud/send-data/logs/collect-logs-with-otel.md' [//]: # '/loki/docs/loki/latest/send-data/otel/\_index.md' [//]: # [//]: # 'If you make ch...
https://github.com/grafana/loki/blob/main//docs/sources/shared/otel.md
main
loki
[ -0.09637558460235596, 0.021181676536798477, -0.022330155596137047, -0.01820419915020466, 0.002227317076176405, -0.1253068596124649, -0.06439707428216934, -0.03244771063327789, 0.02116793394088745, 0.08933458477258682, 0.046554092317819595, -0.06975224614143372, -0.02701570838689804, 0.0317...
0.127656
stored as Structured Metadata. Here is a non-exhaustive list of what will be stored in Structured Metadata to give a sense of what it will hold: - Resource Attributes not stored as Index labels is replicated and stored with each log entry. - Everything under InstrumentationScope is replicated and stored with each log e...
https://github.com/grafana/loki/blob/main//docs/sources/shared/otel.md
main
loki
[ -0.07553879916667938, 0.03156169876456261, -0.1505412459373474, 0.019499441608786583, -0.007511140778660774, -0.04782594367861748, 0.034352075308561325, -0.013638695701956749, 0.043146852403879166, 0.00452935416251421, 0.036066219210624695, -0.04239547625184059, 0.01041951309889555, 0.0091...
0.164282
them altogether [attributes: ] # Regex to choose attributes to configure how to store them or drop them # altogether [regex: ] ``` {{< admonition type="note" >}} If you are a Grafana Cloud customer, you can use the [config self-serve API](https://grafana.com/docs/grafana-cloud/send-data/logs/config-self-serve/#otlp-lab...
https://github.com/grafana/loki/blob/main//docs/sources/shared/otel.md
main
loki
[ -0.07063476741313934, 0.08968084305524826, 0.012763204984366894, 0.0606008805334568, 0.0017233607359230518, -0.0054598115384578705, 0.04220028594136238, -0.06807729601860046, 0.007053280249238014, -0.010096038691699505, -0.00007927377737360075, -0.05641875043511391, -0.04144817963242531, 0...
0.063737
[//]: # 'This file documents query error messages and troubleshooting' [//]: # [//]: # 'This shared file is included in these locations:' [//]: # '/loki/docs/loki/latest/query/troubleshoot-query.md' [//]: # '/loki/docs/loki/latest/operations/troubleshooting/troubleshoot-query.md' [//]: # [//]: # 'If you make changes to...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ -0.05678636208176613, -0.011043890379369259, -0.042358435690402985, 0.021601470187306404, -0.013016456738114357, -0.06108711287379265, -0.06740287691354752, 0.014945946633815765, -0.02361867018043995, 0.051716744899749756, 0.026314493268728256, -0.00865187868475914, 0.01025362778455019, 0....
0.097169
(`!=`, `!~`) or matchers that match empty strings (`=~".\*"`), which would select all streams. This is prevented to protect against accidentally querying the entire database. \*\*Invalid examples:\*\* ```logql {foo!="bar"} {app=~".\*"} {foo!~"bar|baz"} ``` \*\*Valid examples:\*\* ```logql {foo="bar"} {app=~".+"} {app="...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ -0.018410315737128258, -0.005775286350399256, 0.011524775996804237, 0.009173925034701824, -0.06507642567157745, 0.040055032819509506, 0.11272891610860825, -0.048552919179201126, -0.0014883829280734062, 0.01769769936800003, -0.0309615395963192, -0.11741660535335541, 0.09804574400186539, 0.0...
0.000069
count\_over\_time: ```logql # Invalid count\_over\_time({app="foo"} | json | unwrap duration [5m]) # Valid count\_over\_time({app="foo"} | json [5m]) ``` \* \*\*Use sum\_over\_time\*\* if you want to sum unwrapped values. \*\*Properties:\*\* - Enforced by: Query Parser - Retryable: No (query must be fixed) - HTTP statu...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ -0.02350611425936222, 0.01238712202757597, -0.005312566179782152, 0.05188870057463646, -0.08728896081447601, -0.0637766495347023, -0.04545411467552185, 0.023118866607546806, 0.019330743700265884, 0.020952990278601646, -0.008175176568329334, -0.09692617505788803, 0.0075139072723686695, 0.04...
0.051282
query would read too many bytes (query: , limit: ); consider adding more specific stream selectors or reduce the time range of the query` \*\*Cause:\*\* The estimated data volume for the query exceeds the configured limit. This is determined before query execution using index statistics. \*\*Default configuration:\*\* ...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ 0.06494682282209396, 0.01235316600650549, -0.04543469846248627, 0.033244624733924866, -0.042498040944337845, -0.051540762186050415, -0.013311854563653469, 0.020962579175829887, 0.015493328683078289, 0.07061436772346497, -0.04003221169114113, -0.034462422132492065, -0.0021497865673154593, -...
0.00829
configured limits. \*\*Resolution:\*\* \* \*\*Reduce the range interval\*\* in your query: ```logql # If [1d] is too large, try smaller intervals rate({app="foo"}[1h]) ``` \* \*\*Check your configuration\*\* for `max\_query\_length` limits. The default is `30d1h`. \*\*Properties:\*\* - Enforced by: Query Engine - Retry...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ 0.03600862994790077, 0.016648095101118088, -0.00347867957316339, 0.00023072979820426553, -0.08681592345237732, -0.041880495846271515, -0.07811744511127472, 0.005200243555009365, -0.0025431523099541664, 0.06685730069875717, 0.029617995023727417, -0.06507516652345657, 0.03214561194181442, 0....
-0.020818
`minimum\_labels\_number`: 0 (no minimum by default) \*\*Resolution:\*\* \* \*\*Add more label matchers\*\* to meet the minimum requirement: ```logql # If minimum is 2, add another selector {app="foo", namespace="production"} ``` \*\*Properties:\*\* - Enforced by: Query Frontend - Retryable: No (query must meet require...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ 0.03181983157992363, 0.050011418759822845, -0.06751380860805511, 0.05774789676070213, -0.04532131180167198, 0.028723658993840218, -0.010874089784920216, -0.010802031494677067, -0.004999970551580191, 0.028680691495537758, 0.0397830568253994, -0.12093795835971832, 0.047431763261556625, -0.01...
0.064735
querying. \* \*\*Check configuration\*\* for `max\_query\_parallelism`: ```yaml limits\_config: max\_query\_parallelism: 32 #(the default) ``` \*\*Properties:\*\* - Enforced by: Query Frontend - Retryable: No (until configuration is fixed) - HTTP status: 400 Bad Request - Configurable per tenant: Yes ### Error: Multi v...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ 0.03309426084160805, -0.0181795172393322, -0.010618520900607109, 0.03241743892431259, -0.07553719729185104, -0.008629909716546535, -0.054917529225349426, -0.029338326305150986, 0.020041022449731827, -0.0069998446851968765, 0.07436248660087585, -0.05264412984251976, 0.0120669174939394, -0.0...
0.020314
\*\*Properties:\*\* - Enforced by: LogCLI - Retryable: Yes (with correct configuration) - HTTP status: N/A (client-side error) - Configurable per tenant: No ### Error: Run out of attempts while querying \*\*Error message:\*\* ```text run out of attempts while querying the server ``` \*\*Cause:\*\* LogCLI exhausted all ...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ 0.06221143528819084, 0.006109679117798805, -0.029933452606201172, -0.016509469598531723, -0.002455888781696558, -0.08193135261535645, -0.022230524569749832, -0.03212179243564606, 0.001206214539706707, 0.054394640028476715, 0.035963669419288635, -0.03491465747356415, 0.04501171037554741, 0....
0.071533
per tenant: No ### Error: Tenant limits \*\*Error message:\*\* ```text max concurrent tail requests limit exceeded, count > limit (10 > 5) ``` \*\*Cause:\*\* The tenant has exceeded the maximum number of concurrent streaming (tail) requests. This limit protects the cluster from excessive resource consumption by real-ti...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ 0.0820222795009613, -0.03767581284046173, -0.044265031814575195, -0.0038960441015660763, -0.04861630126833916, -0.040510013699531555, 0.005213947966694832, -0.04096550866961479, 0.005242374259978533, 0.05671676620841026, 0.04192407429218292, -0.05965248495340347, -0.002364886226132512, 0.0...
0.080309
kubectl logs -l app=loki-read --tail=100 | grep -i error ``` 1. \*\*Test with LogCLI\*\* for more detailed output: ```bash logcli query '{app="foo"}' --stats --limit=10 ``` ## Related resources - Learn more about [LogQL Query Language](https://grafana.com/docs/loki//query/) - Configure appropriate [query limits](https:...
https://github.com/grafana/loki/blob/main//docs/sources/shared/troubleshoot-query.md
main
loki
[ -0.009892111644148827, 0.013658893294632435, -0.029794717207551003, -0.0035369473043829203, -0.1065850481390953, -0.09017441421747208, 0.007646825164556503, 0.01310943067073822, 0.02848154492676258, 0.04691332206130028, -0.03112126514315605, -0.07162059843540192, 0.030497735366225243, -0.0...
0.137571
# Visualize log data Grafana Loki does not have its own user interface. Most users [install Grafana](https://grafana.com/docs/grafana/latest/setup-grafana/installation/) in order to visualize their log data. Grafana versions after 6.3 have built-in support for Grafana Loki and [LogQL](https://grafana.com/docs/loki//que...
https://github.com/grafana/loki/blob/main//docs/sources/visualize/grafana.md
main
loki
[ -0.019121862947940826, -0.03381552919745445, -0.05229654908180237, 0.05013372004032135, -0.046162500977516174, -0.0682244524359703, -0.014731957577168941, -0.01642507314682007, 0.007558825891464949, 0.05071152374148369, -0.031907446682453156, -0.06837918609380722, 0.024427376687526703, 0.0...
0.080025
the top-left menu. 1. You can click \*\*Kick start your query\*\* to select from a list of common queries, or use the \*\*Label filters\*\* to start choosing labels that you want to query. For more information about the Loki query language, refer to the [LogQL section](https://grafana.com/docs/loki//query/). If you wou...
https://github.com/grafana/loki/blob/main//docs/sources/visualize/grafana.md
main
loki
[ -0.028948796913027763, -0.003364677308127284, -0.15344223380088806, 0.011775914579629898, -0.11160316318273544, 0.06820890307426453, 0.05773567035794258, -0.007322775665670633, -0.004527049604803324, 0.02684563584625721, -0.023676179349422455, -0.10042191296815872, 0.012760714627802372, 0....
0.091102
# Release cadence ## Stable Releases Loki releases (this includes [Promtail](https://grafana.com/docs/loki//send-data/promtail/), [Loki Canary](https://grafana.com/docs/loki//operations/loki-canary/), etc.) use the following naming scheme: `MAJOR`.`MINOR`.`PATCH`. - `MAJOR` (roughly once a year): these releases include...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/cadence.md
main
loki
[ -0.04808251932263374, 0.009486399590969086, 0.07621210068464279, -0.02973095327615738, 0.03943928703665733, -0.06326113641262054, -0.1253293752670288, -0.0016210159519687295, -0.08536559343338013, 0.0354032926261425, 0.04861942306160927, 0.028145717456936836, -0.0898849293589592, 0.0024317...
0.078239
# v3.4 Grafana Labs and the Loki team are excited to announce the release of Loki 3.4. Here's a summary of new enhancements and important fixes. For a full list of all changes and fixes, refer to the [CHANGELOG](https://github.com/grafana/loki/blob/release-3.4.x/CHANGELOG.md). ## Features and enhancements Key features ...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-4.md
main
loki
[ 0.002404693979769945, -0.02824443206191063, -0.005086512304842472, -0.013696754351258278, 0.02926911972463131, -0.0625857338309288, -0.08937405794858932, -0.054136525839567184, 0.024106254801154137, 0.03169133514165878, 0.017152324318885803, -0.014487983658909798, -0.052974388003349304, 0....
0.094609
that when appropriate, documentation updates have been backported to previous releases. {{< /admonition >}} Other improvements include the following: - \*\*analytics:\*\* Add TLS config to the analytics client ([#15227](https://github.com/grafana/loki/issues/15227)) ([2c5eabd](https://github.com/grafana/loki/commit/2c5...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-4.md
main
loki
[ -0.062170643359422684, 0.05183086916804314, -0.06516715884208679, 0.049195487052202225, -0.0032462559174746275, -0.1339791864156723, -0.038360513746738434, -0.02093610167503357, 0.04627227783203125, 0.12496078759431839, -0.020974626764655113, -0.004539479035884142, 0.03456544131040573, 0.0...
0.120042
\*\*ci:\*\* Update release code 3.4 ([#18015](https://github.com/grafana/loki/issues/18015)) ([4108c5d](https://github.com/grafana/loki/commit/4108c5d6f23d8daf54376ab9a3bb126a597af933)). - \*\*deps:\*\* Move to Go 1.23.8 ([#17806](https://github.com/grafana/loki/issues/17806)) ([2e18686](https://github.com/grafana/loki...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-4.md
main
loki
[ -0.11848454922437668, 0.028544988483190536, -0.019670682027935982, -0.05637024715542793, 0.008745470084249973, -0.05277038365602493, -0.017912203446030617, -0.000607615162152797, -0.019416695460677147, 0.05245175585150719, 0.13945363461971283, -0.051268137991428375, -0.07190068066120148, 0...
0.183481
([b7ec8e3](https://github.com/grafana/loki/commit/b7ec8e3a54f32a92652c9dd36e0036acfee4e787)). - \*\*deps:\*\* Update module github.com/ibm/ibm-cos-sdk-go to v1.12.0 ([#15228](https://github.com/grafana/loki/issues/15228)) ([5689e2e](https://github.com/grafana/loki/commit/5689e2e90e57cca8e51581aeeefbad633676ad08)). - \*...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-4.md
main
loki
[ -0.1664511114358902, -0.011666104197502136, -0.0718870609998703, -0.06819138675928116, 0.006175961345434189, -0.036738406866788864, -0.05371779575943947, 0.03435823693871498, -0.02097337506711483, 0.031706903129816055, 0.0887303575873375, -0.023578669875860214, -0.0467807836830616, -0.0227...
0.22739
owner label key to prevent retrieval errors ([#14913](https://github.com/grafana/loki/issues/14913)) ([85aaf63](https://github.com/grafana/loki/commit/85aaf6367068226e1eb98e1175a85795ffc97324)). - \*\*lambda-promtail:\*\* Remove s3 bucket ownership verification ([#15383](https://github.com/grafana/loki/issues/15383)) (...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-4.md
main
loki
[ -0.11253964155912399, 0.01377780269831419, -0.08963273465633392, -0.04684595391154289, 0.02232706919312477, -0.047071073204278946, 0.04646958038210869, -0.059069663286209106, 0.05406078323721886, 0.007601152639836073, 0.07698330283164978, -0.044745124876499176, 0.04937511682510376, -0.0096...
0.049951
# V2.5 It has been nearly 6 months since Loki 2.4 was released, and we’ve been busy making Loki better than ever. Here's a summary of new enhancements and important fixes. ## Features and enhancements - Thanks to @bboreham for taking a deep dive on the Go `regexp` library, and for creating a fork which greatly \*\*[imp...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v2-5.md
main
loki
[ -0.08300720155239105, -0.00572162726894021, 0.016140155494213104, -0.053321920335292816, 0.005665191449224949, -0.03982965275645256, -0.048456184566020966, -0.003701459849253297, 0.0011124134762212634, -0.0020573348738253117, 0.03840601444244385, -0.013764536939561367, -0.011710024438798428,...
0.149698
labels are mutated \* [PR 5444](https://github.com/grafana/loki/pull/5444) \*\*cyriltovena\*\*: Do not insert missing point when sharding \* [PR 5423](https://github.com/grafana/loki/pull/5423) \*\*cyriltovena\*\*: Correctly sets hash value for headblock iterator \* [PR 5289](https://github.com/grafana/loki/pull/5289) ...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v2-5.md
main
loki
[ -0.07203000038862228, 0.026802128180861473, -0.05950888991355896, -0.07935817539691925, -0.04277960583567619, 0.01359354704618454, 0.06602934747934341, -0.016369065269827843, 0.03323553130030632, -0.018761588260531425, 0.08964821696281433, -0.06704624742269516, 0.057262104004621506, -0.037...
0.082249
# v3.0 Grafana Labs and the Loki team are excited to announce the release of Loki 3.0. Here's a summary of new enhancements and important fixes. For a full list of all changes and fixes, refer to the [CHANGELOG](https://github.com/grafana/loki/blob/release-3.0.x/CHANGELOG.md). ## Features and enhancements {{< admonitio...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-0.md
main
loki
[ -0.05091840401291847, -0.054922427982091904, -0.01756976544857025, -0.022213226184248924, -0.033923741430044174, -0.05725425109267235, -0.08201166987419128, -0.01839165948331356, -0.05557236820459366, 0.04595186188817024, 0.00015442348376382142, -0.09400535374879837, -0.0715557262301445, 0...
0.179452
([#10836](https://github.com/grafana/loki/issues/10836)) ([2327789](https://github.com/grafana/loki/commit/2327789b5506d0ccc00d931195da17a2d47bf236)). - \*\*deps:\*\* Update github.com/grafana/loki/pkg/push digest to 583aa28 (main) ([#10842](https://github.com/grafana/loki/issues/10842)) ([02d9418](https://github.com/g...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-0.md
main
loki
[ -0.1448281854391098, -0.06628768146038055, -0.05131073668599129, -0.032229289412498474, -0.020937904715538025, -0.10600892454385757, -0.05862254276871681, 0.009775571525096893, -0.0029108847957104445, 0.04378816485404968, 0.08228936046361923, -0.03541617467999458, -0.09876833856105804, 0.0...
0.130188
# v3.1 Grafana Labs and the Loki team are excited to announce the release of Loki 3.1. Here's a summary of new enhancements and important fixes. For a full list of all changes and fixes, refer to the [CHANGELOG](https://github.com/grafana/loki/blob/release-3.1.x/CHANGELOG.md). ## Features and enhancements Key features ...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-1.md
main
loki
[ -0.05321074649691582, 0.03703422471880913, 0.004317842423915863, 0.04444478452205658, 0.002606464782729745, -0.06499242782592773, -0.032641831785440445, -0.05179237201809883, 0.009518938139081001, -0.0031057107262313366, -0.018540259450674057, -0.055391259491443634, -0.0016748952912166715, ...
0.099504
CPU usage ([#12970](https://github.com/grafana/loki/issues/12970)) ([87288d3](https://github.com/grafana/loki/commit/87288d37f9e9c1e90295bf785adbc4bfdb66fb30)). - Split detected fields queries ([#12491](https://github.com/grafana/loki/issues/12491)) ([6c33809](https://github.com/grafana/loki/commit/6c33809015bef8078b17...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-1.md
main
loki
[ -0.09459736943244934, -0.03812747448682785, -0.060709115117788315, 0.06493297219276428, -0.011267055757343769, -0.10969047993421555, -0.02669481188058853, -0.012886992655694485, -0.03160732239484787, 0.044805288314819336, -0.00492985500022769, -0.058273401111364365, -0.07870819419622421, -...
0.127004
- Close res body ([#12444](https://github.com/grafana/loki/issues/12444)) ([616977a](https://github.com/grafana/loki/commit/616977a942b63fb2ee7545e155abe246f6175308)). - Correct initialization of a few slices ([#12674](https://github.com/grafana/loki/issues/12674)) ([0eba448](https://github.com/grafana/loki/commit/0eba...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-1.md
main
loki
[ -0.14003735780715942, -0.023595916107296944, -0.03563990816473961, 0.038942720741033554, 0.038397423923015594, -0.08030854165554047, -0.027683505788445473, 0.022053277119994164, -0.025369616225361824, 0.019759325310587883, 0.08738842606544495, -0.06904470920562744, -0.018907196819782257, 0...
0.152138
([#13182](https://github.com/grafana/loki/issues/13182)) ([6148c37](https://github.com/grafana/loki/commit/6148c3760d701768e442186d4e7d574c7dc16c91)). - \*\*operator:\*\* Bump golang builder to 1.21.9 ([#12503](https://github.com/grafana/loki/issues/12503)) ([f680ee0](https://github.com/grafana/loki/commit/f680ee0453d1...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-1.md
main
loki
[ -0.07872290909290314, 0.028817130252718925, -0.031125539913773537, -0.07535360753536224, -0.01094651035964489, -0.0030653004068881273, -0.11709647625684738, -0.04546486213803291, 0.0017268604133278131, 0.010023942217230797, 0.06331246346235275, -0.06422297656536102, -0.013603821396827698, ...
0.042904
# v3.5 Grafana Labs and the Loki team are excited to announce the release of Loki 3.5. Here's a summary of new enhancements and important fixes. For a full list of all changes and fixes, refer to the [CHANGELOG](https://github.com/grafana/loki/blob/release-3.5.x/CHANGELOG.md). ## Features and enhancements Key features ...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-5.md
main
loki
[ -0.03035709820687771, -0.02418776974081993, 0.033136218786239624, -0.015378843061625957, 0.05454045906662941, -0.0331013947725296, -0.1093602329492569, -0.03419887274503708, 0.00564908841624856, 0.07634254544973373, 0.02027549408376217, -0.039504945278167725, -0.04978277534246445, -0.00729...
0.081609
\* build UI deps ([#20762](https://github.com/grafana/loki/issues/20762)) ([6d1e9ea](https://github.com/grafana/loki/commit/6d1e9eab7720ef486973db1a20076e357c6c081f)). ### 3.5.9 (2025-12-10) \* \*\*deps:\*\* Bump x/crypto module ([#20016](https://github.com/grafana/loki/issues/20016)) ([b21123b](https://github.com/graf...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-5.md
main
loki
[ -0.17423267662525177, -0.011891946196556091, 0.0030681868083775043, -0.03403910622000694, 0.00940109696239233, -0.11471196264028549, -0.04441928490996361, -0.0026745840441435575, -0.04561736807227135, 0.02440883219242096, 0.105485700070858, -0.04550059884786606, -0.0903300940990448, 0.0742...
0.118287
([#16316](https://github.com/grafana/loki/issues/16316)) ([96b4e8f](https://github.com/grafana/loki/commit/96b4e8fd67bf76e5edab785f6637146079017fa5)) \* \*\*deps:\*\* Update dependency @radix-ui/react-toast to v1.2.6 (main) ([#16320](https://github.com/grafana/loki/issues/16320)) ([9b47b19](https://github.com/grafana/l...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-5.md
main
loki
[ -0.12318561226129532, -0.07056310027837753, 0.013312311843037605, 0.043147046118974686, 0.024524400010704994, -0.03892006352543831, -0.05663290247321129, 0.030905991792678833, -0.018371742218732834, 0.026263654232025146, 0.010244525037705898, -0.029507501050829887, -0.08980916440486908, 0....
0.114505
\*\*deps:\*\* Update module github.com/aws/aws-sdk-go-v2 to v1.36.2 (main) ([#16430](https://github.com/grafana/loki/issues/16430)) ([ba9afd6](https://github.com/grafana/loki/commit/ba9afd62f9bac5b693901011cb2b78fd19809f88)) \* \*\*deps:\*\* Update module github.com/aws/aws-sdk-go-v2/config to v1.29.3 (main) ([#16022](...
https://github.com/grafana/loki/blob/main//docs/sources/release-notes/v3-5.md
main
loki
[ -0.0970243439078331, 0.0442274734377861, -0.028385234996676445, -0.08488519489765167, 0.05344073846936226, -0.058414291590452194, -0.06693338602781296, -0.01178623829036951, 0.04678449407219887, 0.12202566117048264, 0.07801388949155807, -0.03834037855267525, -0.042027492076158524, -0.02471...
0.022758