We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0866b1 commit 58b41ceCopy full SHA for 58b41ce
packages/mcp-observability/src/metrics.ts
@@ -72,7 +72,7 @@ export class AuthUser extends MetricsEvent {
72
73
toDataPoint(): AnalyticsEngineDataPoint {
74
return {
75
- indexes: [MetricsEventIndexIds.SESSION_START],
+ indexes: [MetricsEventIndexIds.AUTH_USER],
76
blobs: this.mapBlobs({
77
blob3: this.authUser.userId,
78
blob4: this.authUser.errorMessage,
0 commit comments