We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862ba5d commit 9ca0092Copy full SHA for 9ca0092
1 file changed
x-pack/solutions/observability/plugins/profiling/server/routes/apm.ts
@@ -19,7 +19,7 @@ const querySchema = schema.object({
19
timeFrom: schema.number(),
20
timeTo: schema.number(),
21
functionName: schema.string(),
22
- serviceNames: schema.arrayOf(schema.string(), { maxSize: 5 }),
+ serviceNames: schema.arrayOf(schema.string(), { maxSize: 10 }),
23
});
24
25
type QuerySchemaType = TypeOf<typeof querySchema>;
0 commit comments