Skip to content

Commit 9ca0092

Browse files
committed
use buffer 10 for profiling
1 parent 862ba5d commit 9ca0092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/solutions/observability/plugins/profiling/server/routes

x-pack/solutions/observability/plugins/profiling/server/routes/apm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const querySchema = schema.object({
1919
timeFrom: schema.number(),
2020
timeTo: schema.number(),
2121
functionName: schema.string(),
22-
serviceNames: schema.arrayOf(schema.string(), { maxSize: 5 }),
22+
serviceNames: schema.arrayOf(schema.string(), { maxSize: 10 }),
2323
});
2424

2525
type QuerySchemaType = TypeOf<typeof querySchema>;

0 commit comments

Comments
 (0)