victoriatraces: 0.9.2 -> 0.9.3

ChangeLog: https://github.com/VictoriaMetrics/VictoriaTraces/releases/tag/v0.9.3
This commit is contained in:
Maximilian Bosch 2026-06-19 14:26:53 +02:00
commit 72f2f77264
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ in
machine.wait_until_succeeds("""
curl -s 'http://localhost:10428/select/jaeger/api/services' | \
jq -e '.data[] | select(. == "test-service")'
""", timeout=10)
""", timeout=20)
# Query for traces from our test service
machine.wait_until_succeeds("""

View file

@ -13,13 +13,13 @@
buildGo126Module (finalAttrs: {
pname = "VictoriaTraces";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaTraces";
tag = "v${finalAttrs.version}";
hash = "sha256-SOPC9CqGNwJb80l9kP3jZtcdz3RS3LYNQjYC70Hg9fQ=";
hash = "sha256-jyVHqdnnvLEYFFVUwXNf/B9vSwKwPrE5iJzlRccOhTg=";
};
vendorHash = null;