jaeger-client -> opentelemetry

This commit is contained in:
Andrew Dolgov
2023-10-20 17:12:29 +03:00
parent 45a9ff0c88
commit cdd7ad020e
1159 changed files with 93352 additions and 24252 deletions

View File

@@ -212,7 +212,7 @@ class Counters {
}
$scope->close();
$scope->end();
return $ret;
}
@@ -239,7 +239,7 @@ class Counters {
"counter" => $subcribed_feeds
]);
$scope->close();
$scope->end();
return $ret;
}
@@ -295,7 +295,7 @@ class Counters {
}
}
$scope->close();
$scope->end();
return $ret;
}
@@ -356,7 +356,7 @@ class Counters {
array_push($ret, $cv);
}
$scope->close();
$scope->end();
return $ret;
}
}