Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitoring outbox observability #1079

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

StefanHenke
Copy link
Contributor

No description provided.

@@ -370,6 +370,31 @@ By default, instrumentations for CAP-specific components are disabled, so that n

For specific steps to change the log level, please refer to the respective section for [configuring logging](#logging-configuration).


#### Transactional Outbox
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather propose to restructure the headers. Unfortunately, we are already on level 4 because of which I would avoid to introduce level 5.

I would propose to group the CAP-specific things according to the signal. Main motivation is that e.g. for the outbox we also have spans and traces already today and we have natural overlaps:

### CAP Instrumentation for Traces
By default, instrumentations ....

### CAP Instrumentation for Metrics


@@ -359,7 +359,7 @@ The following steps describe the required configuration:
By default, instrumentations for CAP-specific components are disabled, so that no traces and spans are created even if the Open Telemetry Java Agent has been configured. It's possible to selectively activate specific spans by changing the log level for a component.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CAP Java provides additional instrumentations for traces and spans which covers CAP-specific components. It´s possible to selectively activate or deactivate specific spans by changing the log level for a component.

java/operating-applications/observability.md Outdated Show resolved Hide resolved
java/operating-applications/observability.md Outdated Show resolved Hide resolved
java/operating-applications/observability.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants