mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
- Added new Profiling settings so users can customize the CO2 variables
- Fixed Embeddable components to also read the new settings
- Moved code from APM to obs-shared to create the custom settings page
in Profiling.
- New Settings Page was created in Profiling UI so users can easily find
the settings:
<img width="2053" alt="Screenshot 2023-09-22 at 11 18 35"
src="6969b079
-745d-4302-8ff2-4f0f256c7f51">
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
15 lines
501 B
JSON
15 lines
501 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/observability-shared-plugin",
|
|
"owner": "@elastic/observability-ui",
|
|
"plugin": {
|
|
"id": "observabilityShared",
|
|
"server": false,
|
|
"browser": true,
|
|
"configPath": ["xpack", "observability_shared"],
|
|
"requiredPlugins": ["cases", "guidedOnboarding", "uiActions", "embeddable", "share"],
|
|
"optionalPlugins": [],
|
|
"requiredBundles": ["data", "inspector", "kibanaReact", "kibanaUtils", "advancedSettings"],
|
|
"extraPublicDirs": ["common"]
|
|
}
|
|
}
|