|
913 | 913 | "type": "string",
|
914 | 914 | "description": "The user group identifier we assign to the customer and it should be unique identifier across different IDE platforms, i.e. Classifier, CrossFile etc."
|
915 | 915 | },
|
| 916 | + { |
| 917 | + "name": "command", |
| 918 | + "type": "string", |
| 919 | + "description": "The command of an operation" |
| 920 | + }, |
916 | 921 | {
|
917 | 922 | "name": "component",
|
918 | 923 | "type": "string",
|
|
1863 | 1868 | "type": "string",
|
1864 | 1869 | "description": "Comma delimited list of NEW enabled auth connections"
|
1865 | 1870 | },
|
| 1871 | + { |
| 1872 | + "name": "numActiveServers", |
| 1873 | + "type": "int", |
| 1874 | + "description": "Number of servers active" |
| 1875 | + }, |
1866 | 1876 | {
|
1867 | 1877 | "name": "numAttempts",
|
1868 | 1878 | "type": "int",
|
1869 | 1879 | "description": "Number of generations before the user accepted or rejected"
|
1870 | 1880 | },
|
| 1881 | + { |
| 1882 | + "name": "numGlobalServers", |
| 1883 | + "type": "int", |
| 1884 | + "description": "Number of servers in global json" |
| 1885 | + }, |
| 1886 | + { |
| 1887 | + "name": "numProjectServers", |
| 1888 | + "type": "int", |
| 1889 | + "description": "Number of servers in project level json." |
| 1890 | + }, |
| 1891 | + { |
| 1892 | + "name": "numTools", |
| 1893 | + "type": "int", |
| 1894 | + "description": "Number of tools in the operation" |
| 1895 | + }, |
| 1896 | + { |
| 1897 | + "name": "numToolsAlwaysAllowed", |
| 1898 | + "type": "int", |
| 1899 | + "description": "Number of tools across servers has configuration as alwaysAllowed." |
| 1900 | + }, |
| 1901 | + { |
| 1902 | + "name": "numToolsDenied", |
| 1903 | + "type": "int", |
| 1904 | + "description": "Number of tools across servers has configuration as denied." |
| 1905 | + }, |
1871 | 1906 | {
|
1872 | 1907 | "name": "oldVersion",
|
1873 | 1908 | "type": "string",
|
|
2058 | 2093 | ],
|
2059 | 2094 | "description": "Languages targeted by the schemas service"
|
2060 | 2095 | },
|
| 2096 | + { |
| 2097 | + "name": "scope", |
| 2098 | + "type": "string", |
| 2099 | + "description": "scope of the operation/config can be a global or workspace level scope." |
| 2100 | + }, |
2061 | 2101 | {
|
2062 | 2102 | "name": "serviceType",
|
2063 | 2103 | "type": "string",
|
|
2175 | 2215 | "type": "string",
|
2176 | 2216 | "description": "Unique identifier for the trace (a set of events) this metric belongs to"
|
2177 | 2217 | },
|
| 2218 | + { |
| 2219 | + "name": "transportType", |
| 2220 | + "type": "string", |
| 2221 | + "allowedValues": [ |
| 2222 | + "stdio" |
| 2223 | + ], |
| 2224 | + "description": "Transport type of the MCP server" |
| 2225 | + }, |
2178 | 2226 | {
|
2179 | 2227 | "name": "update",
|
2180 | 2228 | "type": "boolean",
|
|
2936 | 2984 | }
|
2937 | 2985 | ]
|
2938 | 2986 | },
|
| 2987 | + { |
| 2988 | + "name": "amazonq_mcpConfig", |
| 2989 | + "description": "This metric is emitted per reload of an IDE or reinitizalize of a mcp server", |
| 2990 | + "metadata": [ |
| 2991 | + { |
| 2992 | + "type": "credentialStartUrl", |
| 2993 | + "required": false |
| 2994 | + }, |
| 2995 | + { |
| 2996 | + "type": "languageServerVersion", |
| 2997 | + "required": false |
| 2998 | + }, |
| 2999 | + { |
| 3000 | + "type": "numActiveServers", |
| 3001 | + "required": false |
| 3002 | + }, |
| 3003 | + { |
| 3004 | + "type": "numGlobalServers", |
| 3005 | + "required": false |
| 3006 | + }, |
| 3007 | + { |
| 3008 | + "type": "numProjectServers", |
| 3009 | + "required": false |
| 3010 | + }, |
| 3011 | + { |
| 3012 | + "type": "numToolsAlwaysAllowed", |
| 3013 | + "required": false |
| 3014 | + }, |
| 3015 | + { |
| 3016 | + "type": "numToolsDenied", |
| 3017 | + "required": false |
| 3018 | + } |
| 3019 | + ] |
| 3020 | + }, |
| 3021 | + { |
| 3022 | + "name": "amazonq_mcpServerInit", |
| 3023 | + "description": "This metric is emitted per mcp server name when user reloads an IDE or does any CRUD operation on mcp config.", |
| 3024 | + "metadata": [ |
| 3025 | + { |
| 3026 | + "type": "command", |
| 3027 | + "required": false |
| 3028 | + }, |
| 3029 | + { |
| 3030 | + "type": "credentialStartUrl", |
| 3031 | + "required": false |
| 3032 | + }, |
| 3033 | + { |
| 3034 | + "type": "enabled", |
| 3035 | + "required": false |
| 3036 | + }, |
| 3037 | + { |
| 3038 | + "type": "initializeTime", |
| 3039 | + "required": false |
| 3040 | + }, |
| 3041 | + { |
| 3042 | + "type": "languageServerVersion", |
| 3043 | + "required": false |
| 3044 | + }, |
| 3045 | + { |
| 3046 | + "type": "numTools", |
| 3047 | + "required": false |
| 3048 | + }, |
| 3049 | + { |
| 3050 | + "type": "scope", |
| 3051 | + "required": false |
| 3052 | + }, |
| 3053 | + { |
| 3054 | + "type": "source", |
| 3055 | + "required": false |
| 3056 | + }, |
| 3057 | + { |
| 3058 | + "type": "transportType", |
| 3059 | + "required": false |
| 3060 | + } |
| 3061 | + ] |
| 3062 | + }, |
2939 | 3063 | {
|
2940 | 3064 | "name": "amazonq_messageResponseError",
|
2941 | 3065 | "description": "When an error has occured in response to a prompt",
|
|
0 commit comments