Skip to content

Conversation

@hexaforce
Copy link
Contributor

@hexaforce hexaforce commented Oct 22, 2025

Overview

Fix the sampler configuration for GCP Tracer.

What I've done

The following changes were made:

1. The parent span for GraphQL was incorrect, causing tracing to fail.

2.Added sampling for REST requests.

スクリーンショット 2025-10-22 14 49 29

What I haven't done

How I tested

Which point I want you to review particularly

Memo

@hexaforce hexaforce force-pushed the feat/telemetry-tracer-update branch from 37081f2 to 6fb80a0 Compare October 22, 2025 06:08
@hexaforce hexaforce enabled auto-merge (squash) October 22, 2025 06:09
return err
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this function to app/internal/adapter/middleware?


return next(ctx)
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move codes related with tracer to server/internal/app/tracer?

@hexaforce hexaforce force-pushed the feat/telemetry-tracer-update branch from f523e82 to b7c217d Compare October 23, 2025 02:33
@hexaforce hexaforce force-pushed the feat/telemetry-tracer-update branch from 6ca3c73 to 54e0f21 Compare October 23, 2025 03:44
Copy link
Contributor

@soneda-yuya soneda-yuya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants