Pyroscope: Add standalone build (#80222)

* Pyroscope standalone build

* Fix for tests

* Add missing packages

* Remove import

* Update trace to profiles

* Update test
This commit is contained in:
Joey
2024-01-16 12:46:15 +00:00
committed by GitHub
parent 96010eb21e
commit 6796e66fb8
19 changed files with 316 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.4.0-pre";
export const pluginVersion = "%VERSION%";
export type PyroscopeQueryType = ('metrics' | 'profile' | 'both');