Commit Graph
280 Commits
Author SHA1 Message Date
Logic 5a6d3b220f merge: integrate hybrid collector onboarding 2026-07-25 02:05:23 +08:00
Logic 233825016c feat: unify instrumentation onboarding catalog 2026-07-25 00:32:18 +08:00
Logic ad2f064ed9 merge: align instrumentation route access 2026-07-24 19:54:01 +08:00
Logic 30dc54d08a maintenance: align instrumentation route access 2026-07-24 19:46:39 +08:00
Logic d42f558e6a fix(collector): anchor native runtime home 2026-07-24 12:00:41 +08:00
Logic c35edcd6ce chore(runtime): refresh transitive dependency floor 2026-07-24 10:53:37 +08:00
Logic a6eabc61e5 merge: integrate hybrid collector backend 2026-07-24 08:51:44 +08:00
Logic 95fad6ca72 fix(collector): isolate Java Agent smoke dependency 2026-07-23 20:58:11 +08:00
Logic 196fdc398e feat(manager): add secure ui sessions 2026-07-23 07:18:37 +08:00
Logic ec80f75ff1 fix(alerter): freeze external alert ingress contract 2026-07-23 03:22:36 +08:00
Logic 249ece843f fix(manager): freeze plugin management contract 2026-07-23 03:01:08 +08:00
Logic c903c9f96c feat(manager): add conditional definition writes 2026-07-23 02:39:05 +08:00
Logic 837e69bb2a feat(manager): add monitor definition read contract 2026-07-23 01:58:47 +08:00
Logic b4d947f7fa fix(collector): restore JVM package launchers 2026-07-23 00:04:51 +08:00
Logic 2eedb8e905 feat(collector): add systemd release lifecycle 2026-07-17 19:05:53 +08:00
Logic 676f0f4773 build(collector): verify native archive before extraction 2026-07-17 18:49:09 +08:00
Logic 41fa9e43de test(collector): run native image release gate 2026-07-17 18:38:29 +08:00
Logic 16c3bcf551 fix(collector): qualify release SDK scanning 2026-07-17 18:24:41 +08:00
Logic 23bc24ac68 fix(collector): detect ecosystem SDK packages 2026-07-17 15:20:25 +08:00
Logic 04b2671a96 build(collector): reject bundled language agents 2026-07-17 15:14:14 +08:00
Logic d6e6f5f8ab test(collector): add runtime capacity soak gate 2026-07-16 01:42:19 +08:00
Logic c7032f7557 test(collector): verify official Java agent interoperability 2026-07-15 23:29:21 +08:00
Logic 4eab2fa3e1 fix(collector): preserve runtime dependency license 2026-07-15 20:59:05 +08:00
Logic 323f34b83b feat(collector): secure OTLP gateway intake 2026-07-15 20:56:38 +08:00
Logic f27b2f184f feat(collector): govern managed telemetry sources 2026-07-15 20:00:12 +08:00
Logic 652f2a8362 feat(collector): govern telemetry resources 2026-07-15 19:03:02 +08:00
Logic 353aeadcd6 feat(collector): deliver managed runtime configuration 2026-07-15 18:22:17 +08:00
Logic 514175fd53 feat(collector): persist telemetry during outages 2026-07-15 16:59:32 +08:00
Logic 82d6e76c80 feat(collector): ingest application telemetry 2026-07-15 16:49:09 +08:00
Logic be6e8ccb3e build(collector): add hybrid release gates 2026-07-15 16:18:02 +08:00
Logic e32ec3da66 build(collector): package hybrid runtime as native image 2026-07-15 14:09:00 +08:00
Logic ce8b399dcb build: package managed OTel runtime 2026-07-13 16:59:09 +08:00
Logic 26775be49b feat: add minimal HertzBeat OTel runtime 2026-07-13 16:32:40 +08:00
Logic ab18a8e275 feat: add secure React browser session boundary 2026-07-13 00:38:28 +08:00
Logic 62941f3322 Add operation drilldown live proof 2026-06-08 10:56:30 +08:00
Logic ceedadc3bd Add service overview live proof 2026-06-08 09:39:08 +08:00
Logic 0cf07ee633 Add three-signal frontend workspace flows 2026-06-08 09:03:10 +08:00
Logic fc5c12431e chore(frontend): retire angular web app 2026-06-03 11:39:29 +08:00
Logic f094cf7a2a feat(backend): harden OTLP ingestion and token scopes
Validation:

- ./mvnw -pl hertzbeat-common-core,hertzbeat-common-spring,hertzbeat-warehouse,hertzbeat-observability -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -DskipTests compile

- ./mvnw -pl hertzbeat-common-core,hertzbeat-common-spring,hertzbeat-warehouse,hertzbeat-observability -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dtest='OtlpWorkspaceDtoMigrationTest,EntitySchemaLegacyColumnCompatibilityTest,GreptimeSqlQueryExecutorTest,GreptimeTraceQueryRepositoryTest,OpenTelemetryConfigTest,OtlpLogProtocolAdapterTest,OtlpGrpcServerConfigTest,OtlpIngestionControllerTest,OtlpLogControllerTest,OtlpLogControllerSourceOwnershipTest,OtlpSignalIngestionControllerTest,OtlpCorrelationEnricherTest,OtlpEntityIdentityResolverTest,GreptimeApmFlowInitializerTest,GreptimeLogPipelineInitializerTest,GreptimeOtlpForwarderTest,GreptimeTraceTableInitializerTest,OtlpGrpcIngestionServiceImplTest,OtlpIngestionWorkspaceServiceImplTest,LogQueryControllerTest,LogSseControllerTest,TelemetryIntakeServiceImplTest,EntityTraceQueryServiceImplTest,*Audit*Test,*Governance*Test,*Quota*Test,*Redaction*Test,*Retry*Test,*Security*Test,*Semantic*Test,*RedSummary*Test,*ErrorResponse*Test' test

- ./mvnw -pl hertzbeat-startup -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -Dtest=ReleaseReadinessRuntimeAssemblyTest test

- ./mvnw -pl hertzbeat-manager -Dcheckstyle.skip=true -DskipITs -Dskip.frontend -Dskip.npm -DskipDocker -Dtest='ApiTokenValidationFilterTest,AuthTokenControllerTest,AccountServiceTest,OtlpRouteAuthorizationConfigTest' test

- git diff --cached --check
2026-05-29 09:34:43 +08:00
Logic bf2a36868b feat(web-next): add release runtime readiness gates 2026-05-29 02:14:08 +08:00
Logic f6ca255355 feat: add web-next observability migration 2026-05-04 00:40:12 +08:00
Logicandlynx009 9e1a460dc7 refactor: update to Springboot4 and Hibernate 7 (#4057)
Co-authored-by: lynx009 <2030509072@qq.com>
2026-03-09 23:34:15 +08:00
brettgervasoniandBrett 155667833e [bugfix] correct typo in sureness monitor delete verb definition (#4054)
Co-authored-by: Brett <>
2026-03-08 15:32:35 +08:00
Duansg c10761ec9a [improve] improved version validation documentation content (#4013) 2026-02-06 20:50:59 +08:00
Duansg b0c6324713 [fix] Fixed Prometheus task history charts not working in the Favorites tab (#4014) 2026-02-06 16:39:01 +08:00
Yang ChenandDuansg df525d2d32 fix: add GreptimeDB docker-compose assembly configuration (#3960)
Co-authored-by: Duansg <siguoduan@gmail.com>
2026-01-14 20:51:24 +08:00
Tomsun28andYang Chen 472554bc55 [chore] update docker compose hertzbeat version (#3916)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Yang Chen <1597081640@qq.com>
2025-12-19 14:15:28 +08:00
LogicandCopilot 488df340a1 [Fix]: Use a connection pool to avoid concurrent access to duckdb files. (#3898)
Signed-off-by: Logic <zqr10159@126.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-10 15:38:30 +08:00
Tomsun28andshown c88c232889 feat: support mcp streamable http protocol and upgrade spring ai version (#3890)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: shown <yuluo08290126@gmail.com>
2025-12-08 22:12:35 +08:00
360abcc61d [feature] Using duckdb instead of jpa to store history data (#3883)
Signed-off-by: Logic <zqr10159@126.com>
Co-authored-by: aias00 <liuhongyu@apache.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-04 23:51:04 +08:00