From 534664ac7097e0a36a7008c4b5cdcc4054c17e0f Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 29 Aug 2025 13:02:55 +0200 Subject: [PATCH 1/2] Add applies_to metadata --- docs/reference/advanced-topics.md | 10 ++++++++++ docs/reference/api-reference.md | 10 ++++++++++ docs/reference/configuration.md | 12 +++++++++++- docs/reference/context.md | 10 ++++++++++ docs/reference/custom-instrumentation.md | 10 ++++++++++ docs/reference/getting-started-rack.md | 10 ++++++++++ docs/reference/getting-started-rails.md | 10 ++++++++++ docs/reference/graphql.md | 10 ++++++++++ docs/reference/index.md | 10 ++++++++++ docs/reference/logs.md | 10 ++++++++++ docs/reference/metrics.md | 10 ++++++++++ docs/reference/opentracing-api.md | 10 ++++++++++ docs/reference/performance-tuning.md | 10 ++++++++++ docs/reference/set-up-apm-ruby-agent.md | 10 ++++++++++ docs/reference/supported-technologies.md | 10 ++++++++++ docs/reference/upgrading.md | 10 ++++++++++ docs/release-notes/index.md | 10 ++++++++++ docs/release-notes/known-issues.md | 11 ++++++++++- 18 files changed, 181 insertions(+), 2 deletions(-) diff --git a/docs/reference/advanced-topics.md b/docs/reference/advanced-topics.md index dc0f28b54..b4a648626 100644 --- a/docs/reference/advanced-topics.md +++ b/docs/reference/advanced-topics.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/advanced.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Advanced topics [advanced] diff --git a/docs/reference/api-reference.md b/docs/reference/api-reference.md index ba3d17461..01f714b2c 100644 --- a/docs/reference/api-reference.md +++ b/docs/reference/api-reference.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/api.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # API reference [api] diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 7c5e86c58..8d7b8f5be 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Configuration [configuration] @@ -379,7 +389,7 @@ The version number of the used framework. For Ruby on Rails and Sinatra, this de | --- | --- | --- | --- | | `ELASTIC_APM_GLOBAL_LABELS` | `global_labels` | `nil` | `dept=engineering,rack=number8` | -Labels added to all events, with the format key=value[,key=value[,…​]]. +Labels added to all events, with the format key=value[,key=value[,… ]]. ::::{note} This option requires APM Server 7.2 or greater, and will have no effect when using older server versions. diff --git a/docs/reference/context.md b/docs/reference/context.md index b73adc383..041aa9c1d 100644 --- a/docs/reference/context.md +++ b/docs/reference/context.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/context.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Adding additional context [context] diff --git a/docs/reference/custom-instrumentation.md b/docs/reference/custom-instrumentation.md index b38f1c9fb..c43b83e75 100644 --- a/docs/reference/custom-instrumentation.md +++ b/docs/reference/custom-instrumentation.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/custom-instrumentation.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Custom instrumentation [custom-instrumentation] diff --git a/docs/reference/getting-started-rack.md b/docs/reference/getting-started-rack.md index ee0e8e5d1..91b49ecc6 100644 --- a/docs/reference/getting-started-rack.md +++ b/docs/reference/getting-started-rack.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/getting-started-rack.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Getting started with Rack [getting-started-rack] diff --git a/docs/reference/getting-started-rails.md b/docs/reference/getting-started-rails.md index d13709a6b..0746b89e5 100644 --- a/docs/reference/getting-started-rails.md +++ b/docs/reference/getting-started-rails.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/getting-started-rails.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Getting started with Rails [getting-started-rails] diff --git a/docs/reference/graphql.md b/docs/reference/graphql.md index bdf25edc7..a182435c4 100644 --- a/docs/reference/graphql.md +++ b/docs/reference/graphql.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/graphql.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # GraphQL [graphql] diff --git a/docs/reference/index.md b/docs/reference/index.md index 9849fb8ba..78ef4f68e 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -2,6 +2,16 @@ mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/introduction.html - https://www.elastic.co/guide/en/apm/agent/ruby/current/index.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # APM Ruby agent [introduction] diff --git a/docs/reference/logs.md b/docs/reference/logs.md index 54aa5358b..c018507a1 100644 --- a/docs/reference/logs.md +++ b/docs/reference/logs.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/log-correlation.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Logs [logs] diff --git a/docs/reference/metrics.md b/docs/reference/metrics.md index 53078c663..389eac29e 100644 --- a/docs/reference/metrics.md +++ b/docs/reference/metrics.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/metrics.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Metrics [metrics] diff --git a/docs/reference/opentracing-api.md b/docs/reference/opentracing-api.md index 996c079d6..661180703 100644 --- a/docs/reference/opentracing-api.md +++ b/docs/reference/opentracing-api.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/opentracing.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # OpenTracing API [opentracing] diff --git a/docs/reference/performance-tuning.md b/docs/reference/performance-tuning.md index e90aabdcb..c4cdd8b18 100644 --- a/docs/reference/performance-tuning.md +++ b/docs/reference/performance-tuning.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/tuning-and-overhead.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Performance tuning [tuning-and-overhead] diff --git a/docs/reference/set-up-apm-ruby-agent.md b/docs/reference/set-up-apm-ruby-agent.md index def286b8c..ed38b8b3d 100644 --- a/docs/reference/set-up-apm-ruby-agent.md +++ b/docs/reference/set-up-apm-ruby-agent.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/set-up.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Set up the APM Ruby agent [set-up] diff --git a/docs/reference/supported-technologies.md b/docs/reference/supported-technologies.md index e974e9cfc..5fd69d785 100644 --- a/docs/reference/supported-technologies.md +++ b/docs/reference/supported-technologies.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/supported-technologies.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Supported technologies [supported-technologies] diff --git a/docs/reference/upgrading.md b/docs/reference/upgrading.md index f3de9674e..42136abe7 100644 --- a/docs/reference/upgrading.md +++ b/docs/reference/upgrading.md @@ -1,6 +1,16 @@ --- mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/upgrading.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Upgrading [upgrading] diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 539e9dca6..5412847c5 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -3,6 +3,16 @@ navigation_title: "Elastic APM Ruby Agent" mapped_pages: - https://www.elastic.co/guide/en/apm/agent/ruby/current/release-notes.html - https://www.elastic.co/guide/en/apm/agent/ruby/current/release-notes-4.x.html +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Elastic APM Ruby Agent release notes [elastic-apm-ruby-agent-release-notes] diff --git a/docs/release-notes/known-issues.md b/docs/release-notes/known-issues.md index 79d9ef020..ce429b90e 100644 --- a/docs/release-notes/known-issues.md +++ b/docs/release-notes/known-issues.md @@ -1,6 +1,15 @@ --- navigation_title: "Known issues" - +applies_to: + stack: + serverless: + observability: + product: + apm_agent_ruby: ga +products: + - id: cloud-serverless + - id: observability + - id: apm --- # Elastic APM Ruby Agent known issues [elastic-apm-ruby-agent-known-issues] From 90a15f27025d21fdb65481e6aacd49a63fd8a895 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Fri, 5 Sep 2025 16:10:26 +0200 Subject: [PATCH 2/2] Remove products --- docs/reference/advanced-topics.md | 4 ---- docs/reference/api-reference.md | 4 ---- docs/reference/configuration.md | 4 ---- docs/reference/context.md | 4 ---- docs/reference/custom-instrumentation.md | 4 ---- docs/reference/getting-started-rack.md | 4 ---- docs/reference/getting-started-rails.md | 4 ---- docs/reference/graphql.md | 4 ---- docs/reference/index.md | 4 ---- docs/reference/logs.md | 4 ---- docs/reference/metrics.md | 4 ---- docs/reference/opentracing-api.md | 4 ---- docs/reference/performance-tuning.md | 4 ---- docs/reference/set-up-apm-ruby-agent.md | 4 ---- docs/reference/supported-technologies.md | 4 ---- docs/reference/upgrading.md | 4 ---- docs/release-notes/index.md | 4 ---- docs/release-notes/known-issues.md | 4 ---- 18 files changed, 72 deletions(-) diff --git a/docs/reference/advanced-topics.md b/docs/reference/advanced-topics.md index b4a648626..c6be86dc7 100644 --- a/docs/reference/advanced-topics.md +++ b/docs/reference/advanced-topics.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Advanced topics [advanced] diff --git a/docs/reference/api-reference.md b/docs/reference/api-reference.md index 01f714b2c..cf64781d0 100644 --- a/docs/reference/api-reference.md +++ b/docs/reference/api-reference.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # API reference [api] diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 8d7b8f5be..a8a275fc5 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Configuration [configuration] diff --git a/docs/reference/context.md b/docs/reference/context.md index 041aa9c1d..482a9b727 100644 --- a/docs/reference/context.md +++ b/docs/reference/context.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Adding additional context [context] diff --git a/docs/reference/custom-instrumentation.md b/docs/reference/custom-instrumentation.md index c43b83e75..f952fbe74 100644 --- a/docs/reference/custom-instrumentation.md +++ b/docs/reference/custom-instrumentation.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Custom instrumentation [custom-instrumentation] diff --git a/docs/reference/getting-started-rack.md b/docs/reference/getting-started-rack.md index 91b49ecc6..5856d592c 100644 --- a/docs/reference/getting-started-rack.md +++ b/docs/reference/getting-started-rack.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Getting started with Rack [getting-started-rack] diff --git a/docs/reference/getting-started-rails.md b/docs/reference/getting-started-rails.md index 0746b89e5..d80549b3c 100644 --- a/docs/reference/getting-started-rails.md +++ b/docs/reference/getting-started-rails.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Getting started with Rails [getting-started-rails] diff --git a/docs/reference/graphql.md b/docs/reference/graphql.md index a182435c4..5fdbe87bb 100644 --- a/docs/reference/graphql.md +++ b/docs/reference/graphql.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # GraphQL [graphql] diff --git a/docs/reference/index.md b/docs/reference/index.md index 78ef4f68e..57d712d41 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -8,10 +8,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # APM Ruby agent [introduction] diff --git a/docs/reference/logs.md b/docs/reference/logs.md index c018507a1..070590a44 100644 --- a/docs/reference/logs.md +++ b/docs/reference/logs.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Logs [logs] diff --git a/docs/reference/metrics.md b/docs/reference/metrics.md index 389eac29e..19a180054 100644 --- a/docs/reference/metrics.md +++ b/docs/reference/metrics.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Metrics [metrics] diff --git a/docs/reference/opentracing-api.md b/docs/reference/opentracing-api.md index 661180703..e4eea756c 100644 --- a/docs/reference/opentracing-api.md +++ b/docs/reference/opentracing-api.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # OpenTracing API [opentracing] diff --git a/docs/reference/performance-tuning.md b/docs/reference/performance-tuning.md index c4cdd8b18..17ac28a8d 100644 --- a/docs/reference/performance-tuning.md +++ b/docs/reference/performance-tuning.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Performance tuning [tuning-and-overhead] diff --git a/docs/reference/set-up-apm-ruby-agent.md b/docs/reference/set-up-apm-ruby-agent.md index ed38b8b3d..7edf4dd1e 100644 --- a/docs/reference/set-up-apm-ruby-agent.md +++ b/docs/reference/set-up-apm-ruby-agent.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Set up the APM Ruby agent [set-up] diff --git a/docs/reference/supported-technologies.md b/docs/reference/supported-technologies.md index 5fd69d785..3ac7c7e25 100644 --- a/docs/reference/supported-technologies.md +++ b/docs/reference/supported-technologies.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Supported technologies [supported-technologies] diff --git a/docs/reference/upgrading.md b/docs/reference/upgrading.md index 42136abe7..24207863e 100644 --- a/docs/reference/upgrading.md +++ b/docs/reference/upgrading.md @@ -7,10 +7,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Upgrading [upgrading] diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 5412847c5..60c1e207d 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -9,10 +9,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Elastic APM Ruby Agent release notes [elastic-apm-ruby-agent-release-notes] diff --git a/docs/release-notes/known-issues.md b/docs/release-notes/known-issues.md index ce429b90e..badeab26d 100644 --- a/docs/release-notes/known-issues.md +++ b/docs/release-notes/known-issues.md @@ -6,10 +6,6 @@ applies_to: observability: product: apm_agent_ruby: ga -products: - - id: cloud-serverless - - id: observability - - id: apm --- # Elastic APM Ruby Agent known issues [elastic-apm-ruby-agent-known-issues]