Changes to add MCP tool count, and MCP tool name as dimension (#6631)

Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
agarwalravikant
2025-08-20 19:52:22 +05:30
committed by GitHub
parent a773d0887c
commit 6b843ca3a8
7 changed files with 51 additions and 5 deletions

View File

@@ -79,6 +79,9 @@ export function logCliConfiguration(
file_filtering_respect_git_ignore: event.file_filtering_respect_git_ignore,
debug_mode: event.debug_enabled,
mcp_servers: event.mcp_servers,
mcp_servers_count: event.mcp_servers_count,
mcp_tools: event.mcp_tools,
mcp_tools_count: event.mcp_tools_count,
};
const logger = logs.getLogger(SERVICE_NAME);