chore: Remove anomalous serviceName from traces

This commit is contained in:
Tom Moor
2022-12-30 13:42:22 -05:00
parent 18b69fad99
commit 997d796eb7
11 changed files with 4 additions and 20 deletions

View File

@@ -185,6 +185,5 @@ async function accountProvisioner({
}
export default APM.traceFunction({
serviceName: "command",
spanName: "accountProvisioner",
})(accountProvisioner);

View File

@@ -72,6 +72,5 @@ async function collectionExporter({
}
export default APM.traceFunction({
serviceName: "command",
spanName: "collectionExporter",
})(collectionExporter);

View File

@@ -230,6 +230,5 @@ async function documentImporter({
}
export default APM.traceFunction({
serviceName: "command",
spanName: "documentImporter",
})(documentImporter);

View File

@@ -204,6 +204,5 @@ async function documentMover({
}
export default APM.traceFunction({
serviceName: "command",
spanName: "documentMover",
})(documentMover);

View File

@@ -104,6 +104,5 @@ async function findAvailableSubdomain(team: Team, requestedSubdomain: string) {
}
export default APM.traceFunction({
serviceName: "command",
spanName: "teamCreator",
})(teamCreator);

View File

@@ -199,6 +199,5 @@ async function teamPermanentDeleter(team: Team) {
}
export default APM.traceFunction({
serviceName: "command",
spanName: "teamPermanentDeleter",
})(teamPermanentDeleter);

View File

@@ -126,6 +126,5 @@ async function teamProvisioner({
}
export default APM.traceFunction({
serviceName: "command",
spanName: "teamProvisioner",
})(teamProvisioner);