Skip to content

Commit

Permalink
MULTI-REPO_COMMIT: Move all extension reference guides to their desig…
Browse files Browse the repository at this point in the history
…nated page and rename README.adoc to index.adoc for friendlier URLS.

Many small changes based on build output have also been done over many repositories. Some parts needed escaping, didn't have proper syntax, or headers that should really be tabs.
  • Loading branch information
CodeDrivenMitch committed Oct 3, 2024
1 parent 1061201 commit 17117f5
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains the docs related to the Tracing Extension for Axon Framewor

The following are the current documentation sources (folders):

- `extension-guide` : [The Tracing Extension Guide](https://library.axoniq.io/tracing_extension_guide/index.html)
- `extension-guide` : [The Tracing Extension Guide](https://library.axoniq.io/tracing-extension-reference/index.html)

## Contributing to the docs.

Expand Down
2 changes: 1 addition & 1 deletion docs/_playbook/playbook.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site:
title: Tracing Extension docs PREVIEW
start_page: tracing_extension_guide::index.adoc
start_page: tracing-extension-reference::index.adoc

content:
sources:
Expand Down
14 changes: 0 additions & 14 deletions docs/extension-guide/antora.yml

This file was deleted.

14 changes: 14 additions & 0 deletions docs/reference/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: tracing-extension-reference
title: Tracing Extension Guide
version: true
prerelease: true
start_page: ROOT:index.adoc

asciidoc:
attributes:
component_description: Extension adding OpenTracing integration to Axon's infrastructure components, superseded by integrated Open Telemetry support
type: extension-reference
group: axon-framework

nav:
- modules/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The extension can be disabled setting the property `axon.extension.tracing.enabl

Furthermore, there is a more fine-grained configuration option of the tracing span tags on commands, events and queries. You can customize span tags easily, mixing and matching between available tag `MESSAGE_ID`, `AGGREGATE_ID`, `MESSAGE_TYPE`, `PAYLOAD_TYPE`, `MESSAGE_NAME` and `PAYLOAD`. Take into account that some of the tags make sense on a certain span type, but not on another, and some of them have an hidden cost on network (such as payload). Use them wisely.

[sources,properties]
[source,properties]
----
axon.extension.tracing.span.commandTags=MESSAGE_ID, MESSAGE_TYPE, PAYLOAD_TYPE, MESSAGE_NAME
axon.extension.tracing.span.eventTags=MESSAGE_ID, AGGREGATE_ID, MESSAGE_TYPE, PAYLOAD_TYPE
Expand Down
File renamed without changes.

0 comments on commit 17117f5

Please sign in to comment.