mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Adds routes to run v8 profiling tools, when running the examples plugins via `--run-examples` See the included README.md for more info
12 lines
355 B
JSON
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,
|
|
}
|
|
}
|