-
Notifications
You must be signed in to change notification settings - Fork 58
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
Added HAProxy Integration #1265
Conversation
Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1265 +/- ##
=======================================
Coverage 44.06% 44.06%
=======================================
Files 329 329
Lines 19682 19682
Branches 4685 4685
=======================================
+ Hits 8672 8673 +1
+ Misses 10965 10964 -1
Partials 45 45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, and especially for including a docker-compose file. It helps a ton with reviewing faster. There are still a few questions I have about getting it set up, I think the bulk of the issue is just that this is built off of an old test compose that needs a couple updates to accommodate the new setup.
server/adaptors/integrations/__data__/repository/haproxy/info/test/.gitignore
Outdated
Show resolved
Hide resolved
server/adaptors/integrations/__data__/repository/haproxy/info/test/docker-compose.yaml
Outdated
Show resolved
Hide resolved
server/adaptors/integrations/__data__/repository/haproxy/info/test/docker-compose.yaml
Show resolved
Hide resolved
server/adaptors/integrations/__data__/repository/haproxy/info/test/fluent-bit/fluent-bit.conf
Outdated
Show resolved
Hide resolved
server/adaptors/integrations/__data__/repository/haproxy/info/test/docker-compose.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com>
...er/adaptors/integrations/__data__/repository/haproxy/info/test/fluent-bit/otel-converter.lua
Outdated
Show resolved
Hide resolved
Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Added HAProxy Integration Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com> * Updated test directory for HAProxy integration Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com> * updated docker-compose.yaml and otel-converter.lua Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com> --------- Signed-off-by: Pothula-Kalyani-ML <pothula.kalyani@maplelabs.com> (cherry picked from commit f1237c1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Added new observability integration for HAProxy
Issues Resolved
Ability to monitor HAProxy Access Logs
Check List
Results
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.