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

Add Tomcat-specific data to ThreadContext #104

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

ppkarwasz
Copy link
Member

This adds a ContextDataProvider that automatically fills the following context data:

  • "engine.name": the name of the Tomcat engine,
  • "host.name": the name of the Tomcat host,
  • "context.name": the name of the Tomcat context.

Closes #103.

@ppkarwasz ppkarwasz self-assigned this Jan 28, 2024
@ppkarwasz ppkarwasz added this to the 3.0.0-alpha1 milestone Jan 28, 2024
This adds a `ContextDataProvider` that automatically fills the following
context data:

 * "engine.name": the name of the Tomcat engine,
 * "host.name": the name of the Tomcat host,
 * "context.name": the name of the Tomcat context.

Closes #103.
@ppkarwasz ppkarwasz force-pushed the features/context-data-provider branch from 6ce3633 to 3b82530 Compare February 22, 2024 12:57
@ppkarwasz ppkarwasz merged commit 3b82530 into main Feb 22, 2024
7 checks passed
@ppkarwasz ppkarwasz deleted the features/context-data-provider branch February 22, 2024 13:04
@ppkarwasz ppkarwasz removed this from the 3.0.0-alpha1 milestone Feb 22, 2024
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.

Add Tomcat specific data to thread context
1 participant