Jan Jansen

Results 186 comments of Jan Jansen

For me, it just CLONE_WAL_BUCKET_SCOPE_PREFIX. I could built a code section to set empty if not set, at the end. We use the prefix for the cluster name.

Kubernetes allows grpc request for health checks. We could use our grpc server.

https://github.com/grafana/loki/pull/9155 this should fix the issue by letting promtail restart automatically

I wanted to fix and saw some other query's that are huge. I find it hard to debug query's that have multiple joins. This way you can reuse some code....

@BlackDex I changed it to one query by using find_by_uuid_and_user.

@BlackDex Rebased. Do i have write in the discussion for re license thread?

The easiest way, I see would be to move the docker build process into the main repo. It would also other issues, such not automatically releases with release in the...

``` diff --git a/frontend/src/components/Sidebar/ListItemLink.tsx b/frontend/src/components/Sidebar/ListItemLink.tsx index 43cf9bb8..c7661978 100644 --- a/frontend/src/components/Sidebar/ListItemLink.tsx +++ b/frontend/src/components/Sidebar/ListItemLink.tsx @@ -3,24 +3,22 @@ import { Tooltip } from '@mui/material'; import ListItem from '@mui/material/ListItem'; import ListItemIcon from '@mui/material/ListItemIcon';...

```tsx import { Grid, GridProps } from '@mui/material'; import React from 'react'; import { ValueLabel } from '../Label'; export interface NameValueTableRow { /** The name (key) for this row */...