1. Packages
  2. Chronosphere
  3. API Docs
  4. TraceMetricsRule
Chronosphere v0.9.8 published on Thursday, Apr 3, 2025 by Chronosphere

chronosphere.TraceMetricsRule

Explore with Pulumi AI

Create TraceMetricsRule Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new TraceMetricsRule(name: string, args: TraceMetricsRuleArgs, opts?: CustomResourceOptions);
@overload
def TraceMetricsRule(resource_name: str,
                     args: TraceMetricsRuleArgs,
                     opts: Optional[ResourceOptions] = None)

@overload
def TraceMetricsRule(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     metric_name: Optional[str] = None,
                     name: Optional[str] = None,
                     trace_filter: Optional[TraceMetricsRuleTraceFilterArgs] = None,
                     group_bies: Optional[Sequence[TraceMetricsRuleGroupByArgs]] = None,
                     histogram_buckets_seconds: Optional[Sequence[float]] = None,
                     metric_labels: Optional[Mapping[str, str]] = None,
                     slug: Optional[str] = None)
func NewTraceMetricsRule(ctx *Context, name string, args TraceMetricsRuleArgs, opts ...ResourceOption) (*TraceMetricsRule, error)
public TraceMetricsRule(string name, TraceMetricsRuleArgs args, CustomResourceOptions? opts = null)
public TraceMetricsRule(String name, TraceMetricsRuleArgs args)
public TraceMetricsRule(String name, TraceMetricsRuleArgs args, CustomResourceOptions options)
type: chronosphere:TraceMetricsRule
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. TraceMetricsRuleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. TraceMetricsRuleArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. TraceMetricsRuleArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. TraceMetricsRuleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. TraceMetricsRuleArgs
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 traceMetricsRuleResource = new Pulumi.TraceMetricsRule("traceMetricsRuleResource", new()
{
    MetricName = "string",
    Name = "string",
    TraceFilter = new Pulumi.Inputs.TraceMetricsRuleTraceFilterArgs
    {
        Spans = new[]
        {
            new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanArgs
            {
                Duration = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanDurationArgs
                {
                    MaxSecs = 0,
                    MinSecs = 0,
                },
                Error = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanErrorArgs
                {
                    Value = false,
                },
                IsRootSpan = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanIsRootSpanArgs
                {
                    Value = false,
                },
                MatchType = "string",
                Operation = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanOperationArgs
                {
                    InValues = new[]
                    {
                        "string",
                    },
                    Match = "string",
                    Value = "string",
                },
                ParentOperation = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanParentOperationArgs
                {
                    InValues = new[]
                    {
                        "string",
                    },
                    Match = "string",
                    Value = "string",
                },
                ParentService = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanParentServiceArgs
                {
                    InValues = new[]
                    {
                        "string",
                    },
                    Match = "string",
                    Value = "string",
                },
                Service = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanServiceArgs
                {
                    InValues = new[]
                    {
                        "string",
                    },
                    Match = "string",
                    Value = "string",
                },
                SpanCount = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanSpanCountArgs
                {
                    Max = 0,
                    Min = 0,
                },
                Tags = new[]
                {
                    new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanTagArgs
                    {
                        Key = "string",
                        NumericValue = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanTagNumericValueArgs
                        {
                            Comparison = "string",
                            Value = 0,
                        },
                        Value = new Pulumi.Inputs.TraceMetricsRuleTraceFilterSpanTagValueArgs
                        {
                            InValues = new[]
                            {
                                "string",
                            },
                            Match = "string",
                            Value = "string",
                        },
                    },
                },
            },
        },
        Trace = new Pulumi.Inputs.TraceMetricsRuleTraceFilterTraceArgs
        {
            Duration = new Pulumi.Inputs.TraceMetricsRuleTraceFilterTraceDurationArgs
            {
                MaxSecs = 0,
                MinSecs = 0,
            },
            Error = new Pulumi.Inputs.TraceMetricsRuleTraceFilterTraceErrorArgs
            {
                Value = false,
            },
        },
    },
    GroupBies = new[]
    {
        new Pulumi.Inputs.TraceMetricsRuleGroupByArgs
        {
            Key = new Pulumi.Inputs.TraceMetricsRuleGroupByKeyArgs
            {
                Type = "string",
                NamedKey = "string",
            },
            Label = "string",
        },
    },
    HistogramBucketsSeconds = new[]
    {
        0,
    },
    MetricLabels = 
    {
        { "string", "string" },
    },
    Slug = "string",
});
Copy
example, err := chronosphere.NewTraceMetricsRule(ctx, "traceMetricsRuleResource", &chronosphere.TraceMetricsRuleArgs{
	MetricName: pulumi.String("string"),
	Name:       pulumi.String("string"),
	TraceFilter: &chronosphere.TraceMetricsRuleTraceFilterArgs{
		Spans: chronosphere.TraceMetricsRuleTraceFilterSpanArray{
			&chronosphere.TraceMetricsRuleTraceFilterSpanArgs{
				Duration: &chronosphere.TraceMetricsRuleTraceFilterSpanDurationArgs{
					MaxSecs: pulumi.Float64(0),
					MinSecs: pulumi.Float64(0),
				},
				Error: &chronosphere.TraceMetricsRuleTraceFilterSpanErrorArgs{
					Value: pulumi.Bool(false),
				},
				IsRootSpan: &chronosphere.TraceMetricsRuleTraceFilterSpanIsRootSpanArgs{
					Value: pulumi.Bool(false),
				},
				MatchType: pulumi.String("string"),
				Operation: &chronosphere.TraceMetricsRuleTraceFilterSpanOperationArgs{
					InValues: pulumi.StringArray{
						pulumi.String("string"),
					},
					Match: pulumi.String("string"),
					Value: pulumi.String("string"),
				},
				ParentOperation: &chronosphere.TraceMetricsRuleTraceFilterSpanParentOperationArgs{
					InValues: pulumi.StringArray{
						pulumi.String("string"),
					},
					Match: pulumi.String("string"),
					Value: pulumi.String("string"),
				},
				ParentService: &chronosphere.TraceMetricsRuleTraceFilterSpanParentServiceArgs{
					InValues: pulumi.StringArray{
						pulumi.String("string"),
					},
					Match: pulumi.String("string"),
					Value: pulumi.String("string"),
				},
				Service: &chronosphere.TraceMetricsRuleTraceFilterSpanServiceArgs{
					InValues: pulumi.StringArray{
						pulumi.String("string"),
					},
					Match: pulumi.String("string"),
					Value: pulumi.String("string"),
				},
				SpanCount: &chronosphere.TraceMetricsRuleTraceFilterSpanSpanCountArgs{
					Max: pulumi.Int(0),
					Min: pulumi.Int(0),
				},
				Tags: chronosphere.TraceMetricsRuleTraceFilterSpanTagArray{
					&chronosphere.TraceMetricsRuleTraceFilterSpanTagArgs{
						Key: pulumi.String("string"),
						NumericValue: &chronosphere.TraceMetricsRuleTraceFilterSpanTagNumericValueArgs{
							Comparison: pulumi.String("string"),
							Value:      pulumi.Float64(0),
						},
						Value: &chronosphere.TraceMetricsRuleTraceFilterSpanTagValueArgs{
							InValues: pulumi.StringArray{
								pulumi.String("string"),
							},
							Match: pulumi.String("string"),
							Value: pulumi.String("string"),
						},
					},
				},
			},
		},
		Trace: &chronosphere.TraceMetricsRuleTraceFilterTraceArgs{
			Duration: &chronosphere.TraceMetricsRuleTraceFilterTraceDurationArgs{
				MaxSecs: pulumi.Float64(0),
				MinSecs: pulumi.Float64(0),
			},
			Error: &chronosphere.TraceMetricsRuleTraceFilterTraceErrorArgs{
				Value: pulumi.Bool(false),
			},
		},
	},
	GroupBies: chronosphere.TraceMetricsRuleGroupByArray{
		&chronosphere.TraceMetricsRuleGroupByArgs{
			Key: &chronosphere.TraceMetricsRuleGroupByKeyArgs{
				Type:     pulumi.String("string"),
				NamedKey: pulumi.String("string"),
			},
			Label: pulumi.String("string"),
		},
	},
	HistogramBucketsSeconds: pulumi.Float64Array{
		pulumi.Float64(0),
	},
	MetricLabels: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Slug: pulumi.String("string"),
})
Copy
var traceMetricsRuleResource = new TraceMetricsRule("traceMetricsRuleResource", TraceMetricsRuleArgs.builder()
    .metricName("string")
    .name("string")
    .traceFilter(TraceMetricsRuleTraceFilterArgs.builder()
        .spans(TraceMetricsRuleTraceFilterSpanArgs.builder()
            .duration(TraceMetricsRuleTraceFilterSpanDurationArgs.builder()
                .maxSecs(0)
                .minSecs(0)
                .build())
            .error(TraceMetricsRuleTraceFilterSpanErrorArgs.builder()
                .value(false)
                .build())
            .isRootSpan(TraceMetricsRuleTraceFilterSpanIsRootSpanArgs.builder()
                .value(false)
                .build())
            .matchType("string")
            .operation(TraceMetricsRuleTraceFilterSpanOperationArgs.builder()
                .inValues("string")
                .match("string")
                .value("string")
                .build())
            .parentOperation(TraceMetricsRuleTraceFilterSpanParentOperationArgs.builder()
                .inValues("string")
                .match("string")
                .value("string")
                .build())
            .parentService(TraceMetricsRuleTraceFilterSpanParentServiceArgs.builder()
                .inValues("string")
                .match("string")
                .value("string")
                .build())
            .service(TraceMetricsRuleTraceFilterSpanServiceArgs.builder()
                .inValues("string")
                .match("string")
                .value("string")
                .build())
            .spanCount(TraceMetricsRuleTraceFilterSpanSpanCountArgs.builder()
                .max(0)
                .min(0)
                .build())
            .tags(TraceMetricsRuleTraceFilterSpanTagArgs.builder()
                .key("string")
                .numericValue(TraceMetricsRuleTraceFilterSpanTagNumericValueArgs.builder()
                    .comparison("string")
                    .value(0)
                    .build())
                .value(TraceMetricsRuleTraceFilterSpanTagValueArgs.builder()
                    .inValues("string")
                    .match("string")
                    .value("string")
                    .build())
                .build())
            .build())
        .trace(TraceMetricsRuleTraceFilterTraceArgs.builder()
            .duration(TraceMetricsRuleTraceFilterTraceDurationArgs.builder()
                .maxSecs(0)
                .minSecs(0)
                .build())
            .error(TraceMetricsRuleTraceFilterTraceErrorArgs.builder()
                .value(false)
                .build())
            .build())
        .build())
    .groupBies(TraceMetricsRuleGroupByArgs.builder()
        .key(TraceMetricsRuleGroupByKeyArgs.builder()
            .type("string")
            .namedKey("string")
            .build())
        .label("string")
        .build())
    .histogramBucketsSeconds(0)
    .metricLabels(Map.of("string", "string"))
    .slug("string")
    .build());
Copy
trace_metrics_rule_resource = chronosphere.TraceMetricsRule("traceMetricsRuleResource",
    metric_name="string",
    name="string",
    trace_filter={
        "spans": [{
            "duration": {
                "max_secs": 0,
                "min_secs": 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": 0,
                },
                "value": {
                    "in_values": ["string"],
                    "match": "string",
                    "value": "string",
                },
            }],
        }],
        "trace": {
            "duration": {
                "max_secs": 0,
                "min_secs": 0,
            },
            "error": {
                "value": False,
            },
        },
    },
    group_bies=[{
        "key": {
            "type": "string",
            "named_key": "string",
        },
        "label": "string",
    }],
    histogram_buckets_seconds=[0],
    metric_labels={
        "string": "string",
    },
    slug="string")
Copy
const traceMetricsRuleResource = new chronosphere.TraceMetricsRule("traceMetricsRuleResource", {
    metricName: "string",
    name: "string",
    traceFilter: {
        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,
            },
        },
    },
    groupBies: [{
        key: {
            type: "string",
            namedKey: "string",
        },
        label: "string",
    }],
    histogramBucketsSeconds: [0],
    metricLabels: {
        string: "string",
    },
    slug: "string",
});
Copy
type: chronosphere:TraceMetricsRule
properties:
    groupBies:
        - key:
            namedKey: string
            type: string
          label: string
    histogramBucketsSeconds:
        - 0
    metricLabels:
        string: string
    metricName: string
    name: string
    slug: string
    traceFilter:
        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
Copy

TraceMetricsRule 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 TraceMetricsRule resource accepts the following input properties:

MetricName This property is required. string
Name This property is required. string
TraceFilter This property is required. Chronosphere.Pulumi.Inputs.TraceMetricsRuleTraceFilter
GroupBies List<Chronosphere.Pulumi.Inputs.TraceMetricsRuleGroupBy>
HistogramBucketsSeconds List<double>
MetricLabels Dictionary<string, string>
Slug Changes to this property will trigger replacement. string
MetricName This property is required. string
Name This property is required. string
TraceFilter This property is required. TraceMetricsRuleTraceFilterArgs
GroupBies []TraceMetricsRuleGroupByArgs
HistogramBucketsSeconds []float64
MetricLabels map[string]string
Slug Changes to this property will trigger replacement. string
metricName This property is required. String
name This property is required. String
traceFilter This property is required. TraceMetricsRuleTraceFilter
groupBies List<TraceMetricsRuleGroupBy>
histogramBucketsSeconds List<Double>
metricLabels Map<String,String>
slug Changes to this property will trigger replacement. String
metricName This property is required. string
name This property is required. string
traceFilter This property is required. TraceMetricsRuleTraceFilter
groupBies TraceMetricsRuleGroupBy[]
histogramBucketsSeconds number[]
metricLabels {[key: string]: string}
slug Changes to this property will trigger replacement. string
metric_name This property is required. str
name This property is required. str
trace_filter This property is required. TraceMetricsRuleTraceFilterArgs
group_bies Sequence[TraceMetricsRuleGroupByArgs]
histogram_buckets_seconds Sequence[float]
metric_labels Mapping[str, str]
slug Changes to this property will trigger replacement. str
metricName This property is required. String
name This property is required. String
traceFilter This property is required. Property Map
groupBies List<Property Map>
histogramBucketsSeconds List<Number>
metricLabels Map<String>
slug Changes to this property will trigger replacement. String

Outputs

All input properties are implicitly available as output properties. Additionally, the TraceMetricsRule 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 str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing TraceMetricsRule Resource

Get an existing TraceMetricsRule 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?: TraceMetricsRuleState, opts?: CustomResourceOptions): TraceMetricsRule
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        group_bies: Optional[Sequence[TraceMetricsRuleGroupByArgs]] = None,
        histogram_buckets_seconds: Optional[Sequence[float]] = None,
        metric_labels: Optional[Mapping[str, str]] = None,
        metric_name: Optional[str] = None,
        name: Optional[str] = None,
        slug: Optional[str] = None,
        trace_filter: Optional[TraceMetricsRuleTraceFilterArgs] = None) -> TraceMetricsRule
func GetTraceMetricsRule(ctx *Context, name string, id IDInput, state *TraceMetricsRuleState, opts ...ResourceOption) (*TraceMetricsRule, error)
public static TraceMetricsRule Get(string name, Input<string> id, TraceMetricsRuleState? state, CustomResourceOptions? opts = null)
public static TraceMetricsRule get(String name, Output<String> id, TraceMetricsRuleState state, CustomResourceOptions options)
resources:  _:    type: chronosphere:TraceMetricsRule    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
GroupBies []TraceMetricsRuleGroupByArgs
HistogramBucketsSeconds []float64
MetricLabels map[string]string
MetricName string
Name string
Slug Changes to this property will trigger replacement. string
TraceFilter TraceMetricsRuleTraceFilterArgs
groupBies List<TraceMetricsRuleGroupBy>
histogramBucketsSeconds List<Double>
metricLabels Map<String,String>
metricName String
name String
slug Changes to this property will trigger replacement. String
traceFilter TraceMetricsRuleTraceFilter
groupBies TraceMetricsRuleGroupBy[]
histogramBucketsSeconds number[]
metricLabels {[key: string]: string}
metricName string
name string
slug Changes to this property will trigger replacement. string
traceFilter TraceMetricsRuleTraceFilter
group_bies Sequence[TraceMetricsRuleGroupByArgs]
histogram_buckets_seconds Sequence[float]
metric_labels Mapping[str, str]
metric_name str
name str
slug Changes to this property will trigger replacement. str
trace_filter TraceMetricsRuleTraceFilterArgs
groupBies List<Property Map>
histogramBucketsSeconds List<Number>
metricLabels Map<String>
metricName String
name String
slug Changes to this property will trigger replacement. String
traceFilter Property Map

Supporting Types

TraceMetricsRuleGroupBy
, TraceMetricsRuleGroupByArgs

Key This property is required. Chronosphere.Pulumi.Inputs.TraceMetricsRuleGroupByKey
Label This property is required. string
Key This property is required. TraceMetricsRuleGroupByKey
Label This property is required. string
key This property is required. TraceMetricsRuleGroupByKey
label This property is required. String
key This property is required. TraceMetricsRuleGroupByKey
label This property is required. string
key This property is required. TraceMetricsRuleGroupByKey
label This property is required. str
key This property is required. Property Map
label This property is required. String

TraceMetricsRuleGroupByKey
, TraceMetricsRuleGroupByKeyArgs

Type This property is required. string
NamedKey string
Type This property is required. string
NamedKey string
type This property is required. String
namedKey String
type This property is required. string
namedKey string
type This property is required. str
named_key str
type This property is required. String
namedKey String

TraceMetricsRuleTraceFilter
, TraceMetricsRuleTraceFilterArgs

TraceMetricsRuleTraceFilterSpan
, TraceMetricsRuleTraceFilterSpanArgs

TraceMetricsRuleTraceFilterSpanDuration
, TraceMetricsRuleTraceFilterSpanDurationArgs

MaxSecs double
MinSecs double
MaxSecs float64
MinSecs float64
maxSecs Double
minSecs Double
maxSecs number
minSecs number
max_secs float
min_secs float
maxSecs Number
minSecs Number

TraceMetricsRuleTraceFilterSpanError
, TraceMetricsRuleTraceFilterSpanErrorArgs

Value This property is required. bool
Value This property is required. bool
value This property is required. Boolean
value This property is required. boolean
value This property is required. bool
value This property is required. Boolean

TraceMetricsRuleTraceFilterSpanIsRootSpan
, TraceMetricsRuleTraceFilterSpanIsRootSpanArgs

Value This property is required. bool
Value This property is required. bool
value This property is required. Boolean
value This property is required. boolean
value This property is required. bool
value This property is required. Boolean

TraceMetricsRuleTraceFilterSpanOperation
, TraceMetricsRuleTraceFilterSpanOperationArgs

InValues List<string>
Match string
Value string
InValues []string
Match string
Value string
inValues List<String>
match String
value String
inValues string[]
match string
value string
in_values Sequence[str]
match str
value str
inValues List<String>
match String
value String

TraceMetricsRuleTraceFilterSpanParentOperation
, TraceMetricsRuleTraceFilterSpanParentOperationArgs

InValues List<string>
Match string
Value string
InValues []string
Match string
Value string
inValues List<String>
match String
value String
inValues string[]
match string
value string
in_values Sequence[str]
match str
value str
inValues List<String>
match String
value String

TraceMetricsRuleTraceFilterSpanParentService
, TraceMetricsRuleTraceFilterSpanParentServiceArgs

InValues List<string>
Match string
Value string
InValues []string
Match string
Value string
inValues List<String>
match String
value String
inValues string[]
match string
value string
in_values Sequence[str]
match str
value str
inValues List<String>
match String
value String

TraceMetricsRuleTraceFilterSpanService
, TraceMetricsRuleTraceFilterSpanServiceArgs

InValues List<string>
Match string
Value string
InValues []string
Match string
Value string
inValues List<String>
match String
value String
inValues string[]
match string
value string
in_values Sequence[str]
match str
value str
inValues List<String>
match String
value String

TraceMetricsRuleTraceFilterSpanSpanCount
, TraceMetricsRuleTraceFilterSpanSpanCountArgs

Max int
Min int
Max int
Min int
max Integer
min Integer
max number
min number
max int
min int
max Number
min Number

TraceMetricsRuleTraceFilterSpanTag
, TraceMetricsRuleTraceFilterSpanTagArgs

TraceMetricsRuleTraceFilterSpanTagNumericValue
, TraceMetricsRuleTraceFilterSpanTagNumericValueArgs

Comparison This property is required. string
Value This property is required. double
Comparison This property is required. string
Value This property is required. float64
comparison This property is required. String
value This property is required. Double
comparison This property is required. string
value This property is required. number
comparison This property is required. str
value This property is required. float
comparison This property is required. String
value This property is required. Number

TraceMetricsRuleTraceFilterSpanTagValue
, TraceMetricsRuleTraceFilterSpanTagValueArgs

InValues List<string>
Match string
Value string
InValues []string
Match string
Value string
inValues List<String>
match String
value String
inValues string[]
match string
value string
in_values Sequence[str]
match str
value str
inValues List<String>
match String
value String

TraceMetricsRuleTraceFilterTrace
, TraceMetricsRuleTraceFilterTraceArgs

TraceMetricsRuleTraceFilterTraceDuration
, TraceMetricsRuleTraceFilterTraceDurationArgs

MaxSecs double
MinSecs double
MaxSecs float64
MinSecs float64
maxSecs Double
minSecs Double
maxSecs number
minSecs number
max_secs float
min_secs float
maxSecs Number
minSecs Number

TraceMetricsRuleTraceFilterTraceError
, TraceMetricsRuleTraceFilterTraceErrorArgs

Value This property is required. bool
Value This property is required. bool
value This property is required. Boolean
value This property is required. boolean
value This property is required. bool
value This property is required. Boolean

Package Details

Repository
chronosphere chronosphereio/pulumi-chronosphere
License
Apache-2.0
Notes
This Pulumi package is based on the chronosphere Terraform Provider.