We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Span names have $workloadName/AppPostDeployEvaluation. This is wrong since a workload level cannot run app level steps.
$workloadName/AppPostDeployEvaluation
Desired result: Span names have $workloadName/WorkloadPostDeployEvaluation.
$workloadName/WorkloadPostDeployEvaluation
The text was updated successfully, but these errors were encountered:
This might be part of #388
Sorry, something went wrong.
I might think this was fixed as part of 4d16a77#diff-69e41fd278765f69df7af4225204fed47838a9fc5551532f4a1fa9b477aa1cd7L184
Currently with the build from latest master I can see right span names in the dashboard. @thisthat can you please confirm ?
odubajDT
Successfully merging a pull request may close this issue.
Problem
Span names have
$workloadName/AppPostDeployEvaluation
. This is wrong since a workload level cannot run app level steps.Desired result: Span names have
$workloadName/WorkloadPostDeployEvaluation
.Replication steps
The text was updated successfully, but these errors were encountered: