grafana / explore-profiles

Explore Profiles is a native Grafana application designed to integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data.
GNU Affero General Public License v3.0
18 stars 1 forks source link

fix(ExplainFlameGraph): Add tooltip when the LLM plugin is not installed #163

Closed grafakus closed 1 month ago

grafakus commented 1 month ago

✨ Description

Related issue(s): -

Just a quick fix to display the tooltip when the Grafana LLM plugin is not installed:

image

📖 Summary of the changes

See diff tab.

🧪 How to test?

Locally, for instance by commenting https://github.com/grafana/explore-profiles/blob/main/samples/provisioning-remote/plugins/app.yaml#L12-L30 and launching yarn server:remote

github-actions[bot] commented 1 month ago

Unit test coverage

Lines Statements Branches Functions
Coverage: 10%
10.66% (478/4482) 8.21% (136/1656) 7.97% (109/1366)