kibana/examples/v8_profiler_examples/kibana.jsonc
Patrick Mueller 1f3426942c
[examples] add routes to access v8 profiling (#155956)
Adds routes to run v8 profiling tools, when running the examples plugins
via `--run-examples`

See the included README.md for more info
2023-06-30 08:42:38 -04:00

12 lines
355 B
JSON

{
"type": "plugin",
"id": "@kbn/v8-profiler-examples-plugin",
"owner": "@elastic/response-ops",
"description": "Provides access to the v8 cpu profiler and heap profiler running this app",
"plugin": {
// umm, vs code says I can't use digits in the id field?
"id": "vEIGHTProfilerExamples",
"server": true,
"browser": false,
}
}