published on Friday, Jun 5, 2026 by Chronosphere
published on Friday, Jun 5, 2026 by Chronosphere
A saved selection of telemetry data, defined by match criteria over traces or logs, that can be referenced by other Chronosphere features such as dashboards and alerts.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.chronosphere.Dataset;
import com.pulumi.chronosphere.DatasetArgs;
import com.pulumi.chronosphere.inputs.DatasetConfigurationArgs;
import com.pulumi.chronosphere.inputs.DatasetConfigurationTraceDatasetArgs;
import com.pulumi.chronosphere.inputs.DatasetConfigurationTraceDatasetMatchCriteriaArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var paymentsTraces = new Dataset("paymentsTraces", DatasetArgs.builder()
.configuration(DatasetConfigurationArgs.builder()
.traceDataset(DatasetConfigurationTraceDatasetArgs.builder()
.matchCriteria(DatasetConfigurationTraceDatasetMatchCriteriaArgs.builder()
.span(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.build())
.type("TRACES")
.build())
.description("Traces passing through the payments service in production")
.name("Production payments traces")
.build());
}
}
Example coming soon!
Example coming soon!
resources:
paymentsTraces:
type: chronosphere:Dataset
properties:
configuration:
traceDataset:
matchCriteria:
span:
- duration:
minSecs: 1
error:
value: true
matchType: INCLUDE
service:
match: EXACT
value: payments
type: TRACES
description: Traces passing through the payments service in production
name: Production payments traces
Create Dataset Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dataset(name: string, args: DatasetArgs, opts?: CustomResourceOptions);@overload
def Dataset(resource_name: str,
args: DatasetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dataset(resource_name: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DatasetConfigurationArgs] = None,
name: Optional[str] = None,
description: Optional[str] = None,
slug: Optional[str] = None)func NewDataset(ctx *Context, name string, args DatasetArgs, opts ...ResourceOption) (*Dataset, error)public Dataset(string name, DatasetArgs args, CustomResourceOptions? opts = null)
public Dataset(String name, DatasetArgs args)
public Dataset(String name, DatasetArgs args, CustomResourceOptions options)
type: chronosphere:Dataset
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "chronosphere_dataset" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var datasetResource = new Pulumi.Dataset("datasetResource", new()
{
Configuration = new Pulumi.Inputs.DatasetConfigurationArgs
{
Type = "string",
LogDataset = new Pulumi.Inputs.DatasetConfigurationLogDatasetArgs
{
MatchCriteria = new Pulumi.Inputs.DatasetConfigurationLogDatasetMatchCriteriaArgs
{
Query = "string",
},
},
TraceDataset = new Pulumi.Inputs.DatasetConfigurationTraceDatasetArgs
{
MatchCriteria = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaArgs
{
ScopeFilter = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterArgs
{
SpanScopes = new[]
{
new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeArgs
{
Duration = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeDurationArgs
{
MaxSecs = 0,
MinSecs = 0,
},
Error = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeErrorArgs
{
Value = false,
},
IsRootSpan = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeIsRootSpanArgs
{
Value = false,
},
MatchType = "string",
Operation = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeOperationArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
ParentOperation = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentOperationArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
ParentService = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentServiceArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
Service = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeServiceArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
SpanCount = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeSpanCountArgs
{
Max = 0,
Min = 0,
},
Tags = new[]
{
new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagArgs
{
Key = "string",
NumericValue = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagNumericValueArgs
{
Comparison = "string",
Value = 0,
},
Value = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagValueArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
},
},
},
},
},
Spans = new[]
{
new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanArgs
{
Duration = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanDurationArgs
{
MaxSecs = 0,
MinSecs = 0,
},
Error = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanErrorArgs
{
Value = false,
},
IsRootSpan = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanIsRootSpanArgs
{
Value = false,
},
MatchType = "string",
Operation = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanOperationArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
ParentOperation = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanParentOperationArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
ParentService = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanParentServiceArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
Service = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanServiceArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
SpanCount = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanSpanCountArgs
{
Max = 0,
Min = 0,
},
Tags = new[]
{
new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagArgs
{
Key = "string",
NumericValue = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagNumericValueArgs
{
Comparison = "string",
Value = 0,
},
Value = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagValueArgs
{
InValues = new[]
{
"string",
},
Match = "string",
Value = "string",
},
},
},
},
},
Trace = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaTraceArgs
{
Duration = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaTraceDurationArgs
{
MaxSecs = 0,
MinSecs = 0,
},
Error = new Pulumi.Inputs.DatasetConfigurationTraceDatasetMatchCriteriaTraceErrorArgs
{
Value = false,
},
},
},
},
},
Name = "string",
Description = "string",
Slug = "string",
});
example, err := chronosphere.NewDataset(ctx, "datasetResource", &chronosphere.DatasetArgs{
Configuration: &chronosphere.DatasetConfigurationArgs{
Type: pulumi.String("string"),
LogDataset: &chronosphere.DatasetConfigurationLogDatasetArgs{
MatchCriteria: &chronosphere.DatasetConfigurationLogDatasetMatchCriteriaArgs{
Query: pulumi.String("string"),
},
},
TraceDataset: &chronosphere.DatasetConfigurationTraceDatasetArgs{
MatchCriteria: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaArgs{
ScopeFilter: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterArgs{
SpanScopes: chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeArray{
&chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeArgs{
Duration: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeDurationArgs{
MaxSecs: pulumi.Float64(0),
MinSecs: pulumi.Float64(0),
},
Error: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeErrorArgs{
Value: pulumi.Bool(false),
},
IsRootSpan: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeIsRootSpanArgs{
Value: pulumi.Bool(false),
},
MatchType: pulumi.String("string"),
Operation: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeOperationArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
ParentOperation: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentOperationArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
ParentService: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentServiceArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
Service: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeServiceArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
SpanCount: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeSpanCountArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
Tags: chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagArray{
&chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagArgs{
Key: pulumi.String("string"),
NumericValue: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagNumericValueArgs{
Comparison: pulumi.String("string"),
Value: pulumi.Float64(0),
},
Value: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagValueArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
},
},
Spans: chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanArray{
&chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanArgs{
Duration: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanDurationArgs{
MaxSecs: pulumi.Float64(0),
MinSecs: pulumi.Float64(0),
},
Error: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanErrorArgs{
Value: pulumi.Bool(false),
},
IsRootSpan: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanIsRootSpanArgs{
Value: pulumi.Bool(false),
},
MatchType: pulumi.String("string"),
Operation: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanOperationArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
ParentOperation: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanParentOperationArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
ParentService: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanParentServiceArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
Service: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanServiceArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
SpanCount: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanSpanCountArgs{
Max: pulumi.Int(0),
Min: pulumi.Int(0),
},
Tags: chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagArray{
&chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagArgs{
Key: pulumi.String("string"),
NumericValue: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagNumericValueArgs{
Comparison: pulumi.String("string"),
Value: pulumi.Float64(0),
},
Value: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaSpanTagValueArgs{
InValues: pulumi.StringArray{
pulumi.String("string"),
},
Match: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
},
Trace: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaTraceArgs{
Duration: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaTraceDurationArgs{
MaxSecs: pulumi.Float64(0),
MinSecs: pulumi.Float64(0),
},
Error: &chronosphere.DatasetConfigurationTraceDatasetMatchCriteriaTraceErrorArgs{
Value: pulumi.Bool(false),
},
},
},
},
},
Name: pulumi.String("string"),
Description: pulumi.String("string"),
Slug: pulumi.String("string"),
})
resource "chronosphere_dataset" "datasetResource" {
configuration = {
type = "string"
log_dataset = {
match_criteria = {
query = "string"
}
}
trace_dataset = {
match_criteria = {
scope_filter = {
span_scopes = [{
"duration" = {
"maxSecs" = 0
"minSecs" = 0
}
"error" = {
"value" = false
}
"isRootSpan" = {
"value" = false
}
"matchType" = "string"
"operation" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"parentOperation" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"parentService" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"service" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"spanCount" = {
"max" = 0
"min" = 0
}
"tags" = [{
"key" = "string"
"numericValue" = {
"comparison" = "string"
"value" = 0
}
"value" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
}]
}]
}
spans = [{
"duration" = {
"maxSecs" = 0
"minSecs" = 0
}
"error" = {
"value" = false
}
"isRootSpan" = {
"value" = false
}
"matchType" = "string"
"operation" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"parentOperation" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"parentService" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"service" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
"spanCount" = {
"max" = 0
"min" = 0
}
"tags" = [{
"key" = "string"
"numericValue" = {
"comparison" = "string"
"value" = 0
}
"value" = {
"inValues" = ["string"]
"match" = "string"
"value" = "string"
}
}]
}]
trace = {
duration = {
max_secs = 0
min_secs = 0
}
error = {
value = false
}
}
}
}
}
name = "string"
description = "string"
slug = "string"
}
var datasetResource = new Dataset("datasetResource", DatasetArgs.builder()
.configuration(DatasetConfigurationArgs.builder()
.type("string")
.logDataset(DatasetConfigurationLogDatasetArgs.builder()
.matchCriteria(DatasetConfigurationLogDatasetMatchCriteriaArgs.builder()
.query("string")
.build())
.build())
.traceDataset(DatasetConfigurationTraceDatasetArgs.builder()
.matchCriteria(DatasetConfigurationTraceDatasetMatchCriteriaArgs.builder()
.scopeFilter(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterArgs.builder()
.spanScopes(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeArgs.builder()
.duration(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeDurationArgs.builder()
.maxSecs(0.0)
.minSecs(0.0)
.build())
.error(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeErrorArgs.builder()
.value(false)
.build())
.isRootSpan(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeIsRootSpanArgs.builder()
.value(false)
.build())
.matchType("string")
.operation(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeOperationArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.parentOperation(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentOperationArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.parentService(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentServiceArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.service(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeServiceArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.spanCount(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeSpanCountArgs.builder()
.max(0)
.min(0)
.build())
.tags(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagArgs.builder()
.key("string")
.numericValue(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagNumericValueArgs.builder()
.comparison("string")
.value(0.0)
.build())
.value(DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagValueArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.build())
.build())
.build())
.spans(DatasetConfigurationTraceDatasetMatchCriteriaSpanArgs.builder()
.duration(DatasetConfigurationTraceDatasetMatchCriteriaSpanDurationArgs.builder()
.maxSecs(0.0)
.minSecs(0.0)
.build())
.error(DatasetConfigurationTraceDatasetMatchCriteriaSpanErrorArgs.builder()
.value(false)
.build())
.isRootSpan(DatasetConfigurationTraceDatasetMatchCriteriaSpanIsRootSpanArgs.builder()
.value(false)
.build())
.matchType("string")
.operation(DatasetConfigurationTraceDatasetMatchCriteriaSpanOperationArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.parentOperation(DatasetConfigurationTraceDatasetMatchCriteriaSpanParentOperationArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.parentService(DatasetConfigurationTraceDatasetMatchCriteriaSpanParentServiceArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.service(DatasetConfigurationTraceDatasetMatchCriteriaSpanServiceArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.spanCount(DatasetConfigurationTraceDatasetMatchCriteriaSpanSpanCountArgs.builder()
.max(0)
.min(0)
.build())
.tags(DatasetConfigurationTraceDatasetMatchCriteriaSpanTagArgs.builder()
.key("string")
.numericValue(DatasetConfigurationTraceDatasetMatchCriteriaSpanTagNumericValueArgs.builder()
.comparison("string")
.value(0.0)
.build())
.value(DatasetConfigurationTraceDatasetMatchCriteriaSpanTagValueArgs.builder()
.inValues("string")
.match("string")
.value("string")
.build())
.build())
.build())
.trace(DatasetConfigurationTraceDatasetMatchCriteriaTraceArgs.builder()
.duration(DatasetConfigurationTraceDatasetMatchCriteriaTraceDurationArgs.builder()
.maxSecs(0.0)
.minSecs(0.0)
.build())
.error(DatasetConfigurationTraceDatasetMatchCriteriaTraceErrorArgs.builder()
.value(false)
.build())
.build())
.build())
.build())
.build())
.name("string")
.description("string")
.slug("string")
.build());
dataset_resource = chronosphere.Dataset("datasetResource",
configuration={
"type": "string",
"log_dataset": {
"match_criteria": {
"query": "string",
},
},
"trace_dataset": {
"match_criteria": {
"scope_filter": {
"span_scopes": [{
"duration": {
"max_secs": float(0),
"min_secs": float(0),
},
"error": {
"value": False,
},
"is_root_span": {
"value": False,
},
"match_type": "string",
"operation": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"parent_operation": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"parent_service": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"service": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"span_count": {
"max": 0,
"min": 0,
},
"tags": [{
"key": "string",
"numeric_value": {
"comparison": "string",
"value": float(0),
},
"value": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
}],
}],
},
"spans": [{
"duration": {
"max_secs": float(0),
"min_secs": float(0),
},
"error": {
"value": False,
},
"is_root_span": {
"value": False,
},
"match_type": "string",
"operation": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"parent_operation": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"parent_service": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"service": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
"span_count": {
"max": 0,
"min": 0,
},
"tags": [{
"key": "string",
"numeric_value": {
"comparison": "string",
"value": float(0),
},
"value": {
"in_values": ["string"],
"match": "string",
"value": "string",
},
}],
}],
"trace": {
"duration": {
"max_secs": float(0),
"min_secs": float(0),
},
"error": {
"value": False,
},
},
},
},
},
name="string",
description="string",
slug="string")
const datasetResource = new chronosphere.Dataset("datasetResource", {
configuration: {
type: "string",
logDataset: {
matchCriteria: {
query: "string",
},
},
traceDataset: {
matchCriteria: {
scopeFilter: {
spanScopes: [{
duration: {
maxSecs: 0,
minSecs: 0,
},
error: {
value: false,
},
isRootSpan: {
value: false,
},
matchType: "string",
operation: {
inValues: ["string"],
match: "string",
value: "string",
},
parentOperation: {
inValues: ["string"],
match: "string",
value: "string",
},
parentService: {
inValues: ["string"],
match: "string",
value: "string",
},
service: {
inValues: ["string"],
match: "string",
value: "string",
},
spanCount: {
max: 0,
min: 0,
},
tags: [{
key: "string",
numericValue: {
comparison: "string",
value: 0,
},
value: {
inValues: ["string"],
match: "string",
value: "string",
},
}],
}],
},
spans: [{
duration: {
maxSecs: 0,
minSecs: 0,
},
error: {
value: false,
},
isRootSpan: {
value: false,
},
matchType: "string",
operation: {
inValues: ["string"],
match: "string",
value: "string",
},
parentOperation: {
inValues: ["string"],
match: "string",
value: "string",
},
parentService: {
inValues: ["string"],
match: "string",
value: "string",
},
service: {
inValues: ["string"],
match: "string",
value: "string",
},
spanCount: {
max: 0,
min: 0,
},
tags: [{
key: "string",
numericValue: {
comparison: "string",
value: 0,
},
value: {
inValues: ["string"],
match: "string",
value: "string",
},
}],
}],
trace: {
duration: {
maxSecs: 0,
minSecs: 0,
},
error: {
value: false,
},
},
},
},
},
name: "string",
description: "string",
slug: "string",
});
type: chronosphere:Dataset
properties:
configuration:
logDataset:
matchCriteria:
query: string
traceDataset:
matchCriteria:
scopeFilter:
spanScopes:
- duration:
maxSecs: 0
minSecs: 0
error:
value: false
isRootSpan:
value: false
matchType: string
operation:
inValues:
- string
match: string
value: string
parentOperation:
inValues:
- string
match: string
value: string
parentService:
inValues:
- string
match: string
value: string
service:
inValues:
- string
match: string
value: string
spanCount:
max: 0
min: 0
tags:
- key: string
numericValue:
comparison: string
value: 0
value:
inValues:
- string
match: string
value: string
spans:
- duration:
maxSecs: 0
minSecs: 0
error:
value: false
isRootSpan:
value: false
matchType: string
operation:
inValues:
- string
match: string
value: string
parentOperation:
inValues:
- string
match: string
value: string
parentService:
inValues:
- string
match: string
value: string
service:
inValues:
- string
match: string
value: string
spanCount:
max: 0
min: 0
tags:
- key: string
numericValue:
comparison: string
value: 0
value:
inValues:
- string
match: string
value: string
trace:
duration:
maxSecs: 0
minSecs: 0
error:
value: false
type: string
description: string
name: string
slug: string
Dataset Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dataset resource accepts the following input properties:
- Configuration
Chronosphere.
Pulumi. Inputs. Dataset Configuration - Configuration block selecting the dataset type and its match criteria.
- Name string
- Display name of the dataset. Can be changed after creation.
- Description string
- Free-form description of the dataset.
- Slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- Configuration
Dataset
Configuration Args - Configuration block selecting the dataset type and its match criteria.
- Name string
- Display name of the dataset. Can be changed after creation.
- Description string
- Free-form description of the dataset.
- Slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration object
- Configuration block selecting the dataset type and its match criteria.
- name string
- Display name of the dataset. Can be changed after creation.
- description string
- Free-form description of the dataset.
- slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration
Dataset
Configuration - Configuration block selecting the dataset type and its match criteria.
- name String
- Display name of the dataset. Can be changed after creation.
- description String
- Free-form description of the dataset.
- slug String
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration
Dataset
Configuration - Configuration block selecting the dataset type and its match criteria.
- name string
- Display name of the dataset. Can be changed after creation.
- description string
- Free-form description of the dataset.
- slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration
Dataset
Configuration Args - Configuration block selecting the dataset type and its match criteria.
- name str
- Display name of the dataset. Can be changed after creation.
- description str
- Free-form description of the dataset.
- slug str
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration Property Map
- Configuration block selecting the dataset type and its match criteria.
- name String
- Display name of the dataset. Can be changed after creation.
- description String
- Free-form description of the dataset.
- slug String
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Dataset Resource
Get an existing Dataset resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DatasetState, opts?: CustomResourceOptions): Dataset@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
configuration: Optional[DatasetConfigurationArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None,
slug: Optional[str] = None) -> Datasetfunc GetDataset(ctx *Context, name string, id IDInput, state *DatasetState, opts ...ResourceOption) (*Dataset, error)public static Dataset Get(string name, Input<string> id, DatasetState? state, CustomResourceOptions? opts = null)public static Dataset get(String name, Output<String> id, DatasetState state, CustomResourceOptions options)resources: _: type: chronosphere:Dataset get: id: ${id}import {
to = chronosphere_dataset.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Configuration
Chronosphere.
Pulumi. Inputs. Dataset Configuration - Configuration block selecting the dataset type and its match criteria.
- Description string
- Free-form description of the dataset.
- Name string
- Display name of the dataset. Can be changed after creation.
- Slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- Configuration
Dataset
Configuration Args - Configuration block selecting the dataset type and its match criteria.
- Description string
- Free-form description of the dataset.
- Name string
- Display name of the dataset. Can be changed after creation.
- Slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration object
- Configuration block selecting the dataset type and its match criteria.
- description string
- Free-form description of the dataset.
- name string
- Display name of the dataset. Can be changed after creation.
- slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration
Dataset
Configuration - Configuration block selecting the dataset type and its match criteria.
- description String
- Free-form description of the dataset.
- name String
- Display name of the dataset. Can be changed after creation.
- slug String
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration
Dataset
Configuration - Configuration block selecting the dataset type and its match criteria.
- description string
- Free-form description of the dataset.
- name string
- Display name of the dataset. Can be changed after creation.
- slug string
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration
Dataset
Configuration Args - Configuration block selecting the dataset type and its match criteria.
- description str
- Free-form description of the dataset.
- name str
- Display name of the dataset. Can be changed after creation.
- slug str
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
- configuration Property Map
- Configuration block selecting the dataset type and its match criteria.
- description String
- Free-form description of the dataset.
- name String
- Display name of the dataset. Can be changed after creation.
- slug String
- Stable identifier for the dataset. Generated from
nameif omitted. Immutable after creation.
Supporting Types
DatasetConfiguration, DatasetConfigurationArgs
- Type string
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - Log
Dataset Chronosphere.Pulumi. Inputs. Dataset Configuration Log Dataset - Log-specific dataset configuration. Set only when
typeis a log type. - Trace
Dataset Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset - Trace-specific dataset configuration. Set only when
typeis a trace type.
- Type string
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - Log
Dataset DatasetConfiguration Log Dataset - Log-specific dataset configuration. Set only when
typeis a log type. - Trace
Dataset DatasetConfiguration Trace Dataset - Trace-specific dataset configuration. Set only when
typeis a trace type.
- type string
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - log_
dataset object - Log-specific dataset configuration. Set only when
typeis a log type. - trace_
dataset object - Trace-specific dataset configuration. Set only when
typeis a trace type.
- type String
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - log
Dataset DatasetConfiguration Log Dataset - Log-specific dataset configuration. Set only when
typeis a log type. - trace
Dataset DatasetConfiguration Trace Dataset - Trace-specific dataset configuration. Set only when
typeis a trace type.
- type string
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - log
Dataset DatasetConfiguration Log Dataset - Log-specific dataset configuration. Set only when
typeis a log type. - trace
Dataset DatasetConfiguration Trace Dataset - Trace-specific dataset configuration. Set only when
typeis a trace type.
- type str
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - log_
dataset DatasetConfiguration Log Dataset - Log-specific dataset configuration. Set only when
typeis a log type. - trace_
dataset DatasetConfiguration Trace Dataset - Trace-specific dataset configuration. Set only when
typeis a trace type.
- type String
- Dataset type. Determines which of
trace_datasetorlog_datasetmust be set. - log
Dataset Property Map - Log-specific dataset configuration. Set only when
typeis a log type. - trace
Dataset Property Map - Trace-specific dataset configuration. Set only when
typeis a trace type.
DatasetConfigurationLogDataset, DatasetConfigurationLogDatasetArgs
- Match
Criteria Chronosphere.Pulumi. Inputs. Dataset Configuration Log Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- Match
Criteria DatasetConfiguration Log Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match_
criteria object - Log search filter that defines which logs are included in this dataset.
- match
Criteria DatasetConfiguration Log Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match
Criteria DatasetConfiguration Log Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match_
criteria DatasetConfiguration Log Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match
Criteria Property Map - Log search filter that defines which logs are included in this dataset.
DatasetConfigurationLogDatasetMatchCriteria, DatasetConfigurationLogDatasetMatchCriteriaArgs
- Query string
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
- Query string
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
- query string
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
- query String
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
- query string
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
- query str
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
- query String
- Log search query that selects matching logs. Supports only top-level operations; nested clauses are not allowed and only one type of
ANDorORoperator can be used.
DatasetConfigurationTraceDataset, DatasetConfigurationTraceDatasetArgs
- Match
Criteria Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- Match
Criteria DatasetConfiguration Trace Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match_
criteria object - Log search filter that defines which logs are included in this dataset.
- match
Criteria DatasetConfiguration Trace Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match
Criteria DatasetConfiguration Trace Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match_
criteria DatasetConfiguration Trace Dataset Match Criteria - Log search filter that defines which logs are included in this dataset.
- match
Criteria Property Map - Log search filter that defines which logs are included in this dataset.
DatasetConfigurationTraceDatasetMatchCriteria, DatasetConfigurationTraceDatasetMatchCriteriaArgs
- Scope
Filter Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - Spans
List<Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span> - Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- Trace
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Trace - Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
- Scope
Filter DatasetConfiguration Trace Dataset Match Criteria Scope Filter - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - Spans
[]Dataset
Configuration Trace Dataset Match Criteria Span - Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- Trace
Dataset
Configuration Trace Dataset Match Criteria Trace - Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
- scope_
filter object - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - spans list(object)
- Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- trace object
- Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
- scope
Filter DatasetConfiguration Trace Dataset Match Criteria Scope Filter - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - spans
List<Dataset
Configuration Trace Dataset Match Criteria Span> - Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- trace
Dataset
Configuration Trace Dataset Match Criteria Trace - Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
- scope
Filter DatasetConfiguration Trace Dataset Match Criteria Scope Filter - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - spans
Dataset
Configuration Trace Dataset Match Criteria Span[] - Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- trace
Dataset
Configuration Trace Dataset Match Criteria Trace - Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
- scope_
filter DatasetConfiguration Trace Dataset Match Criteria Scope Filter - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - spans
Sequence[Dataset
Configuration Trace Dataset Match Criteria Span] - Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- trace
Dataset
Configuration Trace Dataset Match Criteria Trace - Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
- scope
Filter Property Map - Scope filter that further restricts which spans within a matched trace contribute to metrics or sampling. Only spans matching
span_scopesare included in aggregation. - spans List<Property Map>
- Span-level conditions. Each block defines a set of conditions that must all be satisfied by a single span in the trace for the trace to match.
- trace Property Map
- Trace-level conditions evaluated against the whole trace (aggregated duration and error status).
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilter, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterArgs
- Span
Scopes List<Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope> - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
- Span
Scopes []DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
- span_
scopes list(object) - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
- span
Scopes List<DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope> - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
- span
Scopes DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope[] - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
- span_
scopes Sequence[DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope] - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
- span
Scopes List<Property Map> - Span conditions that select which spans are aggregated. Spans must match at least one block to be included.
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScope, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeArgs
- Duration
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - Error
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Error - Matches traces or spans where the target boolean field equals
value. - Is
Root Chronosphere.Span Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Is Root Span - Matches traces or spans where the target boolean field equals
value. - Match
Type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - Operation
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Operation Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Service Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- Service
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Service - Matches traces or spans where the target string field satisfies the match condition.
- Span
Count Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
List<Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag> - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- Duration
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - Error
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Error - Matches traces or spans where the target boolean field equals
value. - Is
Root DatasetSpan Configuration Trace Dataset Match Criteria Scope Filter Span Scope Is Root Span - Matches traces or spans where the target boolean field equals
value. - Match
Type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - Operation
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Operation DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Service DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- Service
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Service - Matches traces or spans where the target string field satisfies the match condition.
- Span
Count DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
[]Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration object
- Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error object
- Matches traces or spans where the target boolean field equals
value. - is_
root_ objectspan - Matches traces or spans where the target boolean field equals
value. - match_
type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation object
- Matches traces or spans where the target string field satisfies the match condition.
- parent_
operation object - Matches traces or spans where the target string field satisfies the match condition.
- parent_
service object - Matches traces or spans where the target string field satisfies the match condition.
- service object
- Matches traces or spans where the target string field satisfies the match condition.
- span_
count object - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. - list(object)
- Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Error - Matches traces or spans where the target boolean field equals
value. - is
Root DatasetSpan Configuration Trace Dataset Match Criteria Scope Filter Span Scope Is Root Span - Matches traces or spans where the target boolean field equals
value. - match
Type String - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Operation DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Service DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- service
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Service - Matches traces or spans where the target string field satisfies the match condition.
- span
Count DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
List<Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag> - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Error - Matches traces or spans where the target boolean field equals
value. - is
Root DatasetSpan Configuration Trace Dataset Match Criteria Scope Filter Span Scope Is Root Span - Matches traces or spans where the target boolean field equals
value. - match
Type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Operation DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Service DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- service
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Service - Matches traces or spans where the target string field satisfies the match condition.
- span
Count DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag[] - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Error - Matches traces or spans where the target boolean field equals
value. - is_
root_ Datasetspan Configuration Trace Dataset Match Criteria Scope Filter Span Scope Is Root Span - Matches traces or spans where the target boolean field equals
value. - match_
type str - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent_
operation DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent_
service DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- service
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Service - Matches traces or spans where the target string field satisfies the match condition.
- span_
count DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
Sequence[Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag] - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration Property Map
- Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error Property Map
- Matches traces or spans where the target boolean field equals
value. - is
Root Property MapSpan - Matches traces or spans where the target boolean field equals
value. - match
Type String - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation Property Map
- Matches traces or spans where the target string field satisfies the match condition.
- parent
Operation Property Map - Matches traces or spans where the target string field satisfies the match condition.
- parent
Service Property Map - Matches traces or spans where the target string field satisfies the match condition.
- service Property Map
- Matches traces or spans where the target string field satisfies the match condition.
- span
Count Property Map - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. - List<Property Map>
- Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeDuration, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeDurationArgs
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeError, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeErrorArgs
- Value bool
- Boolean value the target field is compared against.
- Value bool
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
- value boolean
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeIsRootSpan, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeIsRootSpanArgs
- Value bool
- Boolean value the target field is compared against.
- Value bool
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
- value boolean
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeOperation, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeOperationArgs
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentOperation, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentOperationArgs
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentService, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeParentServiceArgs
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeService, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeServiceArgs
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeSpanCount, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeSpanCountArgs
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTag, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagArgs
- Key string
- Name of the span tag (span attribute) inspected by this filter.
- Numeric
Value Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - Value
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag Value - Boolean value the target field is compared against.
- Key string
- Name of the span tag (span attribute) inspected by this filter.
- Numeric
Value DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - Value
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag Value - Boolean value the target field is compared against.
- key string
- Name of the span tag (span attribute) inspected by this filter.
- numeric_
value object - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value object
- Boolean value the target field is compared against.
- key String
- Name of the span tag (span attribute) inspected by this filter.
- numeric
Value DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag Value - Boolean value the target field is compared against.
- key string
- Name of the span tag (span attribute) inspected by this filter.
- numeric
Value DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag Value - Boolean value the target field is compared against.
- key str
- Name of the span tag (span attribute) inspected by this filter.
- numeric_
value DatasetConfiguration Trace Dataset Match Criteria Scope Filter Span Scope Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value
Dataset
Configuration Trace Dataset Match Criteria Scope Filter Span Scope Tag Value - Boolean value the target field is compared against.
- key String
- Name of the span tag (span attribute) inspected by this filter.
- numeric
Value Property Map - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value Property Map
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagNumericValue, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagNumericValueArgs
- Comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - Value double
- Boolean value the target field is compared against.
- Comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - Value float64
- Boolean value the target field is compared against.
- comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value number
- Boolean value the target field is compared against.
- comparison String
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value Double
- Boolean value the target field is compared against.
- comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value number
- Boolean value the target field is compared against.
- comparison str
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value float
- Boolean value the target field is compared against.
- comparison String
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value Number
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagValue, DatasetConfigurationTraceDatasetMatchCriteriaScopeFilterSpanScopeTagValueArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpan, DatasetConfigurationTraceDatasetMatchCriteriaSpanArgs
- Duration
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - Error
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Error - Matches traces or spans where the target boolean field equals
value. - Is
Root Chronosphere.Span Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Is Root Span - Matches traces or spans where the target boolean field equals
value. - Match
Type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - Operation
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Operation Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Service Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- Service
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Service - Matches traces or spans where the target string field satisfies the match condition.
- Span
Count Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
List<Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Tag> - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- Duration
Dataset
Configuration Trace Dataset Match Criteria Span Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - Error
Dataset
Configuration Trace Dataset Match Criteria Span Error - Matches traces or spans where the target boolean field equals
value. - Is
Root DatasetSpan Configuration Trace Dataset Match Criteria Span Is Root Span - Matches traces or spans where the target boolean field equals
value. - Match
Type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - Operation
Dataset
Configuration Trace Dataset Match Criteria Span Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Operation DatasetConfiguration Trace Dataset Match Criteria Span Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- Parent
Service DatasetConfiguration Trace Dataset Match Criteria Span Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- Service
Dataset
Configuration Trace Dataset Match Criteria Span Service - Matches traces or spans where the target string field satisfies the match condition.
- Span
Count DatasetConfiguration Trace Dataset Match Criteria Span Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
[]Dataset
Configuration Trace Dataset Match Criteria Span Tag - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration object
- Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error object
- Matches traces or spans where the target boolean field equals
value. - is_
root_ objectspan - Matches traces or spans where the target boolean field equals
value. - match_
type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation object
- Matches traces or spans where the target string field satisfies the match condition.
- parent_
operation object - Matches traces or spans where the target string field satisfies the match condition.
- parent_
service object - Matches traces or spans where the target string field satisfies the match condition.
- service object
- Matches traces or spans where the target string field satisfies the match condition.
- span_
count object - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. - list(object)
- Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration
Dataset
Configuration Trace Dataset Match Criteria Span Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Span Error - Matches traces or spans where the target boolean field equals
value. - is
Root DatasetSpan Configuration Trace Dataset Match Criteria Span Is Root Span - Matches traces or spans where the target boolean field equals
value. - match
Type String - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation
Dataset
Configuration Trace Dataset Match Criteria Span Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Operation DatasetConfiguration Trace Dataset Match Criteria Span Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Service DatasetConfiguration Trace Dataset Match Criteria Span Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- service
Dataset
Configuration Trace Dataset Match Criteria Span Service - Matches traces or spans where the target string field satisfies the match condition.
- span
Count DatasetConfiguration Trace Dataset Match Criteria Span Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
List<Dataset
Configuration Trace Dataset Match Criteria Span Tag> - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration
Dataset
Configuration Trace Dataset Match Criteria Span Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Span Error - Matches traces or spans where the target boolean field equals
value. - is
Root DatasetSpan Configuration Trace Dataset Match Criteria Span Is Root Span - Matches traces or spans where the target boolean field equals
value. - match
Type string - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation
Dataset
Configuration Trace Dataset Match Criteria Span Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Operation DatasetConfiguration Trace Dataset Match Criteria Span Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent
Service DatasetConfiguration Trace Dataset Match Criteria Span Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- service
Dataset
Configuration Trace Dataset Match Criteria Span Service - Matches traces or spans where the target string field satisfies the match condition.
- span
Count DatasetConfiguration Trace Dataset Match Criteria Span Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
Dataset
Configuration Trace Dataset Match Criteria Span Tag[] - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration
Dataset
Configuration Trace Dataset Match Criteria Span Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Span Error - Matches traces or spans where the target boolean field equals
value. - is_
root_ Datasetspan Configuration Trace Dataset Match Criteria Span Is Root Span - Matches traces or spans where the target boolean field equals
value. - match_
type str - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation
Dataset
Configuration Trace Dataset Match Criteria Span Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent_
operation DatasetConfiguration Trace Dataset Match Criteria Span Parent Operation - Matches traces or spans where the target string field satisfies the match condition.
- parent_
service DatasetConfiguration Trace Dataset Match Criteria Span Parent Service - Matches traces or spans where the target string field satisfies the match condition.
- service
Dataset
Configuration Trace Dataset Match Criteria Span Service - Matches traces or spans where the target string field satisfies the match condition.
- span_
count DatasetConfiguration Trace Dataset Match Criteria Span Span Count - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. -
Sequence[Dataset
Configuration Trace Dataset Match Criteria Span Tag] - Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
- duration Property Map
- Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error Property Map
- Matches traces or spans where the target boolean field equals
value. - is
Root Property MapSpan - Matches traces or spans where the target boolean field equals
value. - match
Type String - Whether matching spans are included (
INCLUDE) or excluded (EXCLUDE) from the scope. Defaults toINCLUDE. - operation Property Map
- Matches traces or spans where the target string field satisfies the match condition.
- parent
Operation Property Map - Matches traces or spans where the target string field satisfies the match condition.
- parent
Service Property Map - Matches traces or spans where the target string field satisfies the match condition.
- service Property Map
- Matches traces or spans where the target string field satisfies the match condition.
- span
Count Property Map - Matches traces where the number of spans satisfying the surrounding span conditions falls within the inclusive
[min, max]range. - List<Property Map>
- Matches spans whose tag (span attribute) with the given
keyhas a value satisfying the nested string or numeric filter.
DatasetConfigurationTraceDatasetMatchCriteriaSpanDuration, DatasetConfigurationTraceDatasetMatchCriteriaSpanDurationArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpanError, DatasetConfigurationTraceDatasetMatchCriteriaSpanErrorArgs
- Value bool
- Boolean value the target field is compared against.
- Value bool
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
- value boolean
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaSpanIsRootSpan, DatasetConfigurationTraceDatasetMatchCriteriaSpanIsRootSpanArgs
- Value bool
- Boolean value the target field is compared against.
- Value bool
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
- value boolean
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaSpanOperation, DatasetConfigurationTraceDatasetMatchCriteriaSpanOperationArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpanParentOperation, DatasetConfigurationTraceDatasetMatchCriteriaSpanParentOperationArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpanParentService, DatasetConfigurationTraceDatasetMatchCriteriaSpanParentServiceArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpanService, DatasetConfigurationTraceDatasetMatchCriteriaSpanServiceArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpanSpanCount, DatasetConfigurationTraceDatasetMatchCriteriaSpanSpanCountArgs
DatasetConfigurationTraceDatasetMatchCriteriaSpanTag, DatasetConfigurationTraceDatasetMatchCriteriaSpanTagArgs
- Key string
- Name of the span tag (span attribute) inspected by this filter.
- Numeric
Value Chronosphere.Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - Value
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Span Tag Value - Boolean value the target field is compared against.
- Key string
- Name of the span tag (span attribute) inspected by this filter.
- Numeric
Value DatasetConfiguration Trace Dataset Match Criteria Span Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - Value
Dataset
Configuration Trace Dataset Match Criteria Span Tag Value - Boolean value the target field is compared against.
- key string
- Name of the span tag (span attribute) inspected by this filter.
- numeric_
value object - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value object
- Boolean value the target field is compared against.
- key String
- Name of the span tag (span attribute) inspected by this filter.
- numeric
Value DatasetConfiguration Trace Dataset Match Criteria Span Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value
Dataset
Configuration Trace Dataset Match Criteria Span Tag Value - Boolean value the target field is compared against.
- key string
- Name of the span tag (span attribute) inspected by this filter.
- numeric
Value DatasetConfiguration Trace Dataset Match Criteria Span Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value
Dataset
Configuration Trace Dataset Match Criteria Span Tag Value - Boolean value the target field is compared against.
- key str
- Name of the span tag (span attribute) inspected by this filter.
- numeric_
value DatasetConfiguration Trace Dataset Match Criteria Span Tag Numeric Value - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value
Dataset
Configuration Trace Dataset Match Criteria Span Tag Value - Boolean value the target field is compared against.
- key String
- Name of the span tag (span attribute) inspected by this filter.
- numeric
Value Property Map - Matches traces or spans where the target numeric field satisfies the comparison against
value. - value Property Map
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaSpanTagNumericValue, DatasetConfigurationTraceDatasetMatchCriteriaSpanTagNumericValueArgs
- Comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - Value double
- Boolean value the target field is compared against.
- Comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - Value float64
- Boolean value the target field is compared against.
- comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value number
- Boolean value the target field is compared against.
- comparison String
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value Double
- Boolean value the target field is compared against.
- comparison string
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value number
- Boolean value the target field is compared against.
- comparison str
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value float
- Boolean value the target field is compared against.
- comparison String
- Numeric comparison operator (for example
EQUALS,GREATER_THAN,LESS_THAN_OR_EQUAL). - value Number
- Boolean value the target field is compared against.
DatasetConfigurationTraceDatasetMatchCriteriaSpanTagValue, DatasetConfigurationTraceDatasetMatchCriteriaSpanTagValueArgs
DatasetConfigurationTraceDatasetMatchCriteriaTrace, DatasetConfigurationTraceDatasetMatchCriteriaTraceArgs
- Duration
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Trace Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - Error
Chronosphere.
Pulumi. Inputs. Dataset Configuration Trace Dataset Match Criteria Trace Error - Matches traces or spans where the target boolean field equals
value.
- Duration
Dataset
Configuration Trace Dataset Match Criteria Trace Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - Error
Dataset
Configuration Trace Dataset Match Criteria Trace Error - Matches traces or spans where the target boolean field equals
value.
- duration
Dataset
Configuration Trace Dataset Match Criteria Trace Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Trace Error - Matches traces or spans where the target boolean field equals
value.
- duration
Dataset
Configuration Trace Dataset Match Criteria Trace Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Trace Error - Matches traces or spans where the target boolean field equals
value.
- duration
Dataset
Configuration Trace Dataset Match Criteria Trace Duration - Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error
Dataset
Configuration Trace Dataset Match Criteria Trace Error - Matches traces or spans where the target boolean field equals
value.
- duration Property Map
- Matches traces or spans whose duration in seconds falls within the inclusive
[min_secs, max_secs]range. - error Property Map
- Matches traces or spans where the target boolean field equals
value.
DatasetConfigurationTraceDatasetMatchCriteriaTraceDuration, DatasetConfigurationTraceDatasetMatchCriteriaTraceDurationArgs
DatasetConfigurationTraceDatasetMatchCriteriaTraceError, DatasetConfigurationTraceDatasetMatchCriteriaTraceErrorArgs
- Value bool
- Boolean value the target field is compared against.
- Value bool
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
- value boolean
- Boolean value the target field is compared against.
- value bool
- Boolean value the target field is compared against.
- value Boolean
- Boolean value the target field is compared against.
Package Details
- Repository
- chronosphere chronosphereio/pulumi-chronosphere
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
chronosphereTerraform Provider.
published on Friday, Jun 5, 2026 by Chronosphere