Pyrra version that implements "spec.indicator.latencyNative" #828
-
Hi @metalmatze I've deployed Pyrra "v0.6.4" with Helm & using examples/kubernetes, and I believe this maybe different from the Pyrra demo version I got an error when I created the following latency SLO apiVersion: pyrra.dev/v1alpha1
kind: ServiceLevelObjective
metadata:
name: kafka-producing-latency
namespace: monitoring
labels:
prometheus: k8s
role: alert-rules
spec:
target: '99.999'
window: 2w
description: test latency
indicator:
latencyNative:
latency: 1
total:
metric: kafka_producer_request_latency_avg Logs pyrra-api.txt
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
latencyNative
indicator is fairly new and hasn't been released in a published release yet. It'll be part of v0.7.Until then, I recommend either using the
main
branch or using the previously availablelatency
indicator.