up icon indicating copy to clipboard operation
up copied to clipboard

a simple Prometheus and Loki API testing tool

Results 3 up issues
Sort by recently updated
recently updated
newest added

Hello, When deploying the `dev` example configuration on EKS, up complains with the following errors: > caller=level.go:63 ts=2021-09-30T13:58:58.295417174Z name=up level=error caller=main.go:113 component=writer msg="failed to make request" err="making request: Post \"https://dex.dex.svc.cluster.local:5556/dex/auth?client_id=test&response_type=code&scope=openid+profile+email+groups&state=I+love+Observatorium\":...

As we see this command as an example. docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint-write=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"' I see something for tenant IDS which I can use....

When testing a round trip, `up` should executed read and write request consecutively and report the result. The threshold should be calculated regarding the result of this round trip.