xk6-loki icon indicating copy to clipboard operation
xk6-loki copied to clipboard

k6 extension for Loki

Results 11 xk6-loki issues
Sort by recently updated
recently updated
newest added

This project should provide a Docker image.

enhancement

With the following PR users do not need to edit the examples anymore. This is inspired from [Mimir](https://github.com/grafana/mimir/blob/651dcd93f709943a8349532c8438e2993dd3b056/operations/k6/load-testing-with-k6.js#L1)

The `X-Grafana-User` is and identifier for a single 'user' that is part of a tenant. Grafana Cloud Logs translates the header into the `X-Actor-Path` that is used in Loki to...

Hi Team, I am running K6 with script below: ![script](https://user-images.githubusercontent.com/19278537/226163126-4a05b50a-4054-4715-b1b3-5c0a965d1dd2.PNG) This limits the number of variable label app, namespace and pod to 1 (default is 5, 10 and 50 per...

For `query` and `queryAt` it will ideal to have some tags that could allow to analyze our response time better: * To allow to correlate `http_req_duration` with the `loki_*` metrics...

Running ```javascript import loki from "k6/x/loki" const conf = new loki.Config("https://somewhere.com", 20000, 1.0, { one: 1 }); const client = new loki.Client(conf); export default function() { client.pushParameterized(1, 1000, 1000); };...

When running the extension as a Deployment in Kubernetes, the hostname is always a new value. This can lead to unwanted/unexpected behaviour since the `instance` label value of streams contains...

enhancement

it's necessary to configure Github Actions to release `xk6-loki` binary. AC: * release process must be triggered automatically once the branch is tagged with the release tag. * binary must...

enhancement

This is a polite warning that the extension does not meet the k6 extension registry [requirements](https://grafana.com/docs/k6/latest/extensions/explanations/extensions-registry/) Currently, the extension does not have a versioned release that meets the requirements. As...

We are in the process of setting up loki tempo and mimir and feeding data in via otel-collector. The data ingests via the otlp interfaces ( http or grpc )....