Rework span name
This commit is contained in:
parent
ed7b9fc6b6
commit
8d9119faef
|
@ -845,8 +845,8 @@ public class SearchCoordinatorSvcImpl implements ISearchCoordinatorSvc {
|
||||||
@Override
|
@Override
|
||||||
public Void call() {
|
public Void call() {
|
||||||
StopWatch sw = new StopWatch();
|
StopWatch sw = new StopWatch();
|
||||||
Span span = myParentTransaction.startSpan("db", "H2", "search");
|
Span span = myParentTransaction.startSpan("db", "query", "search");
|
||||||
span.setName("search2!");
|
span.setName("FHIR Database Search");
|
||||||
try {
|
try {
|
||||||
// Create an initial search in the DB and give it an ID
|
// Create an initial search in the DB and give it an ID
|
||||||
saveSearch();
|
saveSearch();
|
||||||
|
|
Loading…
Reference in New Issue