Skip to content

Commit 03d02dc

Browse files
authored
update metadata related to snapshots collection (#664)
1 parent 6bac237 commit 03d02dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/MatrixHelper/SettingsData.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ public static Setting[] GetSettings()
6464
new("SPLUNK_PROFILER_MAX_MEMORY_SAMPLES", "Maximum memory samples collected per minute. Maximum value is 200.", "200", "int", ProfilingCategory),
6565
new("SPLUNK_PROFILER_EXPORT_INTERVAL", "Export interval timeout, in milliseconds. Minimum value is 500.", "500", "int", ProfilingCategory),
6666

67+
// snapshots
68+
new("SPLUNK_SNAPSHOT_PROFILER_ENABLED", "Activates snapshots collection.", "false", "boolean", ProfilingCategory),
69+
new("SPLUNK_SNAPSHOT_SAMPLING_INTERVAL", "Sampling interval for snapshot collections, in milliseconds.", "20", "int", ProfilingCategory),
70+
new("SPLUNK_SNAPSHOT_SELECTION_RATE", "Sets probability of selecting trace for snapshots.", "0.01", "double", ProfilingCategory),
71+
6772
// trace propagation
6873
new("OTEL_PROPAGATORS", "Comma-separated list of propagators for the tracer. The default value is `tracecontext,baggage`. Supported values are `b3multi`, `b3`, `tracecontext`, and `baggage`.", "tracecontext,baggage", "string", TracePropagationCategory),
6974

0 commit comments

Comments
 (0)