This is an automated email from the ASF dual-hosted git repository.
krishvishal pushed a change to branch part-mat-barrier
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 522627f8d fix: some more issues
add 71c67e432 feat(server-ng): enforce PAT limits and expose Prometheus
metrics (#3773)
add a59a1db01 chore(deps): Bump the node group across 1 directory with 3
updates (#3779)
add 01e721028 chore(deps): Bump github.com/klauspost/compress from 1.19.0
to 1.19.1 in /bdd/go in the go group across 1 directory (#3785)
add 75a2fa286 feat(connectors): retry transient Doris Stream Load failures
in-request (#3574)
add 69cb3e2bc Merge branch 'master' into part-mat-barrier
No new revisions were added by this update.
Summary of changes:
bdd/go/go.mod | 2 +-
bdd/go/go.sum | 4 +-
.../example_config/connectors/doris_sink.toml | 9 +
core/connectors/sinks/doris_sink/README.md | 31 +-
core/connectors/sinks/doris_sink/config.toml | 9 +
core/connectors/sinks/doris_sink/src/lib.rs | 901 +++++++++++++++++----
.../tests/connectors/doris/doris_sink.rs | 9 +-
core/metadata/src/stm/user.rs | 38 +
core/server-ng/Cargo.toml | 1 -
core/server-ng/src/bootstrap.rs | 18 +-
core/server-ng/src/dispatch.rs | 86 +-
core/server-ng/src/http.rs | 160 ++--
core/server-ng/src/http/metrics.rs | 297 +++++++
core/server-ng/src/http/state.rs | 8 +
core/server-ng/src/http/submit.rs | 37 +-
core/server-ng/src/pat.rs | 182 ++++-
core/simulator/src/replica.rs | 4 +
examples/go/go.mod | 2 +-
examples/go/go.sum | 4 +-
foreign/go/go.mod | 2 +-
foreign/go/go.sum | 4 +-
foreign/node/package-lock.json | 485 +++--------
foreign/node/package.json | 4 +-
23 files changed, 1643 insertions(+), 654 deletions(-)
create mode 100644 core/server-ng/src/http/metrics.rs