-
**What happened**:
When entering query `{app="myapp"} debug` and adding filter trough log row labels, char `(?i)` is appended before `chunk` which looks weird, resulting in `{app="myapp",myfilter="so…
-
**Is your feature request related to a problem? Please describe.**
Querying multiple labels simultaneously.
**Describe the solution you'd like**
If I have multiple labels, for example:
- item00A…
-
**What happened**:
![xxxy](https://user-images.githubusercontent.com/291750/69333148-6e92ef00-0c58-11ea-9894-6661dccac235.png)
![xxxy2](https://user-images.githubusercontent.com/291750/6933314…
-
At the moment, Loki is tested solely through unit tests. These unit tests are the only way to validate changes for Loki, and the current coverage per package is generally low:
```
? github.c…
-
**Describe the bug**
Ingester crash with fatal error: concurrent map read and map write
**To Reproduce**
Steps to reproduce the behavior:
I am not sure what I did to provoke this error. This may…
scoof updated
3 years ago
-
**What happened**:
- Created a variable drop-down, where I can select 1+ value. For example: web_app_1 and web_app_3. This will generate the following
{service=~"{web_app_1,web_app_3}"}
…
-
I'd like to write queries like
```
count_over_time({job="cortex-ops/ingester"}[5m] |= "error" )
```
which produces a syntax error: `syntax error: unexpected |=, expecting )`
Instead I have to wri…
-
**What happened**:
![nodata](https://user-images.githubusercontent.com/291750/69135246-1bcf0100-0ab9-11ea-964c-c389296f1b43.png)
**What you expected to happen**:
When there is no data t…
-
**What happened**:
Not sure if this is an issue but I was confused at first if you send a query in Loki Explore like this
![image](https://user-images.githubusercontent.com/1053421/69831991-e2556e80…
-
You can run with below cmd to reproduce:
```
git clone https://github.com/daixiang0/loki.git $GOPATH/src/github.com/loki
git checkout lint-bug
docker run -it -v $GOPATH/src/github.com/grafana/loki…