Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ core_product:
# Unsupported sites for each product
unsupported_sites:
actions: [gov]
adaptive_sampling: [gov]
adobe_experience_manager: [us3,ap1,ap2]
agent_flare: [gov]
agentless_scanning: [gov]
Expand All @@ -280,6 +281,7 @@ unsupported_sites:
ci_visibility: [gov]
code_coverage: [gov]
code_security: [gov]
configuration_at_runtime: [gov]
continuous_delivery: [gov]
continuous_integration: [gov]
correlation: [gov] #Event management correlation
Expand Down Expand Up @@ -313,6 +315,7 @@ unsupported_sites:
otlp_agentless: [gov]
overview_pages: [gov]
pr_gates: [gov]
resource_based_sampling: [gov]
remote_config: [gov]
remote_configuration: [gov]
roku_error_tracking: [gov]
Expand Down
1 change: 1 addition & 0 deletions content/en/tracing/guide/resource_based_sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Resource-based sampling
description: Learn how to configure resource-based sampling to control trace ingestion based on specific resources and endpoints for cost optimization.
disable_toc: false
site_support_id: resource_based_sampling
further_reading:
- link: "/tracing/trace_pipeline/ingestion_mechanisms"
tag: "Documentation"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configuration at Runtime
site_support_id: configuration_at_runtime
further_reading:
- link: "/remote_configuration"
tag: "Documentation"
Expand Down
1 change: 1 addition & 0 deletions content/en/tracing/trace_pipeline/adaptive_sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Automatically adjust sampling rates to match specific budgets while
disable_toc: false
aliases:
- /tracing/guide/adaptive_sampling
site_support_id: adaptive_sampling
further_reading:
- link: "/tracing/trace_pipeline/ingestion_mechanisms"
tag: "Documentation"
Expand Down
Loading