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="
|
||
---|---|---|
.. | ||
.storybook | ||
common | ||
public | ||
scripts | ||
typings | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Observability Shared
A plugin that contains components and utilities shared by all Observability plugins.
Shared navigation
The Observability plugin maintains a navigation registry for Observability solutions, and exposes a shared page template component. Please refer to the docs in the component directory for more information on registering your solution's navigation structure, and rendering the navigation via the shared component.
A note on cyclical dependencies
Do not import any Observability plugins into this plugin. Only export shared stuff to other plugins.