- d30d022 SWIP-15: container-level instances and post-review corrections (#13901) by 吴晟 Wu Sheng · 6 hours ago master
- 3e5cb0c Fix continuous profiling policy validation: reject zero threshold/count (#13898) by mrproliu · 2 days ago
- 1b67026 Fix docker-compose quickstart for Horizon UI and OAP healthcheck (#13899) by 吴晟 Wu Sheng · 2 days ago
- b1dc423 SWIP-15: Redesign BanyanDB self-observability (cluster / node / group model) (#13897) by 吴晟 Wu Sheng · 2 days ago
- 2aa0e85 Bump shipped OAP dependencies to clear CVE Dependabot alerts (#13893) by 吴晟 Wu Sheng · 3 days ago
- bf0fe4b fix: do not read runtime-rule storage if the feature is disabled. (#13890) by Wan Kai · 6 days ago
- 8962480 Migrate e2e admin-API curl calls to swctl admin commands (#13889) by 吴晟 Wu Sheng · 7 days ago
- 768d069 Correct Horizon UI setup docs: Docker Hub image, port 8081, horizon.yaml config (#13888) by 吴晟 Wu Sheng · 8 days ago
- b92e0e6 Add 3D Infrastructure Map demo to README (#13887) by 吴晟 Wu Sheng · 9 days ago
- e88675d add back status query example (#13886) by Wan Kai · 13 days ago
- ad73355 Mask more keywords by default and remove auto generate id for UI templates (#13884) by Wan Kai · 2 weeks ago
- 40d95a1 Runtime MAL/LAL rules can declare dynamic layers (#13883) by 吴晟 Wu Sheng · 2 weeks ago
- 658832e Improve downsampling documentation (#13880) by somil jain · 3 weeks ago
- 1ad850f Banyandb support update tag family (#13879) by Wan Kai · 3 weeks ago
- 5e9db8f Add `@Stream(allowBootReshape = true)` opt-in for additive boot-time reshape of BanyanDB streams / measures. (#13878) by Wan Kai · 3 weeks ago
- 5b481a4 11.0.0: drop bundled UI, retire status public REST, add ui-management + queryAlarms (#13877) by 吴晟 Wu Sheng · 3 weeks ago
- 137935d Fix: MAL `expPrefix` now applies to every metric source in `exp`, not just the leading one. (#13875) by Wan Kai · 4 weeks ago
- dc77df6 SWIP-14: Inspect API on admin-server (with Status API relocation) (#13869) by 吴晟 Wu Sheng · 4 weeks ago
- 0cec0de Fix: `avgHistogramPercentile` / `sumHistogramPercentile` meter functions reported the smallest finite bucket boundary (#13866) by Wan Kai · 5 weeks ago
- e35cea3 DSL debugger (OAL): emit source @ScopeDefaultColumn fields on output sample via codegen (#13867) by 吴晟 Wu Sheng · 5 weeks ago
- fd54f92 DSL debugger (MAL): surface terminal payload.value with two-phase calculate; reduce session record cap to 100 (#13865) by 吴晟 Wu Sheng · 5 weeks ago
- 4890024 SWIP-13: Live Debugger for MAL / LAL / OAL + admin-server + runtime-rule integration. (#13864) by 吴晟 Wu Sheng · 5 weeks ago
- 67160de LAL: unify arithmetic operators (+ - * /) with JLS-style type promotion (#13858) by 吴晟 Wu Sheng · 5 weeks ago
- 2b745b2 Layer extension: register custom layers without modifying OAP source (#13856) by 吴晟 Wu Sheng · 6 weeks ago
- dae1553 Fix: LAL compiler treated `(tag("x") as Integer) + (tag("y") as Integer)` as string concatenation instead of numeric addition. (#13857) by Wan Kai · 6 weeks ago
- 3064b5f Fix: remove the redundant tags from the `envoy-ai-gateway.yaml` LAL configuration. (#13854) by Wan Kai · 6 weeks ago
- 7754e3e Runtime rule hot-update for MAL and LAL (#13851) by 吴晟 Wu Sheng · 6 weeks ago
- 36a3f9c Sync UI (#13848) by Fine0830 · 6 weeks ago
- a06f2e1 MAL: add `safeDiv(divisor)` on `SampleFamily` that yields `0` when the divisor is `0`. (#13846) by Wan Kai · 6 weeks ago
- 2319def Fix potential unexpected current directory inclusion in Docker OAP classpath (#13844) by weixiang1862 · 7 weeks ago
- 8242ff6 Fix: remove the dependency from `VirtualServiceAnalysisListener` if `GenAIAnalyzerModule` is disabled. (#13838) by Wan Kai · 7 weeks ago
- 315defe Bump skywalking-ui submodule for SWIP-12 i18n menu labels (#13840) by 吴晟 Wu Sheng · 7 weeks ago
- c171fbf Implement SWIP-12: WeChat & Alipay Mini Program monitoring (#13835) by 吴晟 Wu Sheng · 7 weeks ago
- 681a5be SWIP-12 design + UITemplateInitializer auto-discovery & dev hot-reload (#13834) by 吴晟 Wu Sheng · 7 weeks ago
- 0dabc70 Optimize TraceQueryService.sortSpans from O(N^2) to O(N) (#13831) by Hyunjin-Jeong · 7 weeks ago
- 9e57d91 Add iOS/iPadOS app monitoring via OpenTelemetry Swift SDK (SWIP-11) (#13828) by 吴晟 Wu Sheng · 8 weeks ago
- 272ba7d Fix: TTL query add metadata TTL and PersistentWorker used wrong TTL for metrics cache if the storage is BanyanDB. (#13827) by Wan Kai · 8 weeks ago
- 097fe8b Add OTLP/HTTP receiver support for traces, logs, and metrics (#13826) by 吴晟 Wu Sheng · 8 weeks ago
- 52af116 Add SpanListener SPI, LAL sourceAttribute() and layer:auto mode (#13825) by 吴晟 Wu Sheng · 8 weeks ago
- 9fda219 Fix 'seperated' typo in apm-webapp application.yml comment (#13824) by Mukunda Rao Katta · 8 weeks ago
- 9e3dcf1 Add unit tests for Elasticsearch profiling query DAOs (#13820) by Hyunjin-Jeong · 8 weeks ago
- 35a8b1c Add SWIP-11: Support iOS App Monitoring via OpenTelemetry (#13822) by 吴晟 Wu Sheng · 8 weeks ago
- 9e55f57 Bump infra-e2e to testcontainers-go v0.42.0 and remove deprecated compose version field (#13817) by 吴晟 Wu Sheng · 8 weeks ago
- 9ea3bab PromQL: support querying Zipkin metadata and TraceQL support more tags and variables querying in Grafana (#13819) by Wan Kai · 8 weeks ago
- 61a241b Fix missing isMergedTable check in ProfileTaskQueryEsDAO.getById() (#13813) by Hyunjin-Jeong · 8 weeks ago
- 55638d4 Fix Virtual GenAI e2e test base URL for openai-java SDK compatibility (#13818) by 吴晟 Wu Sheng · 8 weeks ago
- b4a8811 Fix duplicate calls in EndpointTopologyBuilder (#13816) by 吴晟 Wu Sheng · 8 weeks ago
- 42c613b Use containsOnce for metadata e2e expected files (#13815) by 吴晟 Wu Sheng · 8 weeks ago
- 7abe7b3 Update infra-e2e to b2a6639 and fix duplicate expected entries (#13812) by 吴晟 Wu Sheng · 8 weeks ago
- 5e9b9e2 Add unit tests for 8 more JDBC query DAOs (inline SQL) (#13809) by Hyunjin-Jeong · 9 weeks ago
- 7e93bab Fix Virtual GenAI e2e test failure (#13810) by 吴晟 Wu Sheng · 9 weeks ago
- 073238c Add unit tests for 6 more JDBC query DAOs (#13808) by Hyunjin-Jeong · 9 weeks ago
- 2f03a01 Fix missing `taskId` filter in pprof task log query and its DB implementations (#13807) by mrproliu · 9 weeks ago
- cb742a2 Fix wrong merged table check in JFRDataQueryEsDAO (#13805) by Hyunjin-Jeong · 9 weeks ago
- ad12d91 Add unit tests for JDBCEventQueryDAO, JDBCBrowserLogQueryDAO, and JDBCProfileThreadSnapshotQueryDAO (#13802) by Hyunjin-Jeong · 9 weeks ago
- 4742a30 polish TraceQL service docs (#13804) by Wan Kai · 9 weeks ago
- acb6337 Add TraceQL configuration in docs ui-grafana.md (#13803) by Wan Kai · 9 weeks ago
- ebda65c Add weighted handler support to BatchQueue adaptive partitioning (#13801) by 吴晟 Wu Sheng · 9 weeks ago
- 33ad987 Support MCP observability for Envoy AI Gateway (#13791) by 吴晟 Wu Sheng · 9 weeks ago
- 8907f0c Add unit tests for JDBC query DAO SQL building (#13800) by Hyunjin-Jeong · 9 weeks ago
- 86b6d62 Fix duplicate TABLE_COLUMN condition in JDBCMetadataQueryDAO.findEndpoint() (#13794) by Hyunjin-Jeong · 9 weeks ago
- 1b66915 Fix missing AND keyword in JDBCEBPFProfilingTaskDAO.getTaskRecord() SQL (#13789) by Hyunjin-Jeong · 10 weeks ago
- 3bb501f Fix missing parentheses around OR conditions in JDBCZipkinQueryDAO.getTraces() (#13790) by Hyunjin-Jeong · 10 weeks ago
- f213c3b Push taskId filter down to storage layer in AsyncProfilerTaskLog query (#13787) by Hyunjin-Jeong · 10 weeks ago
- 2f652be Remove GroupBy.field_name from BanyanDB MeasureQuery request building (#13786) by Hyunjin-Jeong · 10 weeks ago
- 9aac830 Fix missing taskId filter and incorrect IN clause in JDBC profiling query DAOs (#13785) by Hyunjin-Jeong · 10 weeks ago
- ea1c23c Add Zipkin Virtual GenAI e2e test with zipkin_json exporter (#13784) by 吴晟 Wu Sheng · 10 weeks ago
- 8544af1 Remove dead code and unused imports from DSL script execution tests (#13783) by 吴晟 Wu Sheng · 10 weeks ago
- b20e6ab Remove Groovy v1-v2 checker, replace with v2-only DSL script execution tests (#13782) by 吴晟 Wu Sheng · 10 weeks ago
- 9221644 10.4.0 release and begin 10.5.0 iteration (#13778) by 吴晟 Wu Sheng · 2 months ago
- f79451d Support virtual gen ai analysis for otlp and zipkin traces (#13767) by peachisai · 2 months ago
- 2da8c5b Update skywalking-ui submodule to include Envoy AI Gateway i18n menu entries (#13774) by 吴晟 Wu Sheng · 2 months ago
- ef4a8c6 Support Envoy AI Gateway observability (SWIP-10) (#13772) by 吴晟 Wu Sheng · 2 months ago
- d0cc16a Fix zipkin receiver compatibility with application/x protobuf content type (#13773) by peachisai · 2 months ago
- c6a07a2 Support TraceQL and Tempo API for SkyWalking native trace query. (#13770) by Wan Kai · 2 months ago
- 07543c4 sync ui (#13769) by Fine0830 · 2 months ago
- c87e4df Add BanyanDB cluster mode e2e tests for Istio (ALS + metrics) (#13768) by 吴晟 Wu Sheng · 2 months ago
- 6248d1b Collect BanyanDB data and access logs on e2e failure, bump BanyanDB, update CLAUDE.md (#13765) by 吴晟 Wu Sheng · 2 months ago
- 5be7e79 Refactor MAL codegen into focused classes, fix CI issues (#13763) by 吴晟 Wu Sheng · 3 months ago
- 0e46059 MAL: add extension function SPI, proper numeric types in codegen (#13761) by 吴晟 Wu Sheng · 3 months ago
- f7f2e97 Fix on-demand pod log timestamp parsing for non-UTC timezones (#13759) by Arda Çuhadaroğlu · 3 months ago
- ce2ba33 Support model prefix matching and aliases for GenAI pricing (#13758) by 吴晟 Wu Sheng · 3 months ago
- 5d85222 Add SWIP-10: Support Envoy AI Gateway Observability (#13757) by 吴晟 Wu Sheng · 3 months ago
- 28a6d0a Support Virtual-GenAI monitoring (#13745) by peachisai · 3 months ago
- 86b8c45 Add GraalVM native image distribution documentation (#13755) by 吴晟 Wu Sheng · 3 months ago
- 35caa97 Use maven.compiler.release and bump BanyanDB e2e commit (#13754) by 吴晟 Wu Sheng · 3 months ago
- 5806ff2 Pin Docker GitHub Actions to Apache approved SHAs (#13753) by 吴晟 Wu Sheng · 3 months ago
- 4f70645 Fix OTLP traces e2e test stability (#13752) by 吴晟 Wu Sheng · 3 months ago
- 726ebcc MAL v2: replace LambdaMetafactory with companion class pattern for closures (#13750) by 吴晟 Wu Sheng · 3 months ago
- 7751baf sync ui (#13749) by Fine0830 · 3 months ago
- fbcaf23 Fix LogBuilder tagsRawData to include LAL-added tags (#13748) by 吴晟 Wu Sheng · 3 months ago
- 32f6118 Fix MAL List.of() varargs for >10 elements and split test class by scope (#13746) by 吴晟 Wu Sheng · 3 months ago
- 36bbb29 Automate release process with unified release.sh (#13744) by 吴晟 Wu Sheng · 3 months ago
- 64a1795 Fix LAL == and != with numeric literals using object equality instead of numeric comparison (#13743) by 吴晟 Wu Sheng · 3 months ago
- 2709c94 LAL: introduce LogMetadata to decouple metadata from LogData in pipeline entry (#13742) by 吴晟 Wu Sheng · 3 months ago
- d8b97f8 LAL: move service resolution into LALOutputBuilder, fix tag assignment restriction (#13741) by 吴晟 Wu Sheng · 3 months ago
- 5865250 Fix K8s coordinator self-endpoint race condition (#13740) by 吴晟 Wu Sheng · 3 months ago
- 73d422f Update Istio E2E test versions to cover upstream supported releases (#13738) by 吴晟 Wu Sheng · 3 months ago
- f7bed0a LAL: add def local variable support with toJson/toJsonArray and type cast (#13737) by 吴晟 Wu Sheng · 3 months ago
- 93bcd94 Add some banyandb e2e cases(cold query) back (#13734) by Wan Kai · 3 months ago