kibana/x-pack/plugins/observability_shared
Cauê Marcondes 12695646cf
[Profiling] New settings to control CO2 calculation (#166637)
- 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>
2023-09-30 02:25:55 -07:00
..
.storybook
common Cleanup of field_names folder (#161838) 2023-07-18 15:25:58 +02:00
public [Profiling] New settings to control CO2 calculation (#166637) 2023-09-30 02:25:55 -07:00
scripts
typings [Logs onboarding] Added entry points for observability onboarding landing page (#163300) 2023-08-10 23:57:34 -07:00
jest.config.js
kibana.jsonc [Profiling] New settings to control CO2 calculation (#166637) 2023-09-30 02:25:55 -07:00
README.md
tsconfig.json [Profiling] New settings to control CO2 calculation (#166637) 2023-09-30 02:25:55 -07:00

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.