elastic / support-diagnostics

Support diagnostics utility for elasticsearch and logstash
Other
289 stars 150 forks source link

Add profiling status API to ES diagnostics #667

Closed danielmitterdorfer closed 9 months ago

danielmitterdorfer commented 9 months ago

With this commit we add a new API call to gather the status of Universal Profiling in the diagnostic dump. The API is always available in the default distribution even if the Universal Profiling plugin is disabled, so it is always safe to call.

Checklist