const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/dashboards/by-slug/%7Bslug%7D';
let options = {method: 'GET', headers: {Authorization: 'Bearer <API_KEY>'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));{
"dashboard": {
"name": "Example Name",
"layout": {
"sections": [
{
"id": {
"value": "<string>"
},
"rows": [
{
"id": {
"value": "<string>"
},
"appearance": {
"height": {
"value": 16
}
},
"widgets": [
{
"id": {
"value": "<string>"
},
"title": {
"value": "Gauge"
},
"description": {
"value": "Average delay of application"
},
"definition": {
"lineChart": {
"queryDefinitions": [
{
"id": {
"value": "73c65643-91d5-dba2-35cd-baa49dc65331"
},
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"groupBy": [
"<string>"
],
"aggregations": [
{
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
],
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"aggregations": [
{
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
}
],
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"seriesNameTemplate": {
"value": "Trace of {{ application }}"
},
"seriesCountLimit": {
"value": 50
},
"unit": "UNIT_UNSPECIFIED",
"scaleType": "SCALE_TYPE_UNSPECIFIED",
"name": {
"value": "Query A"
},
"isVisible": true,
"colorScheme": {
"value": "classic"
},
"resolution": {
"interval": "<string>",
"bucketsPresented": 123
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "rpm"
},
"decimal": 4,
"hashColors": false,
"yAxisMin": -1000,
"yAxisMax": 1000,
"decimalPrecision": false
}
],
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"tooltip": {
"showLabels": true,
"type": "TOOLTIP_TYPE_UNSPECIFIED"
},
"stackedLine": "STACKED_LINE_UNSPECIFIED"
},
"dataTable": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"grouping": {
"groupBy": [
"<string>"
],
"aggregations": [
{
"id": {
"value": "52d192ac-a28f-4c51-97f5-5ba004249ba1"
},
"name": "<string>",
"isVisible": true,
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
}
],
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
]
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"grouping": {
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"aggregations": [
{
"id": {
"value": "52d192ac-a28f-4c51-97f5-5ba004249ba1"
},
"name": "<string>",
"isVisible": true,
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
}
}
],
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"resultsPerPage": 10,
"rowStyle": "ROW_STYLE_UNSPECIFIED",
"columns": [
{
"field": {
"value": "coralogix.metadata.applicationName"
},
"width": 123
}
],
"orderBy": {
"field": {
"value": "coralogix.metadata.applicationName"
},
"orderDirection": "ORDER_DIRECTION_UNSPECIFIED"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED"
},
"gauge": {
"query": {
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED"
},
"logs": {
"luceneQuery": {
"value": "<string>"
},
"logsAggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"spansAggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"min": 0,
"max": 150000,
"showInnerArc": false,
"showOuterArc": true,
"unit": "UNIT_UNSPECIFIED",
"thresholds": [
{
"from": 123,
"color": "<string>",
"label": "<string>"
}
],
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"thresholdBy": "THRESHOLD_BY_UNSPECIFIED",
"customUnit": {
"value": "kvs"
},
"decimal": 3,
"thresholdType": "THRESHOLD_TYPE_UNSPECIFIED",
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"legendBy": "LEGEND_BY_UNSPECIFIED",
"displaySeriesName": true,
"decimalPrecision": false
},
"pieChart": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupNames": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"stackedGroupName": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"aggregation": "AGGREGATION_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"maxSlicesPerChart": 24,
"minSlicePercentage": 5,
"stackDefinition": {
"maxSlicesPerStack": 123,
"stackNameTemplate": {
"value": "Slice {{ group }} - subslice {{ subgroup }}"
}
},
"labelDefinition": {
"labelSource": "LABEL_SOURCE_UNSPECIFIED",
"isVisible": true,
"showName": true,
"showValue": true,
"showPercentage": true
},
"showLegend": true,
"groupNameTemplate": {
"value": "Slice - {{ variable }}"
},
"unit": "UNIT_UNSPECIFIED",
"colorScheme": {
"value": "classic"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "mph"
},
"decimal": 5,
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"hashColors": false,
"decimalPrecision": false
},
"barChart": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupNames": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"stackedGroupName": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"aggregation": "AGGREGATION_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"maxBarsPerChart": 20,
"groupNameTemplate": "Result - {{ variable }}",
"stackDefinition": {
"maxSlicesPerBar": 123,
"stackNameTemplate": "<string>"
},
"scaleType": "SCALE_TYPE_UNSPECIFIED",
"colorsBy": {
"stack": {},
"groupBy": {},
"aggregation": {}
},
"xAxis": {
"value": {},
"time": {
"interval": "<string>",
"bucketsPresented": 123
}
},
"unit": "UNIT_UNSPECIFIED",
"sortBy": "SORT_BY_TYPE_UNSPECIFIED",
"colorScheme": "classic",
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"barValueDisplay": "BAR_VALUE_DISPLAY_UNSPECIFIED",
"customUnit": "mph",
"decimal": 4,
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"hashColors": false,
"yAxisMin": -1000,
"yAxisMax": 1000,
"decimalPrecision": false
},
"horizontalBarChart": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupNames": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"stackedGroupName": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"aggregation": "AGGREGATION_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"maxBarsPerChart": 20,
"groupNameTemplate": {
"value": "Result - {{ variable }}"
},
"stackDefinition": {
"maxSlicesPerBar": 123,
"stackNameTemplate": "<string>"
},
"scaleType": "SCALE_TYPE_UNSPECIFIED",
"colorsBy": {
"stack": {},
"groupBy": {},
"aggregation": {}
},
"unit": "UNIT_UNSPECIFIED",
"displayOnBar": true,
"yAxisViewBy": {
"category": {},
"value": {}
},
"sortBy": "SORT_BY_TYPE_UNSPECIFIED",
"colorScheme": {
"value": "classic"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "mph"
},
"decimal": 4,
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"hashColors": false,
"yAxisMin": -1000,
"yAxisMax": 1000,
"decimalPrecision": false
},
"markdown": {
"markdownText": {
"value": "# This is a markdown example"
},
"tooltipText": {
"value": "This is a description in a tooltip"
}
},
"hexagon": {
"query": {
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED"
},
"logs": {
"luceneQuery": {
"value": "<string>"
},
"logsAggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"spansAggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"min": 0,
"max": 150000,
"unit": "UNIT_UNSPECIFIED",
"thresholds": [
{
"from": 123,
"color": "<string>",
"label": "<string>"
}
],
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "rpm"
},
"decimal": 2,
"thresholdType": "THRESHOLD_TYPE_UNSPECIFIED",
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"legendBy": "LEGEND_BY_UNSPECIFIED",
"decimalPrecision": false
},
"dynamic": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"aggregation": [
{
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
]
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"aggregation": [
{
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
}
]
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED"
}
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"interpretation": "INTERPRETATION_UNSPECIFIED"
}
},
"appearance": {
"width": 123
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
],
"options": {
"internal": {},
"custom": {
"name": {
"value": "Main stats section"
},
"description": {
"value": "Section with important statistics"
},
"collapsed": false,
"color": {
"predefined": "SECTION_PREDEFINED_COLOR_UNSPECIFIED"
}
}
}
}
]
},
"id": "GZLHSeqelCbD3I7HbIDtL",
"description": "Sample description",
"variables": [
{
"name": "<string>",
"definition": {
"constant": {
"value": "<string>"
},
"multiSelect": {
"selected": [
"<string>"
],
"source": {
"logsPath": {
"value": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"metricLabel": {
"metricName": "<string>",
"label": "<string>"
},
"constantList": {
"values": [
"<string>"
]
},
"spanField": {
"value": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
},
"query": {
"query": {
"logsQuery": {
"type": {
"fieldName": {
"logRegex": "<string>"
},
"fieldValue": {
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
},
"metricsQuery": {
"type": {
"metricName": {
"metricRegex": "<string>"
},
"labelName": {
"metricRegex": "<string>"
},
"labelValue": {
"metricName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelFilters": [
{
"metric": {
"stringValue": "<string>",
"variableName": "<string>"
},
"label": {
"stringValue": "<string>",
"variableName": "<string>"
},
"operator": {
"equals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
}
}
}
]
}
}
},
"spansQuery": {
"type": {
"fieldName": {
"spanRegex": "<string>"
},
"fieldValue": {
"value": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
}
},
"refreshStrategy": "REFRESH_STRATEGY_UNSPECIFIED",
"valueDisplayOptions": {
"valueRegex": "<string>",
"labelRegex": "<string>"
}
}
},
"selection": {
"all": {},
"list": {
"values": [
"<string>"
],
"labels": [
"<string>"
]
}
},
"valuesOrderDirection": "ORDER_DIRECTION_UNSPECIFIED",
"selectionOptions": {
"selectionType": "SELECTION_TYPE_UNSPECIFIED"
}
}
},
"displayName": "<string>",
"description": "<string>",
"displayType": "VARIABLE_DISPLAY_TYPE_UNSPECIFIED"
}
],
"variablesV2": [
{
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"displayType": "VARIABLE_DISPLAY_TYPE_V2_UNSPECIFIED",
"source": {
"static": {
"values": [
{
"value": "<string>",
"label": "<string>",
"isDefault": true
}
],
"valuesOrderDirection": "ORDER_DIRECTION_UNSPECIFIED",
"allOption": {
"includeAll": true,
"label": "<string>"
}
},
"query": {
"logsQuery": {
"type": {
"fieldName": {
"logRegex": "<string>"
},
"fieldValue": {
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
},
"metricsQuery": {
"type": {
"metricName": {
"metricRegex": "<string>"
},
"labelName": {
"metricRegex": "<string>"
},
"labelValue": {
"metricName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelFilters": [
{
"metric": {
"stringValue": "<string>",
"variableName": "<string>"
},
"label": {
"stringValue": "<string>",
"variableName": "<string>"
},
"operator": {
"equals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
}
}
}
]
}
}
},
"spansQuery": {
"type": {
"fieldName": {
"spanRegex": "<string>"
},
"fieldValue": {
"value": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
},
"valuesOrderDirection": "ORDER_DIRECTION_UNSPECIFIED",
"refreshStrategy": "REFRESH_STRATEGY_UNSPECIFIED",
"valueDisplayOptions": {
"valueRegex": "<string>",
"labelRegex": "<string>"
},
"allOption": {
"includeAll": true,
"label": "<string>"
}
},
"textbox": {
"defaultValue": {
"singleString": "<string>",
"singleNumeric": 123
}
}
},
"value": {
"multiString": {
"all": {},
"list": {
"values": [
{
"value": "<string>",
"label": "<string>"
}
]
}
},
"singleString": {
"value": "<string>",
"label": "<string>"
},
"singleNumeric": {
"value": 123,
"label": "<string>"
},
"regex": {
"value": "<string>",
"label": "<string>"
},
"lucene": {
"value": "<string>",
"label": "<string>"
}
},
"displayFullRow": true
}
],
"filters": [
{
"source": {
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
},
"enabled": true,
"collapsed": true
}
],
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>",
"folderId": {
"value": "<string>"
},
"folderPath": {
"segments": [
"<string>"
]
},
"annotations": [
{
"id": "<string>",
"name": "<string>",
"enabled": true,
"source": {
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"strategy": {
"startTimeMetric": {}
},
"messageTemplate": "<string>",
"labels": [
"<string>"
]
},
"logs": {
"luceneQuery": {
"value": "<string>"
},
"strategy": {
"instant": {
"timestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"range": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"endTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"duration": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"durationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"messageTemplate": "<string>",
"labelFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
]
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"strategy": {
"instant": {
"timestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"range": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"endTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"duration": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"durationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"messageTemplate": "<string>",
"labelFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
]
}
}
}
],
"off": {},
"twoMinutes": {},
"fiveMinutes": {},
"slugName": "system-health-monitoring",
"actions": [
{
"id": "<string>",
"name": "<string>",
"shouldOpenInNewWindow": true,
"widgetId": "<string>",
"definition": {
"customAction": {
"url": "<string>"
},
"goToDashboardAction": {
"dashboardId": "<string>"
}
},
"dataSource": "ACTION_DATA_SOURCE_TYPE_NONE_UNSPECIFIED"
}
]
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updaterAuthorId": "<string>",
"updaterName": "<string>",
"authorId": "<string>",
"authorName": "<string>",
"updatedOriginType": "TOKEN_ORIGIN_TYPE_UNSPECIFIED",
"createdOriginType": "TOKEN_ORIGIN_TYPE_UNSPECIFIED",
"isLocked": true,
"lockerAuthorId": "<string>",
"lockerName": "<string>"
}No description available
const fetch = require('node-fetch');
let url = 'https://api.coralogix.com/mgmt/openapi/v1/dashboards/by-slug/%7Bslug%7D';
let options = {method: 'GET', headers: {Authorization: 'Bearer <API_KEY>'}};
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error('error:' + err));{
"dashboard": {
"name": "Example Name",
"layout": {
"sections": [
{
"id": {
"value": "<string>"
},
"rows": [
{
"id": {
"value": "<string>"
},
"appearance": {
"height": {
"value": 16
}
},
"widgets": [
{
"id": {
"value": "<string>"
},
"title": {
"value": "Gauge"
},
"description": {
"value": "Average delay of application"
},
"definition": {
"lineChart": {
"queryDefinitions": [
{
"id": {
"value": "73c65643-91d5-dba2-35cd-baa49dc65331"
},
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"groupBy": [
"<string>"
],
"aggregations": [
{
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
],
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"aggregations": [
{
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
}
],
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"seriesNameTemplate": {
"value": "Trace of {{ application }}"
},
"seriesCountLimit": {
"value": 50
},
"unit": "UNIT_UNSPECIFIED",
"scaleType": "SCALE_TYPE_UNSPECIFIED",
"name": {
"value": "Query A"
},
"isVisible": true,
"colorScheme": {
"value": "classic"
},
"resolution": {
"interval": "<string>",
"bucketsPresented": 123
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "rpm"
},
"decimal": 4,
"hashColors": false,
"yAxisMin": -1000,
"yAxisMax": 1000,
"decimalPrecision": false
}
],
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"tooltip": {
"showLabels": true,
"type": "TOOLTIP_TYPE_UNSPECIFIED"
},
"stackedLine": "STACKED_LINE_UNSPECIFIED"
},
"dataTable": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"grouping": {
"groupBy": [
"<string>"
],
"aggregations": [
{
"id": {
"value": "52d192ac-a28f-4c51-97f5-5ba004249ba1"
},
"name": "<string>",
"isVisible": true,
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
}
],
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
]
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"grouping": {
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"aggregations": [
{
"id": {
"value": "52d192ac-a28f-4c51-97f5-5ba004249ba1"
},
"name": "<string>",
"isVisible": true,
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
}
}
],
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"resultsPerPage": 10,
"rowStyle": "ROW_STYLE_UNSPECIFIED",
"columns": [
{
"field": {
"value": "coralogix.metadata.applicationName"
},
"width": 123
}
],
"orderBy": {
"field": {
"value": "coralogix.metadata.applicationName"
},
"orderDirection": "ORDER_DIRECTION_UNSPECIFIED"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED"
},
"gauge": {
"query": {
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED"
},
"logs": {
"luceneQuery": {
"value": "<string>"
},
"logsAggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"spansAggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"min": 0,
"max": 150000,
"showInnerArc": false,
"showOuterArc": true,
"unit": "UNIT_UNSPECIFIED",
"thresholds": [
{
"from": 123,
"color": "<string>",
"label": "<string>"
}
],
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"thresholdBy": "THRESHOLD_BY_UNSPECIFIED",
"customUnit": {
"value": "kvs"
},
"decimal": 3,
"thresholdType": "THRESHOLD_TYPE_UNSPECIFIED",
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"legendBy": "LEGEND_BY_UNSPECIFIED",
"displaySeriesName": true,
"decimalPrecision": false
},
"pieChart": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupNames": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"stackedGroupName": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"aggregation": "AGGREGATION_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"maxSlicesPerChart": 24,
"minSlicePercentage": 5,
"stackDefinition": {
"maxSlicesPerStack": 123,
"stackNameTemplate": {
"value": "Slice {{ group }} - subslice {{ subgroup }}"
}
},
"labelDefinition": {
"labelSource": "LABEL_SOURCE_UNSPECIFIED",
"isVisible": true,
"showName": true,
"showValue": true,
"showPercentage": true
},
"showLegend": true,
"groupNameTemplate": {
"value": "Slice - {{ variable }}"
},
"unit": "UNIT_UNSPECIFIED",
"colorScheme": {
"value": "classic"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "mph"
},
"decimal": 5,
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"hashColors": false,
"decimalPrecision": false
},
"barChart": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupNames": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"stackedGroupName": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"aggregation": "AGGREGATION_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"maxBarsPerChart": 20,
"groupNameTemplate": "Result - {{ variable }}",
"stackDefinition": {
"maxSlicesPerBar": 123,
"stackNameTemplate": "<string>"
},
"scaleType": "SCALE_TYPE_UNSPECIFIED",
"colorsBy": {
"stack": {},
"groupBy": {},
"aggregation": {}
},
"xAxis": {
"value": {},
"time": {
"interval": "<string>",
"bucketsPresented": 123
}
},
"unit": "UNIT_UNSPECIFIED",
"sortBy": "SORT_BY_TYPE_UNSPECIFIED",
"colorScheme": "classic",
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"barValueDisplay": "BAR_VALUE_DISPLAY_UNSPECIFIED",
"customUnit": "mph",
"decimal": 4,
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"hashColors": false,
"yAxisMin": -1000,
"yAxisMax": 1000,
"decimalPrecision": false
},
"horizontalBarChart": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"aggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupNames": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"stackedGroupName": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupNamesFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"stackedGroupNameField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"aggregation": "AGGREGATION_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"groupNames": [
"<string>"
],
"stackedGroupName": "<string>",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"maxBarsPerChart": 20,
"groupNameTemplate": {
"value": "Result - {{ variable }}"
},
"stackDefinition": {
"maxSlicesPerBar": 123,
"stackNameTemplate": "<string>"
},
"scaleType": "SCALE_TYPE_UNSPECIFIED",
"colorsBy": {
"stack": {},
"groupBy": {},
"aggregation": {}
},
"unit": "UNIT_UNSPECIFIED",
"displayOnBar": true,
"yAxisViewBy": {
"category": {},
"value": {}
},
"sortBy": "SORT_BY_TYPE_UNSPECIFIED",
"colorScheme": {
"value": "classic"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "mph"
},
"decimal": 4,
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"hashColors": false,
"yAxisMin": -1000,
"yAxisMax": 1000,
"decimalPrecision": false
},
"markdown": {
"markdownText": {
"value": "# This is a markdown example"
},
"tooltipText": {
"value": "This is a description in a tooltip"
}
},
"hexagon": {
"query": {
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"filters": [
{
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
],
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED",
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"aggregation": "AGGREGATION_UNSPECIFIED",
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED"
},
"logs": {
"luceneQuery": {
"value": "<string>"
},
"logsAggregation": {
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"spansAggregation": {
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
},
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"groupBys": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
]
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"filters": [
{
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
}
],
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
}
}
},
"min": 0,
"max": 150000,
"unit": "UNIT_UNSPECIFIED",
"thresholds": [
{
"from": 123,
"color": "<string>",
"label": "<string>"
}
],
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"customUnit": {
"value": "rpm"
},
"decimal": 2,
"thresholdType": "THRESHOLD_TYPE_UNSPECIFIED",
"legend": {
"isVisible": true,
"columns": [
1,
2,
6
],
"groupByQuery": true,
"placement": "LEGEND_PLACEMENT_UNSPECIFIED"
},
"legendBy": "LEGEND_BY_UNSPECIFIED",
"decimalPrecision": false
},
"dynamic": {
"query": {
"logs": {
"luceneQuery": {
"value": "<string>"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"filters": [
{
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
],
"aggregation": [
{
"count": {},
"countDistinct": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"sum": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"average": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"min": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"max": {
"field": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"percentile": {
"field": "<string>",
"percent": 123,
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
]
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED",
"filters": [
{
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
}
],
"groupBy": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
],
"aggregation": [
{
"metricAggregation": {
"metricField": "METRIC_FIELD_UNSPECIFIED",
"aggregationType": "METRIC_AGGREGATION_TYPE_UNSPECIFIED"
},
"dimensionAggregation": {
"dimensionField": "DIMENSION_FIELD_UNSPECIFIED",
"aggregationType": "DIMENSION_AGGREGATION_TYPE_UNSPECIFIED"
}
}
]
},
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"promqlQueryType": "PROM_QL_QUERY_TYPE_UNSPECIFIED",
"editorMode": "METRICS_QUERY_EDITOR_MODE_UNSPECIFIED"
},
"dataprime": {
"dataprimeQuery": {
"text": "<string>"
},
"dataModeType": "DATA_MODE_TYPE_HIGH_UNSPECIFIED"
}
},
"timeFrame": {
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>"
},
"interpretation": "INTERPRETATION_UNSPECIFIED"
}
},
"appearance": {
"width": 123
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
],
"options": {
"internal": {},
"custom": {
"name": {
"value": "Main stats section"
},
"description": {
"value": "Section with important statistics"
},
"collapsed": false,
"color": {
"predefined": "SECTION_PREDEFINED_COLOR_UNSPECIFIED"
}
}
}
}
]
},
"id": "GZLHSeqelCbD3I7HbIDtL",
"description": "Sample description",
"variables": [
{
"name": "<string>",
"definition": {
"constant": {
"value": "<string>"
},
"multiSelect": {
"selected": [
"<string>"
],
"source": {
"logsPath": {
"value": "<string>",
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"metricLabel": {
"metricName": "<string>",
"label": "<string>"
},
"constantList": {
"values": [
"<string>"
]
},
"spanField": {
"value": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
}
},
"query": {
"query": {
"logsQuery": {
"type": {
"fieldName": {
"logRegex": "<string>"
},
"fieldValue": {
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
},
"metricsQuery": {
"type": {
"metricName": {
"metricRegex": "<string>"
},
"labelName": {
"metricRegex": "<string>"
},
"labelValue": {
"metricName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelFilters": [
{
"metric": {
"stringValue": "<string>",
"variableName": "<string>"
},
"label": {
"stringValue": "<string>",
"variableName": "<string>"
},
"operator": {
"equals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
}
}
}
]
}
}
},
"spansQuery": {
"type": {
"fieldName": {
"spanRegex": "<string>"
},
"fieldValue": {
"value": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
}
},
"refreshStrategy": "REFRESH_STRATEGY_UNSPECIFIED",
"valueDisplayOptions": {
"valueRegex": "<string>",
"labelRegex": "<string>"
}
}
},
"selection": {
"all": {},
"list": {
"values": [
"<string>"
],
"labels": [
"<string>"
]
}
},
"valuesOrderDirection": "ORDER_DIRECTION_UNSPECIFIED",
"selectionOptions": {
"selectionType": "SELECTION_TYPE_UNSPECIFIED"
}
}
},
"displayName": "<string>",
"description": "<string>",
"displayType": "VARIABLE_DISPLAY_TYPE_UNSPECIFIED"
}
],
"variablesV2": [
{
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"displayType": "VARIABLE_DISPLAY_TYPE_V2_UNSPECIFIED",
"source": {
"static": {
"values": [
{
"value": "<string>",
"label": "<string>",
"isDefault": true
}
],
"valuesOrderDirection": "ORDER_DIRECTION_UNSPECIFIED",
"allOption": {
"includeAll": true,
"label": "<string>"
}
},
"query": {
"logsQuery": {
"type": {
"fieldName": {
"logRegex": "<string>"
},
"fieldValue": {
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
},
"metricsQuery": {
"type": {
"metricName": {
"metricRegex": "<string>"
},
"labelName": {
"metricRegex": "<string>"
},
"labelValue": {
"metricName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelName": {
"stringValue": "<string>",
"variableName": "<string>"
},
"labelFilters": [
{
"metric": {
"stringValue": "<string>",
"variableName": "<string>"
},
"label": {
"stringValue": "<string>",
"variableName": "<string>"
},
"operator": {
"equals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
{
"stringValue": "<string>",
"variableName": "<string>"
}
]
}
}
}
}
}
]
}
}
},
"spansQuery": {
"type": {
"fieldName": {
"spanRegex": "<string>"
},
"fieldValue": {
"value": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
}
},
"valuesOrderDirection": "ORDER_DIRECTION_UNSPECIFIED",
"refreshStrategy": "REFRESH_STRATEGY_UNSPECIFIED",
"valueDisplayOptions": {
"valueRegex": "<string>",
"labelRegex": "<string>"
},
"allOption": {
"includeAll": true,
"label": "<string>"
}
},
"textbox": {
"defaultValue": {
"singleString": "<string>",
"singleNumeric": 123
}
}
},
"value": {
"multiString": {
"all": {},
"list": {
"values": [
{
"value": "<string>",
"label": "<string>"
}
]
}
},
"singleString": {
"value": "<string>",
"label": "<string>"
},
"singleNumeric": {
"value": 123,
"label": "<string>"
},
"regex": {
"value": "<string>",
"label": "<string>"
},
"lucene": {
"value": "<string>",
"label": "<string>"
}
},
"displayFullRow": true
}
],
"filters": [
{
"source": {
"logs": {
"field": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"spans": {
"field": {
"metadataField": "METADATA_FIELD_UNSPECIFIED",
"tagField": "<string>",
"processTagField": "<string>"
},
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
},
"observationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED",
"relationType": "SPAN_RELATION_TYPE_NONE_UNSPECIFIED"
}
},
"metrics": {
"metric": "<string>",
"label": "<string>",
"operator": {
"equals": {
"selection": {
"all": {},
"list": {
"values": [
"<string>"
]
}
}
},
"notEquals": {
"selection": {
"list": {
"values": [
"<string>"
]
}
}
}
}
}
},
"enabled": true,
"collapsed": true
}
],
"absoluteTimeFrame": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"relativeTimeFrame": "<string>",
"folderId": {
"value": "<string>"
},
"folderPath": {
"segments": [
"<string>"
]
},
"annotations": [
{
"id": "<string>",
"name": "<string>",
"enabled": true,
"source": {
"metrics": {
"promqlQuery": {
"value": "<string>"
},
"strategy": {
"startTimeMetric": {}
},
"messageTemplate": "<string>",
"labels": [
"<string>"
]
},
"logs": {
"luceneQuery": {
"value": "<string>"
},
"strategy": {
"instant": {
"timestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"range": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"endTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"duration": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"durationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"messageTemplate": "<string>",
"labelFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
]
},
"spans": {
"luceneQuery": {
"value": "<string>"
},
"strategy": {
"instant": {
"timestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"range": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"endTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
},
"duration": {
"startTimestampField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
},
"durationField": {
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
}
},
"messageTemplate": "<string>",
"labelFields": [
{
"keypath": [
"<string>"
],
"scope": "DATASET_SCOPE_UNSPECIFIED"
}
]
}
}
}
],
"off": {},
"twoMinutes": {},
"fiveMinutes": {},
"slugName": "system-health-monitoring",
"actions": [
{
"id": "<string>",
"name": "<string>",
"shouldOpenInNewWindow": true,
"widgetId": "<string>",
"definition": {
"customAction": {
"url": "<string>"
},
"goToDashboardAction": {
"dashboardId": "<string>"
}
},
"dataSource": "ACTION_DATA_SOURCE_TYPE_NONE_UNSPECIFIED"
}
]
},
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updaterAuthorId": "<string>",
"updaterName": "<string>",
"authorId": "<string>",
"authorName": "<string>",
"updatedOriginType": "TOKEN_ORIGIN_TYPE_UNSPECIFIED",
"createdOriginType": "TOKEN_ORIGIN_TYPE_UNSPECIFIED",
"isLocked": true,
"lockerAuthorId": "<string>",
"lockerName": "<string>"
}API key authentication
A successful response.
This is a response containing the requested dashboard
Dashboard represents the structure and configuration of a Coralogix Custom Dashboard.
Show child attributes
The display name of the dashboard
"Example Name"
Show child attributes
The list of sections in the dashboard
Show child attributes
Definition of a section's rows (one row represents a single row of visualizations)
Show child attributes
The list of widgets in the row
Show child attributes
Name of the widget
{ "value": "Gauge" }Short description of the widget
{ "value": "Average delay of application" }Show child attributes
LineChart represents the configuration of a line chart widget.
Show child attributes
Definitions of widget queries
Show child attributes
Unique id of the query definition
{
"value": "73c65643-91d5-dba2-35cd-baa49dc65331"
}Show child attributes
Show child attributes
List of field names to group the query results
List of query aggregation functions, it should contain only one element
Show child attributes
Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of filters that narrow down query results
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA A list of observation fields to group the query results
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
Show child attributes
Show child attributes
List of field names to group the span records
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME List of span query aggregation functions, it should contain only one element
Show child attributes
Show child attributes
METRIC_FIELD_UNSPECIFIED, METRIC_FIELD_DURATION METRIC_AGGREGATION_TYPE_UNSPECIFIED, METRIC_AGGREGATION_TYPE_MIN, METRIC_AGGREGATION_TYPE_MAX, METRIC_AGGREGATION_TYPE_AVERAGE, METRIC_AGGREGATION_TYPE_SUM, METRIC_AGGREGATION_TYPE_PERCENTILE_99, METRIC_AGGREGATION_TYPE_PERCENTILE_95, METRIC_AGGREGATION_TYPE_PERCENTILE_50 Show child attributes
DIMENSION_FIELD_UNSPECIFIED, DIMENSION_FIELD_TRACE_ID DIMENSION_AGGREGATION_TYPE_UNSPECIFIED, DIMENSION_AGGREGATION_TYPE_UNIQUE_COUNT, DIMENSION_AGGREGATION_TYPE_ERROR_COUNT List of span query filters
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
A list of observation fields to group the records by
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
List of query filters
Show child attributes
This data structure represents the filter criteria for logs.
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA This data structure represents the filter criteria for spans.
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT This data structure represents the filter criteria for metrics.
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
Show child attributes
Custom template for the series name
{ "value": "Trace of {{ application }}" }Max count of the series per query
{ "value": 50 }UNIT_UNSPECIFIED, UNIT_MICROSECONDS, UNIT_MILLISECONDS, UNIT_SECONDS, UNIT_BYTES, UNIT_KBYTES, UNIT_MBYTES, UNIT_GBYTES, UNIT_BYTES_IEC, UNIT_KIBYTES, UNIT_MIBYTES, UNIT_GIBYTES, UNIT_EUR_CENTS, UNIT_EUR, UNIT_USD_CENTS, UNIT_USD, UNIT_NANOSECONDS, UNIT_CUSTOM, UNIT_PERCENT_ZERO_ONE, UNIT_PERCENT_ZERO_HUNDRED, UNIT_PERCENT SCALE_TYPE_UNSPECIFIED, SCALE_TYPE_LINEAR, SCALE_TYPE_LOGARITHMIC Custom name of the query
{ "value": "Query A" }Is the query visible
true
Applied color scheme for this query, one of the predefined values
{ "value": "classic" }Show child attributes
Interval of value sampling, i.e. every 5 minutes, every 1 second and so on
How many buckets to present in the selected timeframe
DATA_MODE_TYPE_HIGH_UNSPECIFIED, DATA_MODE_TYPE_ARCHIVE Custom unit (requires to have unit field as 'custom' to take effect)
{ "value": "rpm" }Number indicating the decimal precision of the numeric values, within range 0-15
4
Whether to ignore color scheme and derive colors from algorithm
false
Number indicating the lower band for y axis
-1000
Number indicating the upper band for y axis
1000
Whether to render numeric value without abbreviation
false
Show child attributes
Is the legend visible in the widget
List of columns to display in legend
LEGEND_COLUMN_UNSPECIFIED, LEGEND_COLUMN_MIN, LEGEND_COLUMN_MAX, LEGEND_COLUMN_SUM, LEGEND_COLUMN_AVG, LEGEND_COLUMN_LAST, LEGEND_COLUMN_NAME [1, 2, 6]In case of multiple queries, whether legend items should be grouped by their respective queries
LEGEND_PLACEMENT_UNSPECIFIED, LEGEND_PLACEMENT_AUTO, LEGEND_PLACEMENT_BOTTOM, LEGEND_PLACEMENT_SIDE, LEGEND_PLACEMENT_HIDDEN Show child attributes
STACKED_LINE_UNSPECIFIED, STACKED_LINE_ABSOLUTE, STACKED_LINE_RELATIVE Show child attributes
Show child attributes
A logs variant of the query
Show child attributes
List of filters that narrow down query results
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
List of field names to group the query results
List of aggregations
Show child attributes
Aggregation unique identifier
{
"value": "52d192ac-a28f-4c51-97f5-5ba004249ba1"
}Aggregation name
Whether the aggregation is visible in the table
Show child attributes
Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of observation fields to group the results
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
A spans variant of the query
Show child attributes
List of span query filters
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
List of field names to group the span records
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME List of aggregations applied to span records
Show child attributes
Aggregation unique identifier
{
"value": "52d192ac-a28f-4c51-97f5-5ba004249ba1"
}Aggregation name
Whether the aggregation is visible in the table
Show child attributes
Show child attributes
METRIC_FIELD_UNSPECIFIED, METRIC_FIELD_DURATION METRIC_AGGREGATION_TYPE_UNSPECIFIED, METRIC_AGGREGATION_TYPE_MIN, METRIC_AGGREGATION_TYPE_MAX, METRIC_AGGREGATION_TYPE_AVERAGE, METRIC_AGGREGATION_TYPE_SUM, METRIC_AGGREGATION_TYPE_PERCENTILE_99, METRIC_AGGREGATION_TYPE_PERCENTILE_95, METRIC_AGGREGATION_TYPE_PERCENTILE_50 Show child attributes
DIMENSION_FIELD_UNSPECIFIED, DIMENSION_FIELD_TRACE_ID DIMENSION_AGGREGATION_TYPE_UNSPECIFIED, DIMENSION_AGGREGATION_TYPE_UNIQUE_COUNT, DIMENSION_AGGREGATION_TYPE_ERROR_COUNT A list of observation fields definitions to group the records by
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
A metrics variant of the query
Show child attributes
List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
PROM_QL_QUERY_TYPE_UNSPECIFIED, PROM_QL_QUERY_TYPE_RANGE, PROM_QL_QUERY_TYPE_INSTANT A Dataprime variant of the query
Show child attributes
List of query filters
Show child attributes
This data structure represents the filter criteria for logs.
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA This data structure represents the filter criteria for spans.
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT This data structure represents the filter criteria for metrics.
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
How many results are displayed per table page
10
ROW_STYLE_UNSPECIFIED, ROW_STYLE_ONE_LINE, ROW_STYLE_TWO_LINE, ROW_STYLE_CONDENSED, ROW_STYLE_JSON, ROW_STYLE_LIST List of column definitions
Show child attributes
Name of the field to display in the column
{
"value": "coralogix.metadata.applicationName"
}Custom width of the column, by default it's automatically adjusted
Show child attributes
Field name to order by
{
"value": "coralogix.metadata.applicationName"
}ORDER_DIRECTION_UNSPECIFIED, ORDER_DIRECTION_ASC, ORDER_DIRECTION_DESC DATA_MODE_TYPE_HIGH_UNSPECIFIED, DATA_MODE_TYPE_ARCHIVE Show child attributes
Show child attributes
A metrics variant of the query
Show child attributes
AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
PROM_QL_QUERY_TYPE_UNSPECIFIED, PROM_QL_QUERY_TYPE_RANGE, PROM_QL_QUERY_TYPE_INSTANT A logs variant of the query
Show child attributes
Show child attributes
Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM List of filters that narrow down query results
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA A list of observation fields by which to group the results
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
A spans variant of the query
Show child attributes
Show child attributes
Show child attributes
METRIC_FIELD_UNSPECIFIED, METRIC_FIELD_DURATION METRIC_AGGREGATION_TYPE_UNSPECIFIED, METRIC_AGGREGATION_TYPE_MIN, METRIC_AGGREGATION_TYPE_MAX, METRIC_AGGREGATION_TYPE_AVERAGE, METRIC_AGGREGATION_TYPE_SUM, METRIC_AGGREGATION_TYPE_PERCENTILE_99, METRIC_AGGREGATION_TYPE_PERCENTILE_95, METRIC_AGGREGATION_TYPE_PERCENTILE_50 Show child attributes
DIMENSION_FIELD_UNSPECIFIED, DIMENSION_FIELD_TRACE_ID DIMENSION_AGGREGATION_TYPE_UNSPECIFIED, DIMENSION_AGGREGATION_TYPE_UNIQUE_COUNT, DIMENSION_AGGREGATION_TYPE_ERROR_COUNT AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM List of span query filters
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT List of field names to group the span records
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
A list of observation fields to group the records by
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT A Dataprime variant of the query
Show child attributes
List of query filters
Show child attributes
This data structure represents the filter criteria for logs.
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA This data structure represents the filter criteria for spans.
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT This data structure represents the filter criteria for metrics.
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
A minimum gauge value used in percentage threshold calculation and for visual value representation
0
A maximum gauge value used in percentage threshold calculation and for visual value representation
150000
Whether to show the inner arc of gauge which graphically represents the value
false
Whether to show the outer arc of gauge which graphically represents the min/max range
true
UNIT_UNSPECIFIED, UNIT_NUMBER, UNIT_PERCENT, UNIT_MICROSECONDS, UNIT_MILLISECONDS, UNIT_SECONDS, UNIT_BYTES, UNIT_KBYTES, UNIT_MBYTES, UNIT_GBYTES, UNIT_BYTES_IEC, UNIT_KIBYTES, UNIT_MIBYTES, UNIT_GIBYTES, UNIT_EUR_CENTS, UNIT_EUR, UNIT_USD_CENTS, UNIT_USD, UNIT_CUSTOM, UNIT_PERCENT_ZERO_ONE, UNIT_PERCENT_ZERO_HUNDRED, UNIT_NANOSECONDS List of value thresholds, each with a certain color and an optional name label
Show child attributes
Minimum bound value of the threshold
Color of the threshold
Optional label of the threshold
DATA_MODE_TYPE_HIGH_UNSPECIFIED, DATA_MODE_TYPE_ARCHIVE THRESHOLD_BY_UNSPECIFIED, THRESHOLD_BY_VALUE, THRESHOLD_BY_BACKGROUND Custom unit (requires to have unit field set as 'custom' to take effect)
{ "value": "kvs" }Number indicating the decimal precision of the numeric values, within range 0-15
3
THRESHOLD_TYPE_UNSPECIFIED, THRESHOLD_TYPE_RELATIVE, THRESHOLD_TYPE_ABSOLUTE Show child attributes
Is the legend visible in the widget
List of columns to display in legend
LEGEND_COLUMN_UNSPECIFIED, LEGEND_COLUMN_MIN, LEGEND_COLUMN_MAX, LEGEND_COLUMN_SUM, LEGEND_COLUMN_AVG, LEGEND_COLUMN_LAST, LEGEND_COLUMN_NAME [1, 2, 6]In case of multiple queries, whether legend items should be grouped by their respective queries
LEGEND_PLACEMENT_UNSPECIFIED, LEGEND_PLACEMENT_AUTO, LEGEND_PLACEMENT_BOTTOM, LEGEND_PLACEMENT_SIDE, LEGEND_PLACEMENT_HIDDEN LEGEND_BY_UNSPECIFIED, LEGEND_BY_THRESHOLDS, LEGEND_BY_GROUPS (multigauge display only) Whether to show the series names above the value
Whether to render numeric value without abbreviation
false
Show child attributes
Show child attributes
A logs variant of the query
Show child attributes
Show child attributes
Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of filters that narrow down query results
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of field names to group the query results
Field name by which results are stacked in individual group
List of observation fields to group the results
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
A spans variant of the query
Show child attributes
Show child attributes
Show child attributes
METRIC_FIELD_UNSPECIFIED, METRIC_FIELD_DURATION METRIC_AGGREGATION_TYPE_UNSPECIFIED, METRIC_AGGREGATION_TYPE_MIN, METRIC_AGGREGATION_TYPE_MAX, METRIC_AGGREGATION_TYPE_AVERAGE, METRIC_AGGREGATION_TYPE_SUM, METRIC_AGGREGATION_TYPE_PERCENTILE_99, METRIC_AGGREGATION_TYPE_PERCENTILE_95, METRIC_AGGREGATION_TYPE_PERCENTILE_50 Show child attributes
DIMENSION_FIELD_UNSPECIFIED, DIMENSION_FIELD_TRACE_ID DIMENSION_AGGREGATION_TYPE_UNSPECIFIED, DIMENSION_AGGREGATION_TYPE_UNIQUE_COUNT, DIMENSION_AGGREGATION_TYPE_ERROR_COUNT List of span query filters
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT List of field names to group the span records
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
A list of observation fields definitions to group the records by
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT A metrics variant of the query
Show child attributes
List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
List of field names by which metric results are grouped
Field name by which results in groups are divided into subgroups
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
PROM_QL_QUERY_TYPE_UNSPECIFIED, PROM_QL_QUERY_TYPE_RANGE, PROM_QL_QUERY_TYPE_INSTANT AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM A Dataprime variant of the query
Show child attributes
List of query filters
Show child attributes
This data structure represents the filter criteria for logs.
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA This data structure represents the filter criteria for spans.
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT This data structure represents the filter criteria for metrics.
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
List of field names by which results are grouped
Field name by which results in groups are divided into subgroups
Show child attributes
Maximum number of slices on a chart
24
Minimum percentage threshold for slices to be displayed
5
Show child attributes
How many slices can fit in a single slice stack
Custom template name of an individual slice in the stack
{
"value": "Slice {{ group }} - subslice {{ subgroup }}"
}Show child attributes
LABEL_SOURCE_UNSPECIFIED, LABEL_SOURCE_INNER, LABEL_SOURCE_STACK Are labels visible
Whether to show the name of slice in the label
Whether to show value of slice in the label
Whether to show percentage value of slice in the label
Indicates whether to display the legend
Custom template name for a group, can contain variables
{ "value": "Slice - {{ variable }}" }UNIT_UNSPECIFIED, UNIT_MICROSECONDS, UNIT_MILLISECONDS, UNIT_SECONDS, UNIT_BYTES, UNIT_KBYTES, UNIT_MBYTES, UNIT_GBYTES, UNIT_BYTES_IEC, UNIT_KIBYTES, UNIT_MIBYTES, UNIT_GIBYTES, UNIT_EUR_CENTS, UNIT_EUR, UNIT_USD_CENTS, UNIT_USD, UNIT_NANOSECONDS, UNIT_CUSTOM, UNIT_PERCENT_ZERO_ONE, UNIT_PERCENT_ZERO_HUNDRED, UNIT_PERCENT Applied color scheme, one of the predefined values
{ "value": "classic" }DATA_MODE_TYPE_HIGH_UNSPECIFIED, DATA_MODE_TYPE_ARCHIVE Custom unit (requires the unit field to be set to custom to take effect)
{ "value": "mph" }Number indicating the decimal precision of the numeric values, within range 0-15
5
Show child attributes
Is the legend visible in the widget
List of columns to display in legend
LEGEND_COLUMN_UNSPECIFIED, LEGEND_COLUMN_MIN, LEGEND_COLUMN_MAX, LEGEND_COLUMN_SUM, LEGEND_COLUMN_AVG, LEGEND_COLUMN_LAST, LEGEND_COLUMN_NAME [1, 2, 6]In case of multiple queries, whether legend items should be grouped by their respective queries
LEGEND_PLACEMENT_UNSPECIFIED, LEGEND_PLACEMENT_AUTO, LEGEND_PLACEMENT_BOTTOM, LEGEND_PLACEMENT_SIDE, LEGEND_PLACEMENT_HIDDEN Whether to ignore color scheme and derive colors from algorithm
false
Whether to render numeric value without abbreviation
false
BarChart represents the configuration of a vertical bar chart widget.
Show child attributes
Show child attributes
A logs variant of the query
Show child attributes
Show child attributes
Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of filters that narrow down query results
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of field names to group the query results
Field name by which results are stacked in individual group
List of observation fields to group the results
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
A spans variant of the query
Show child attributes
Show child attributes
Show child attributes
METRIC_FIELD_UNSPECIFIED, METRIC_FIELD_DURATION METRIC_AGGREGATION_TYPE_UNSPECIFIED, METRIC_AGGREGATION_TYPE_MIN, METRIC_AGGREGATION_TYPE_MAX, METRIC_AGGREGATION_TYPE_AVERAGE, METRIC_AGGREGATION_TYPE_SUM, METRIC_AGGREGATION_TYPE_PERCENTILE_99, METRIC_AGGREGATION_TYPE_PERCENTILE_95, METRIC_AGGREGATION_TYPE_PERCENTILE_50 Show child attributes
DIMENSION_FIELD_UNSPECIFIED, DIMENSION_FIELD_TRACE_ID DIMENSION_AGGREGATION_TYPE_UNSPECIFIED, DIMENSION_AGGREGATION_TYPE_UNIQUE_COUNT, DIMENSION_AGGREGATION_TYPE_ERROR_COUNT List of span query filters
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT List of field names to group the span records
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
A list of observation fields definitions to group the records by
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT A metrics variant of the query
Show child attributes
List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
List of field names by which metric results are grouped
Field name by which results in groups are divided into subgroups
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
PROM_QL_QUERY_TYPE_UNSPECIFIED, PROM_QL_QUERY_TYPE_RANGE, PROM_QL_QUERY_TYPE_INSTANT AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM A Dataprime variant of the query
Show child attributes
List of query filters
Show child attributes
This data structure represents the filter criteria for logs.
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA This data structure represents the filter criteria for spans.
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT This data structure represents the filter criteria for metrics.
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
List of field names by which results are grouped
Field name by which results in groups are divided into subgroups
Show child attributes
Maximum number of bars on a chart
20
Custom template name for a bar group, can contain variables
"Result - {{ variable }}"
Show child attributes
SCALE_TYPE_UNSPECIFIED, SCALE_TYPE_LINEAR, SCALE_TYPE_LOGARITHMIC Show child attributes
Show child attributes
Interval of value sampling, i.e. every 5 minutes, every 1 second and so on
How many buckets to present in the selected timeframe
UNIT_UNSPECIFIED, UNIT_MICROSECONDS, UNIT_MILLISECONDS, UNIT_SECONDS, UNIT_BYTES, UNIT_KBYTES, UNIT_MBYTES, UNIT_GBYTES, UNIT_BYTES_IEC, UNIT_KIBYTES, UNIT_MIBYTES, UNIT_GIBYTES, UNIT_EUR_CENTS, UNIT_EUR, UNIT_USD_CENTS, UNIT_USD, UNIT_NANOSECONDS, UNIT_CUSTOM, UNIT_PERCENT_ZERO_ONE, UNIT_PERCENT_ZERO_HUNDRED, UNIT_PERCENT SORT_BY_TYPE_UNSPECIFIED, SORT_BY_TYPE_VALUE, SORT_BY_TYPE_NAME Applied color scheme, one of the predefined values
"classic"
DATA_MODE_TYPE_HIGH_UNSPECIFIED, DATA_MODE_TYPE_ARCHIVE BAR_VALUE_DISPLAY_UNSPECIFIED, BAR_VALUE_DISPLAY_TOP, BAR_VALUE_DISPLAY_INSIDE, BAR_VALUE_DISPLAY_BOTH Custom unit (requires to have unit field set to custom to take effect)
"mph"
Number indicating the decimal precision of the numeric values, within range 0-15
4
Show child attributes
Is the legend visible in the widget
List of columns to display in legend
LEGEND_COLUMN_UNSPECIFIED, LEGEND_COLUMN_MIN, LEGEND_COLUMN_MAX, LEGEND_COLUMN_SUM, LEGEND_COLUMN_AVG, LEGEND_COLUMN_LAST, LEGEND_COLUMN_NAME [1, 2, 6]In case of multiple queries, whether legend items should be grouped by their respective queries
LEGEND_PLACEMENT_UNSPECIFIED, LEGEND_PLACEMENT_AUTO, LEGEND_PLACEMENT_BOTTOM, LEGEND_PLACEMENT_SIDE, LEGEND_PLACEMENT_HIDDEN Whether to ignore color scheme and derive colors from algorithm
false
Number indicating the lower band for y axis
-1000
Number indicating the upper band for y axis
1000
Whether to render numeric value without abbreviation
false
Show child attributes
Show child attributes
A logs variant of the query
Show child attributes
Show child attributes
Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of filters that narrow down query results
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA List of field names to group the query results
Field name by which results are stacked in individual group
List of observation fields to group the results
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Show child attributes
A spans variant of the query
Show child attributes
Show child attributes
Show child attributes
METRIC_FIELD_UNSPECIFIED, METRIC_FIELD_DURATION METRIC_AGGREGATION_TYPE_UNSPECIFIED, METRIC_AGGREGATION_TYPE_MIN, METRIC_AGGREGATION_TYPE_MAX, METRIC_AGGREGATION_TYPE_AVERAGE, METRIC_AGGREGATION_TYPE_SUM, METRIC_AGGREGATION_TYPE_PERCENTILE_99, METRIC_AGGREGATION_TYPE_PERCENTILE_95, METRIC_AGGREGATION_TYPE_PERCENTILE_50 Show child attributes
DIMENSION_FIELD_UNSPECIFIED, DIMENSION_FIELD_TRACE_ID DIMENSION_AGGREGATION_TYPE_UNSPECIFIED, DIMENSION_AGGREGATION_TYPE_UNIQUE_COUNT, DIMENSION_AGGREGATION_TYPE_ERROR_COUNT List of span query filters
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT List of field names to group the span records
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME Show child attributes
A list of observation fields definitions to group the records by
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT A metrics variant of the query
Show child attributes
List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
List of field names by which metric results are grouped
Field name by which results in groups are divided into subgroups
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
PROM_QL_QUERY_TYPE_UNSPECIFIED, PROM_QL_QUERY_TYPE_RANGE, PROM_QL_QUERY_TYPE_INSTANT AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM A Dataprime variant of the query
Show child attributes
List of query filters
Show child attributes
This data structure represents the filter criteria for logs.
Show child attributes
The log field to which the filter is applied.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA This data structure represents the filter criteria for spans.
Show child attributes
Show child attributes
METADATA_FIELD_UNSPECIFIED, METADATA_FIELD_APPLICATION_NAME, METADATA_FIELD_SUBSYSTEM_NAME, METADATA_FIELD_SERVICE_NAME, METADATA_FIELD_OPERATION_NAME This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
Show child attributes
DATASET_SCOPE_UNSPECIFIED, DATASET_SCOPE_USER_DATA, DATASET_SCOPE_LABEL, DATASET_SCOPE_METADATA Spans are organized in traces, traces can be seen as a tree where each node is a span.
SPAN_RELATION_TYPE_NONE_UNSPECIFIED, SPAN_RELATION_TYPE_OTHER, SPAN_RELATION_TYPE_PARENT, SPAN_RELATION_TYPE_ROOT This data structure represents the filter criteria for metrics.
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
List of field names by which results are grouped
Field name by which results in groups are divided into subgroups
Show child attributes
Maximum number of bars on a chart
20
Custom template name for a bar group, can contain variables
{ "value": "Result - {{ variable }}" }Show child attributes
How many slices can fit in a single bar
Custom template name of an individual stack
SCALE_TYPE_UNSPECIFIED, SCALE_TYPE_LINEAR, SCALE_TYPE_LOGARITHMIC UNIT_UNSPECIFIED, UNIT_MICROSECONDS, UNIT_MILLISECONDS, UNIT_SECONDS, UNIT_BYTES, UNIT_KBYTES, UNIT_MBYTES, UNIT_GBYTES, UNIT_BYTES_IEC, UNIT_KIBYTES, UNIT_MIBYTES, UNIT_GIBYTES, UNIT_EUR_CENTS, UNIT_EUR, UNIT_USD_CENTS, UNIT_USD, UNIT_NANOSECONDS, UNIT_CUSTOM, UNIT_PERCENT_ZERO_ONE, UNIT_PERCENT_ZERO_HUNDRED, UNIT_PERCENT Specifies where to display the bar value
SORT_BY_TYPE_UNSPECIFIED, SORT_BY_TYPE_VALUE, SORT_BY_TYPE_NAME Applied color scheme, one of the predefined values
{ "value": "classic" }DATA_MODE_TYPE_HIGH_UNSPECIFIED, DATA_MODE_TYPE_ARCHIVE Custom unit (requires to have unit field set to custom to take effect)
{ "value": "mph" }Number indicating the decimal precision of the numeric values, within range 0-15
4
Show child attributes
Is the legend visible in the widget
List of columns to display in legend
LEGEND_COLUMN_UNSPECIFIED, LEGEND_COLUMN_MIN, LEGEND_COLUMN_MAX, LEGEND_COLUMN_SUM, LEGEND_COLUMN_AVG, LEGEND_COLUMN_LAST, LEGEND_COLUMN_NAME [1, 2, 6]In case of multiple queries, whether legend items should be grouped by their respective queries
LEGEND_PLACEMENT_UNSPECIFIED, LEGEND_PLACEMENT_AUTO, LEGEND_PLACEMENT_BOTTOM, LEGEND_PLACEMENT_SIDE, LEGEND_PLACEMENT_HIDDEN Whether to ignore color scheme and derive colors from algorithm
false
Number indicating the lower band for y axis
-1000
Number indicating the upper band for y axis
1000
Whether to render numeric value without abbreviation
false
Show child attributes
Markdown text
{ "value": "# This is a markdown example" }Tooltip text to display on widget hover
{
"value": "This is a description in a tooltip"
}Show child attributes
Show child attributes
A metrics variant of the query
Show child attributes
List of metrics filters
Show child attributes
The name of the metric to which the filter is applied.
The label associated with the metric.
This data structure defines the comparison operation for the filter.
Show child attributes
This data structure represents an equality comparison operation.
Show child attributes
This data structure defines the values for the equality comparison.
Show child attributes
This data structure indicates that all values are selected.
This data structure represents a selection from a list of specific values.
Show child attributes
A list of selected values.
This data structure represents a non-equality comparison operation.
Show child attributes
This data structure defines the values for the non-equality comparison.
Show child attributes
This data structure represents a selection from a list of specific values.
Show child attributes
A list of values for the selection.
METRICS_QUERY_EDITOR_MODE_UNSPECIFIED, METRICS_QUERY_EDITOR_MODE_TEXT, METRICS_QUERY_EDITOR_MODE_BUILDER Show child attributes
AGGREGATION_UNSPECIFIED, AGGREGATION_LAST, AGGREGATION_MIN, AGGREGATION_MAX, AGGREGATION_AVG, AGGREGATION_SUM PROM_QL_QUERY_TYPE_UNSPECIFIED, PROM_QL_QUERY_TYPE_RANGE, PROM_QL_QUERY_TYPE_INSTANT A logs variant of the query
Show child attributes