mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Phlare: Use data query schema (#62112)
* Create cue file and gen ts/go types * Use generated schema in ts/go * Run make den-cue to update report * Manually extend Phlare query * Updates * Add default queryType * Run make gen-cue to Update report.json
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
---
|
||||
keywords:
|
||||
- grafana
|
||||
- schema
|
||||
title: PhlareDataQuery kind
|
||||
---
|
||||
> Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
|
||||
|
||||
# PhlareDataQuery kind
|
||||
|
||||
## Maturity: experimental
|
||||
## Version: 0.0
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|-----------------|----------|----------|-----------------------------------------------------|
|
||||
| `groupBy` | string[] | No | Allows to group the results. |
|
||||
| `labelSelector` | string | No | Specifies the query label selectors. Default: `{}`. |
|
||||
| `profileTypeId` | string | No | Specifies the type of profile to query. |
|
||||
|
||||
|
Reference in New Issue
Block a user