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

Centralized logging via otel #15199

Merged
merged 6 commits into from
May 31, 2024

Conversation

chrismeyersfsu
Copy link
Member

SUMMARY
  • Add otel handler to send logging to an otel collector
  • Bring up otel + grafana + loki sidecars in dev env and configure to log to the otel collector
ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • API
AWX VERSION
devel
ADDITIONAL INFORMATION

@github-actions github-actions bot added component:api dependencies Pull requests that update a dependency file labels May 16, 2024
@chrismeyersfsu chrismeyersfsu force-pushed the poc-distributed-logging branch 6 times, most recently from f4be64b to ae72ec5 Compare May 20, 2024 19:49
@chrismeyersfsu chrismeyersfsu force-pushed the poc-distributed-logging branch 3 times, most recently from b4db9a3 to 2eba69b Compare May 21, 2024 19:35
@AlanCoding AlanCoding requested a review from kdelee May 22, 2024 15:13
@chrismeyersfsu chrismeyersfsu force-pushed the poc-distributed-logging branch 3 times, most recently from 9c3627d to d9d5245 Compare May 31, 2024 14:35
* Add new package license files
* Always output awx logs to a file via otel
* That log file can always be later replayed into a product that
  supports otlp at a later date.
* Useful when you find a problem that you need a time series DB to help
  find and solve.
* Useful if a community member or customer has a problem where a time
  series db would be helpful. You can take a "remote" users log and
  replay it locally for analysis.
* Send all propagate=False loggers to OTEL AND the awx logger
* Per-service log view
@chrismeyersfsu chrismeyersfsu enabled auto-merge (rebase) May 31, 2024 17:29
@chrismeyersfsu chrismeyersfsu merged commit a15bcf1 into ansible:devel May 31, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:api dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants