3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Commit Graph

18 Commits

Author SHA1 Message Date
Joey
c39e9a8f52
Tracing: Trace to profiles ()
* Update Tempo devenv to include profiles

* Update devenv to scrape profiles from local services

* Cleanup devenv

* Fix issue with flame graph

* Add width prop to ProfileTypeCascader

* Add trace to profiles settings

* Add new spanSelector API

* Add spanSelector to query editor

* Update span link query

* Conditionally show span link

* Combine profile and spanProfile query types and run specific query type in backend based on spanSelector presence

* Update placeholder

* Create feature toggle

* Remove spanProfile query type

* Cleanup

* Use feeature toggle

* Update feature toggle

* Update devenv

* Update devenv

* Tests

* Tests

* Profiles for this span

* Styling

* Types

* Update type check

* Tidier funcs

* Add config links from dataframe

* Remove time shift

* Update tests

* Update range in test

* Simplify span link logic

* Update default keys

* Update pyro link

* Use const
2023-11-01 10:14:24 +00:00
Joey
266b3fd41b
Pyroscope: Simplify and update query options to include max nodes in summary ()
Simplify and update query options to include max nodes
2023-11-01 08:47:01 +00:00
Darren Janeczek
7d2bfea777
Pyroscope: Added app integration for datasource ()
* feat: integrate pyroscope query editor with link extensions

- allows plugin app extensions to register links based on
  the query and selected datasource

* fix: remove not-as-designed busy wait mechanism

* Apply suggestions from code review

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>

* fix: implement feedback

* fix: lint

---------

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2023-10-27 08:09:05 +02:00
Josh Hunt
07266aa983
Rewrite old useStyles2 pattern to use new pattern ()
* Rewrite old useStyles2 pattern to use new pattern

* fix lint from used imports
2023-10-09 10:49:08 +01:00
Ryan McKinley
010b2461b9
Plugins: Move alias support to plugin json (but still hardcoded) () 2023-09-29 08:20:37 -07:00
Joao Silva
42cc6b1842
GrafanaUI: Create Box component () 2023-09-21 17:13:19 +01:00
Andrej Ocenas
15e54df9f2
Pyroscope: Remove "phlare" from variable, types, strings etc () 2023-09-20 16:31:22 +02:00
Andrej Ocenas
501e547bea
Pyroscope: Fix error when no profile types are returned () 2023-09-20 12:29:56 +02:00
Andrej Ocenas
f7aab06e23
Pyroscope: Remove support for old pyroscope () 2023-09-19 10:09:28 +02:00
Andrej Ocenas
f6f47678a4
QueryRunners: Bind the query function where it is passed on () 2023-09-18 17:00:43 +02:00
Bryan Huhta
0f552053e9
Pyroscope: add public catalog description ()
* Add readme

* Fix wrong link

* Update public/app/plugins/datasource/grafana-pyroscope-datasource/README.md

Co-authored-by: Dmitry Filimonov <dmitry.filimonov@grafana.com>

* Prettier fix

* Update plugins test

* Prettier fix

* updateSnapshotFlag = false

---------

Co-authored-by: Dmitry Filimonov <dmitry.filimonov@grafana.com>
2023-09-11 18:06:34 +02:00
Andrej Ocenas
a6ff50300e
Pyroscope: Template variable support () 2023-08-30 10:48:39 +02:00
Ashley Harrison
e0587dfb30
Chore: Replace deprecated usage of shape.borderRadius() ()
* properly mark borderRadius() as deprecated, replace borderRadius() with default

* undo a couple of changes

* use radius.pill in FilterPill
2023-08-01 14:46:07 +01:00
Selene
f75a3d04cf
Chore: Remove pfs.GrafanaPlugin from schemas ()
Remove pfs.GrafanaPlugin from schemas
2023-07-19 03:46:13 -04:00
Andrej Ocenas
4969a78f83
Pyroscope: Fix normalize query function () 2023-06-28 15:22:13 +02:00
Andrej Ocenas
0259ae2630
Pyroscope: Preselect default profile type or app in the query editor dropdown () 2023-06-28 12:26:09 +02:00
Selene
b0893c29a7
Chore: Generate plugin version and remove lineage version ()
* Generate plugin version and remove lineage version

* Generate version for each major

* Remove pluginVersion from core plugins

* Remove code version generation

* Generate cue files

* Move grafana version into jenny

* fix go import
2023-06-27 12:47:14 +03:00
Ryan McKinley
e17ef5e504
Pyroscope: Rename phlare to grafana-pyroscope-datasource () 2023-06-07 06:09:29 +03:00