@ -57,6 +57,34 @@ export function getOperationDefintions(): QueryBuilderOperationDef[] {
explainHandler:()=>
`This will extract all keys and values from a [logfmt](https://grafana.com/docs/loki/latest/logql/log_queries/#logfmt) formatted log line as labels. The extracted lables can be used in label filter expressions and used as values for a range aggregation via the unwrap operation. `,
},
{
id: LokiOperationId.LineFormat,
name:'Line format',
params:[
{
name:'String',
type:'string',
hideName: true,
placeholder:'{{.status_code}}',
description:'A line template that can refer to stream labels and extracted labels.',