Felipe Rasinhas
02/12/2025, 1:29 PMcontainer_name CONTAINS $application_name
it returns nothing, but when I use the actual value of the $application_name
variable it shows all logs correctly. Is this a bug? Or am I doing something wrong?Srikanth Chekuri
02/15/2025, 3:19 AMFelipe Rasinhas
02/17/2025, 12:33 PMquery_range
request.
{
"start": 1739793548000,
"end": 1739795348000,
"step": 60,
"variables": {},
"formatForWeb": false,
"compositeQuery": {
"queryType": "builder",
"panelType": "list",
"fillGaps": false,
"builderQueries": {
"A": {
"dataSource": "logs",
"queryName": "A",
"aggregateOperator": "noop",
"aggregateAttribute": {
"id": "------false",
"dataType": "",
"key": "",
"isColumn": false,
"type": "",
"isJSON": false
},
"timeAggregation": "rate",
"spaceAggregation": "sum",
"functions": [],
"filters": {
"op": "AND",
"items": [
{
"id": "b64a1042",
"key": {
"key": "container_name",
"dataType": "string",
"type": "tag",
"isColumn": false,
"isJSON": false,
"id": "container_name--string--tag--false"
},
"op": "contains",
"value": "$application"
},
{
"id": "38d094f8",
"key": {
"key": "container_name",
"dataType": "string",
"type": "tag",
"isColumn": false,
"isJSON": false,
"id": "container_name--string--tag--false"
},
"op": "contains",
"value": "$environment"
}
]
},
"expression": "A",
"disabled": false,
"stepInterval": 60,
"having": [],
"limit": 0,
"orderBy": [
{
"columnName": "timestamp",
"order": "desc"
}
],
"groupBy": [],
"legend": "",
"reduceTo": "avg",
"pageSize": 100,
"offset": 0
}
}
}
}
Felipe Rasinhas
02/17/2025, 12:39 PMSrikanth Chekuri
02/18/2025, 8:05 AMFelipe Rasinhas
02/18/2025, 1:08 PM