Skip to content

Fluentd log aggregation #259

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

Merged
merged 10 commits into from
Jul 26, 2019
Merged

Fluentd log aggregation #259

merged 10 commits into from
Jul 26, 2019

Conversation

vishalbollu
Copy link
Contributor

Closes #226


Checklist:

  • Run make test and make lint
  • Test end to end manually (e.g. build/push all images, restart operator, and run cx refresh)
  • Update examples
  • Update documentation (add any new files to summary.md)
  • Merge to master
  • Cherry-pick into release branches if it's a bugfix
  • Check gitbook that docs look good and links function properly
  • Alert team if dev environment changed
  • Delete the branch once it's merged

@vishalbollu vishalbollu requested a review from deliahu July 25, 2019 21:58
}
if isEnded {
logPrefix, err := getSavedLogPrefix(workloadID, appName, true)
if workloadID, ok := podLabels["workloadID"]; ok {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add a comment here about why you added this if? Presumably because we won't go to cloudwatch for API logs?

@vishalbollu vishalbollu merged commit 573eed8 into master Jul 26, 2019
@vishalbollu vishalbollu deleted the fluentd-log-merge branch July 26, 2019 01:28
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.

Aggregate cloudwatch logs for APIs
2 participants