Skip to content

Commit 57bf2e4

Browse files
Move some book-scoped attributes from /observability-docs (#2735)
* move urls to other web pages to shared attributes * move common term attributes to docs repo * move non-stack version attributes to docs repo * Update attributes.asciidoc * remove descriptions from attributes.asciidoc --------- Co-authored-by: Brandon Morelli <[email protected]>
1 parent 1af3ccc commit 57bf2e4

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

shared/attributes.asciidoc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,44 @@ Elastic-level pages
129129
:time-units: {ref}/api-conventions.html#time-units
130130
:byte-units: {ref}/api-conventions.html#byte-units
131131

132+
//////////
133+
APM agents
134+
The if directives below are required for versions 6.3-7.4 of the legacy APM Get started book.
135+
Without these if directives, the links below fail and break the build.
136+
//////////
137+
138+
ifdef::apm-py-branch[]
139+
:apm-py-ref-v: https://www.elastic.co/guide/en/apm/agent/python/{apm-py-branch}
140+
endif::[]
141+
142+
ifdef::apm-node-branch[]
143+
:apm-node-ref-v: https://www.elastic.co/guide/en/apm/agent/nodejs/{apm-node-branch}
144+
endif::[]
145+
146+
ifdef::apm-rum-branch[]
147+
:apm-rum-ref-v: https://www.elastic.co/guide/en/apm/agent/rum-js/{apm-rum-branch}
148+
endif::[]
149+
150+
ifdef::apm-ruby-branch[]
151+
:apm-ruby-ref-v: https://www.elastic.co/guide/en/apm/agent/ruby/{apm-ruby-branch}
152+
endif::[]
153+
154+
ifdef::apm-java-branch[]
155+
:apm-java-ref-v: https://www.elastic.co/guide/en/apm/agent/java/{apm-java-branch}
156+
endif::[]
157+
158+
ifdef::apm-go-branch[]
159+
:apm-go-ref-v: https://www.elastic.co/guide/en/apm/agent/go/{apm-go-branch}
160+
endif::[]
161+
162+
ifdef::apm-ios-branch[]
163+
:apm-ios-ref-v: https://www.elastic.co/guide/en/apm/agent/swift/{apm-ios-branch}
164+
endif::[]
165+
166+
ifdef::apm-dotnet-branch[]
167+
:apm-dotnet-ref-v: https://www.elastic.co/guide/en/apm/agent/dotnet/{apm-dotnet-branch}
168+
endif::[]
169+
132170
//////////
133171
Elastic Cloud
134172
//////////
@@ -172,6 +210,7 @@ Kibana app and UI names
172210

173211
:apm-app: APM app
174212
:uptime-app: Uptime app
213+
:synthetics-app: Synthetics app
175214
:logs-app: Logs app
176215
:metrics-app: Metrics app
177216
:infrastructure-app: Infrastructure app
@@ -421,6 +460,11 @@ Do not use `endpoint-cloud-sec` in versions 8.5.0 and newer
421460
:apm-rum-agents: Elastic APM RUM JavaScript agents
422461
:apm-lambda-ext: Elastic APM AWS Lambda extension
423462

463+
:project-monitors: project monitors
464+
:project-monitors-cap: Project monitors
465+
:private-location: Private Location
466+
:private-locations: Private Locations
467+
424468
:pwd: YOUR_PASSWORD
425469

426470
:esh: ES-Hadoop

shared/versions/stack/8.9.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ ECS Logging
6161
:ecs-logging-php: master
6262
:ecs-logging-python: master
6363
:ecs-logging-ruby: master
64+
65+
////
66+
Synthetics
67+
////
68+
:synthetics_version: v1.3.0

shared/versions/stack/master.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ ECS Logging
6161
:ecs-logging-php: master
6262
:ecs-logging-python: master
6363
:ecs-logging-ruby: master
64+
65+
////
66+
Synthetics
67+
////
68+
:synthetics_version: v1.3.0

0 commit comments

Comments
 (0)