* 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
23 lines
754 B
Markdown
23 lines
754 B
Markdown
---
|
|
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. |
|
|
|
|
|