filters
Index
fn withId(value)
fn withOperator(value)
fn withScope(value)
fn withTag(value)
fn withValue(value)
fn withValueMixin(value)
fn withValueType(value)
Fields
fn withId
withId(value)
PARAMETERS:
- value (
string
)
Uniquely identify the filter, will not be used in the query generation
fn withOperator
withOperator(value)
PARAMETERS:
- value (
string
)
The operator that connects the tag to the value, for example: =, >, !=, =~
fn withScope
withScope(value)
PARAMETERS:
- value (
string
)- valid values:
"intrinsic"
,"unscoped"
,"resource"
,"span"
- valid values:
static fields are pre-set in the UI, dynamic fields are added by the user
fn withTag
withTag(value)
PARAMETERS:
- value (
string
)
The tag for the search filter, for example: .http.status_code, .service.name, status
fn withValue
withValue(value)
PARAMETERS:
- value (
array
,string
)
The value for the search filter
fn withValueMixin
withValueMixin(value)
PARAMETERS:
- value (
array
,string
)
The value for the search filter
fn withValueType
withValueType(value)
PARAMETERS:
- value (
string
)
The type of the value, used for example to check whether we need to wrap the value in quotes when generating the query