Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the tracing strategies used for logging event data, allowing for either detailed end-to-end tracing or metric-focused logging. |
| What area does it affect? |
Event tracing and logging |
| What does the default mean? |
The default value is "metric_collection", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting logging strategies for performance monitoring or troubleshooting. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.commons.trace_strategies |
| Sys ID |
7c32f7d6ff1032104aebffffffffff68 |
| Type |
string |
| Application |
Global |
| Default value |
metric_collection |
| Description |
Comma separated list of strategies. Possible valuse:
1. end_to_end: Writes result to sys_cs_trace table
2. metric_collection: Writes event traces to sys_cs_trace_telemetry table and eventually gets rolled up to sys_cs_trace_telemetry_daily table. Mainly for collecting metrics. |
| Updated |
2025-10-15 14:57:23 |
Related properties