This is an automated email from the ASF dual-hosted git repository.
maciej pushed a change to branch connectors-runtime-metrics
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit edc5f6b78 feat(connectors): add Prometheus metrics and stats endpoints
add 01036cbf4 feat(connectors): add Prometheus metrics and stats endpoints
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (edc5f6b78)
\
N -- N -- N refs/heads/connectors-runtime-metrics (01036cbf4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
core/connectors/runtime/src/api/config.rs | 41 ----
core/connectors/runtime/src/stats.rs | 127 ------------
.../tests/connectors/{random => api}/config.toml | 11 +-
.../tests/connectors/api/connectors/.gitkeep | 0
core/integration/tests/connectors/api/endpoints.rs | 223 +++++++++++++++++++++
.../integration/tests/connectors/api/mod.rs | 2 +-
core/integration/tests/connectors/mod.rs | 1 +
7 files changed, 235 insertions(+), 170 deletions(-)
copy core/integration/tests/connectors/{random => api}/config.toml (82%)
create mode 100644 core/integration/tests/connectors/api/connectors/.gitkeep
create mode 100644 core/integration/tests/connectors/api/endpoints.rs
copy foreign/java/buildSrc/settings.gradle.kts =>
core/integration/tests/connectors/api/mod.rs (96%)