Skip to content

Commit 886902b

Browse files
committed
Rename AppSignal category
1 parent b4f5690 commit 886902b

File tree

1 file changed

+2
-2
lines changed
  • packages/git-extractor/src/routes/github

1 file changed

+2
-2
lines changed

packages/git-extractor/src/routes/github/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function requestAxios(
4343
const tracer = appsignal.tracer();
4444
const span = tracer.createSpan(undefined, tracer.currentSpan());
4545
return tracer.withSpan(span, (span) => {
46-
span.setCategory("api.github");
46+
span.setCategory("request-api.github");
4747
span.setName(requestName);
4848

4949
return axios(requestObject)
@@ -723,7 +723,7 @@ export async function fetchRepoInfo(
723723
if (!latestSha || skipCache) {
724724
const tracer = appsignal.tracer();
725725
span = tracer.createSpan(undefined, tracer.currentSpan());
726-
span.setCategory("api.github");
726+
span.setCategory("request-api.github");
727727
span.setName("GET api.github.com/info");
728728

729729
const url = buildCommitsUrl(username, repo, branch, path);

0 commit comments

Comments
 (0)