Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kafka-Python Serialization Metrics (#628)
* Add more metrics, consumer, and producer tests Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> * Remove breakpoint * Add DT accepted validator * Fix issue with holdover transaction Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> * [Mega-Linter] Apply linters fixes * Fix broken producer error test * [Mega-Linter] Apply linters fixes * Working on serializer instrumentation * Working on testing * Squashed commit of the following: commit 0b7b56b Author: Tim Pansino <[email protected]> Date: Tue Sep 20 15:26:49 2022 -0700 Assert records counts for consumer commit c0d32bb Author: Tim Pansino <[email protected]> Date: Tue Sep 20 15:05:20 2022 -0700 Add producer requirement to consumers Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> commit 9e94920 Author: Tim Pansino <[email protected]> Date: Tue Sep 20 14:49:57 2022 -0700 Remove commented out code commit b2f1257 Author: Tim Pansino <[email protected]> Date: Tue Sep 20 14:49:47 2022 -0700 Fix exception tracebacks for py27 commit 686c9ae Author: Tim Pansino <[email protected]> Date: Tue Sep 20 14:27:40 2022 -0700 Fix errors in test and tox matrix Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> commit 7f92c6d Author: Hannah Stepanek <[email protected]> Date: Tue Sep 20 13:54:48 2022 -0700 Fix Py2.7 kafka consumer first access issue commit 4245201 Author: Hannah Stepanek <[email protected]> Date: Tue Sep 20 12:34:35 2022 -0700 Add sudo to tz info commit 2251a0a Author: Hannah Stepanek <[email protected]> Date: Tue Sep 20 12:26:36 2022 -0700 Use ubuntu-latest commit 1ca1175 Author: Hannah Stepanek <[email protected]> Date: Tue Sep 20 12:15:59 2022 -0700 Grab librdkafka from confluent commit bb0a192 Author: Tim Pansino <[email protected]> Date: Tue Sep 20 10:37:33 2022 -0700 Fixed cutting release from lsb commit 3cf3852 Author: Hannah Stepanek <[email protected]> Date: Tue Sep 20 10:19:24 2022 -0700 Fixup: librdkafka installed from universe commit bf20359 Author: Tim Pansino <[email protected]> Date: Mon Sep 19 16:46:23 2022 -0700 Use lsb to install librdkafka-dev commit a85e3fd Merge: 7fc2b89 d5cf9a0 Author: Timothy Pansino <[email protected]> Date: Mon Sep 19 16:34:19 2022 -0700 Merge branch 'develop-kafka' into feature-confluent-kafka commit 7fc2b89 Author: Tim Pansino <[email protected]> Date: Mon Sep 19 16:30:19 2022 -0700 Fix package name commit f25c59d Author: Hannah Stepanek <[email protected]> Date: Mon Sep 19 16:00:07 2022 -0700 Specify later version of librdkafka commit 6be9b43 Author: Hannah Stepanek <[email protected]> Date: Mon Sep 19 09:26:39 2022 -0700 Fix removing client_id from incorrect kafka commit d658ef1 Author: Hannah Stepanek <[email protected]> Date: Fri Sep 16 10:50:04 2022 -0700 Add install of librdkafka-dev for kafka commit 940f9f4 Author: Tim Pansino <[email protected]> Date: Fri Sep 9 16:09:21 2022 -0700 Clean up names commit 8bbed46 Author: Tim Pansino <[email protected]> Date: Fri Sep 9 14:58:21 2022 -0700 Serialization timing commit 761c753 Merge: bccb321 7897a99 Author: Hannah Stepanek <[email protected]> Date: Fri Sep 9 12:51:29 2022 -0700 Merge branch 'feature-confluent-kafka' of github.com:newrelic/newrelic-python-agent into feature-confluent-kafka commit bccb321 Author: Hannah Stepanek <[email protected]> Date: Fri Sep 9 12:51:09 2022 -0700 Fix test_consumer_errors tests commit 7897a99 Author: hmstepanek <[email protected]> Date: Fri Sep 9 19:04:58 2022 +0000 [Mega-Linter] Apply linters fixes commit 34c084c Author: Hannah Stepanek <[email protected]> Date: Fri Sep 9 12:01:18 2022 -0700 Fix consumer tests & reorg fixtures commit ff77d90 Author: Tim Pansino <[email protected]> Date: Thu Sep 8 14:53:28 2022 -0700 Consumer testing setup commit 9f1451e Author: Tim Pansino <[email protected]> Date: Thu Sep 8 13:25:15 2022 -0700 Confluent kafka test setup commit 74c443c Author: Tim Pansino <[email protected]> Date: Thu Sep 8 11:49:03 2022 -0700 Starting work on confluent kafka * Clean up tests to refactor out fixtures * Refactor and test serialization tracing * Finish fixing testing for serialization. Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> * Add serializer object test * Remove unused test files * Starting merge of confluent kafka to kafka python * Make message trace terminal optional * Clean up confluent_kafka tests * Update kafkapython tests * Fix failing tests * Finish kafkapython serialization Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> * Clean up tests * Remove kafkapython deserialization metrics * Fix py2 testing differences * Add mutliple transaction test * Rename fixtures * Fix multiple transaction consumer failure Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Hannah Stepanek <[email protected]>
- Loading branch information