-
Notifications
You must be signed in to change notification settings - Fork 102
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 bootstrap server metric for kafka #1207
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1207 +/- ##
==========================================
- Coverage 81.48% 81.21% -0.28%
==========================================
Files 197 197
Lines 21825 21859 +34
Branches 3817 3827 +10
==========================================
- Hits 17785 17753 -32
- Misses 2915 2975 +60
- Partials 1125 1131 +6 ☔ View full report in Codecov by Sentry. |
hmstepanek
force-pushed
the
add-aws-kafka-entity-metrics
branch
from
September 11, 2024 18:08
7293753
to
cae3414
Compare
TimPansino
previously approved these changes
Sep 17, 2024
hmstepanek
force-pushed
the
add-aws-kafka-entity-metrics
branch
from
September 17, 2024 23:45
9efd915
to
e006778
Compare
TimPansino
approved these changes
Sep 19, 2024
TimPansino
added a commit
that referenced
this pull request
Sep 25, 2024
* Add env var for GC runtime metrics. * [Mega-Linter] Apply linters fixes * Remove falcon master tests for py37 (unsupported) * Bump tests * Fix Psycopg3 Api Incompatibilities (#1197) * Fix DBAPI2 wrappers to allow additional kwargs to executemany * Pass extra psycopg3 kwargs through executemany * Rename arguments in psycopg3 wrappers to match upstream * Add tests for psycopg3 returning param --------- Co-authored-by: Uma Annamalai <[email protected]> * Fix bugs * Test w/ latest langchain * Add support for new vectorstores * Remove unreachable [] * Use replace instead of lstrip to strip dns:// lstrip strips all the characters from the begining of the string so strings that begin in d, n, or s get the first character(s) stripped. Replace is actually what we want in this case. * Add dispatcher for uvicorn_worker * Fix bedrock expected error * Add metadata field to expected events * Adjust location of expected pydantic error * Langchain does not support python3.8 * Remove graphql master from tests * Add support for kafka-python-ng * Capture pymemcache,aiomcache,bmemcached host&port * Add bootstrap server metric for kafka (#1207) * Add bootstrap server metric * [Mega-Linter] Apply linters fixes --------- Co-authored-by: hmstepanek <[email protected]> * Lint f-strings * Fix Issues in PyMongo and Botocore Tests (#1218) * Fix schema issues in botocore tests * Update pymongo hooks for new module locations * Remove unsupported py38 tornadomaster tests * Updated matrix for urllib3 tests (#1216) --------- Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: umaannamalai <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: hmstepanek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add bootstrap server metric for Kafka to connect MSK AWS entities.