Fix 1Password Connect numeric log levels misclassified in Grafana #287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/onepassword-numeric-log-levels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
1=error,2=warn,3=info,4=debug,5=trace) per 1Password/connect#44levelJSON field as-is, so info-level health checks getlevel="3"in Lokistage.match+stage.templatein the Alloy pipeline scoped to{namespace="1password"}to normalize numeric levels to standard stringsDeployment and Testing
argocd app set alloy-k8s --revision fix/onepassword-numeric-log-levels && argocd app sync alloy-k8scurl -sG "http://localhost:3100/loki/api/v1/label/level/values" --data-urlencode 'query={namespace="1password"}'should show"info"and"warn"instead of"3"and"2"argocd app set alloy-k8s --revision main && argocd app sync alloy-k8s