Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
ProjectsPageProjectMetricsQuery.graphql.ts3.54 kB
/** * @generated SignedSource<<9c055cca3660f26e247e0bebcaa77d60>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; export type TimeRange = { end?: string | null; start?: string | null; }; export type ProjectsPageProjectMetricsQuery$variables = { id: string; timeRange: TimeRange; }; export type ProjectsPageProjectMetricsQuery$data = { readonly project: { readonly latencyMsP50?: number | null; readonly traceCount?: number; }; }; export type ProjectsPageProjectMetricsQuery = { response: ProjectsPageProjectMetricsQuery$data; variables: ProjectsPageProjectMetricsQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "id" }, { "defaultValue": null, "kind": "LocalArgument", "name": "timeRange" } ], v1 = [ { "kind": "Variable", "name": "id", "variableName": "id" } ], v2 = { "kind": "Variable", "name": "timeRange", "variableName": "timeRange" }, v3 = { "kind": "InlineFragment", "selections": [ { "alias": null, "args": [ (v2/*: any*/) ], "kind": "ScalarField", "name": "traceCount", "storageKey": null }, { "alias": "latencyMsP50", "args": [ { "kind": "Literal", "name": "probability", "value": 0.5 }, (v2/*: any*/) ], "kind": "ScalarField", "name": "latencyMsQuantile", "storageKey": null } ], "type": "Project", "abstractKey": null }; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "ProjectsPageProjectMetricsQuery", "selections": [ { "alias": "project", "args": (v1/*: any*/), "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v3/*: any*/) ], "storageKey": null } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "ProjectsPageProjectMetricsQuery", "selections": [ { "alias": "project", "args": (v1/*: any*/), "concreteType": null, "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, (v3/*: any*/), { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null } ], "storageKey": null } ] }, "params": { "cacheID": "fe700bb5c4a22149fbc01725d5fd0c27", "id": null, "metadata": {}, "name": "ProjectsPageProjectMetricsQuery", "operationKind": "query", "text": "query ProjectsPageProjectMetricsQuery(\n $id: ID!\n $timeRange: TimeRange!\n) {\n project: node(id: $id) {\n __typename\n ... on Project {\n traceCount(timeRange: $timeRange)\n latencyMsP50: latencyMsQuantile(probability: 0.5, timeRange: $timeRange)\n }\n id\n }\n}\n" } }; })(); (node as any).hash = "a3d9bb6d55795e9afa84514d8d1dcba1"; export default node;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'

If you have feedback or need assistance with the MCP directory API, please join our Discord server