This is an automated email from the ASF dual-hosted git repository.
jianghaiting pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 5d2c9851f4f [improve][CI] Cancel duplicate build jobs for maintenance
branches
new aa10f5dff0b [fix][flaky-test] testSplitBundleForMultiTimes (#16562)
new 329db09fad0 Bump prometheus client version from 0.5.0 to 0.15.0
(#13785)
new 69332a0a32d Bump prometheus client version from 0.15.0 to 0.16.0
(#16591)
new 2d55d55fc3d [fix][connector] IOConfigUtils support required and
defaultValue annotations (#16785)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
distribution/server/src/assemble/LICENSE.bin.txt | 23 +++---
pom.xml | 4 +-
.../AuthenticationProviderToken.java | 2 +-
.../metrics/AuthenticationMetrics.java | 4 +-
.../PrometheusMetricsGeneratorUtils.java | 16 +++-
.../apache/pulsar/broker/admin/NamespacesTest.java | 3 +
.../pulsar/broker/stats/PrometheusMetricsTest.java | 16 +++-
.../worker/PulsarFunctionLocalRunTest.java | 2 +-
.../apache/pulsar/io/PulsarBatchSourceE2ETest.java | 8 +-
.../apache/pulsar/io/PulsarFunctionE2ETest.java | 16 ++--
.../org/apache/pulsar/io/PulsarSinkE2ETest.java | 16 ++--
.../org/apache/pulsar/io/PulsarSourceE2ETest.java | 8 +-
.../test/resources/prometheus_metrics_sample.txt | 16 ++--
.../instance/stats/FunctionStatsManager.java | 12 +--
.../functions/instance/stats/SinkStatsManager.java | 8 +-
.../instance/stats/SourceStatsManager.java | 8 +-
.../instance/src/main/python/function_stats.py | 8 +-
.../org/apache/pulsar/io/common/IOConfigUtils.java | 17 +++-
.../apache/pulsar/io/common/IOConfigUtilsTest.java | 94 +++++++++++++++++++++-
.../pulsar/io/kinesis/KinesisSinkConfig.java | 2 +-
.../proxy/server/ProxyPrometheusMetricsTest.java | 4 +-
pulsar-sql/presto-distribution/LICENSE | 12 ++-
site2/docs/reference-metrics.md | 32 ++++----
23 files changed, 231 insertions(+), 100 deletions(-)