5.0 KiB
5.0 KiB
9.6.0
Project
- Bump up Guava to 32.0.1 to avoid the lib listed as vulnerable due to CVE-2020-8908. This API is never used.
- Maven artifact
skywalking-log-recevier-pluginis renamed toskywalking-log-receiver-plugin.
OAP Server
- Add Neo4j component ID(112) language: Python.
- Add Istio ServiceEntry registry to resolve unknown IPs in ALS.
- Wrap
deletePropertyAPI to the BanyanDBStorageClient. - [Breaking change] Remove
matchedCounterfromHttpUriRecognitionService#feedRawData. - Remove patterns from
HttpUriRecognitionService#feedRawDataand add max 10 candidates of raw URIs for each pattern. - Add component ID for WebSphere.
- Fix AI Pipeline uri caching NullPointer and IllegalArgument Exceptions.
- Fix
NPEin metrics query when the metric is not exist. - Remove E2E tests for Istio < 1.15, ElasticSearch < 7.16.3, they might still work but are not supported as planed.
- Scroll all results in ElasticSearch storage and refactor scrolling logics, including Service, Instance, Endpoint, Process, etc.
- Improve Kubernetes coordinator to remove
TerminatingOAP Pods in cluster. - Support
SW_CORE_SYNC_PERIOD_HTTP_URI_RECOGNITION_PATTERNandSW_CORE_TRAINING_PERIOD_HTTP_URI_RECOGNITION_PATTERNto control the period of training and sync HTTP URI recognition patterns. And shorten the default period to 10s for sync and 60s for training. - Fix ElasticSearch scroller bug.
- Add component ID for Aerospike(ID=149).
- Packages with name
recevierare renamed toreceiver. BanyanDBMetricsDAOhandlesstoreIDTaginmultiGetforBanyanDBModelExtension.- Fix endpoint grouping-related logic and enhance the performance of PatternTree retrieval.
- Fix metric session cache saving after batch insert when using
mysql-connector-java. - Support dynamic UI menu query.
- Add comment for
docker/.envto explain the usage. - Fix wrong environment variable name
SW_OTEL_RECEIVER_ENABLED_OTEL_RULESto rightSW_OTEL_RECEIVER_ENABLED_OTEL_METRICS_RULES. - Fix instance query in JDBC implementation.
- Set the
SW_QUERY_MAX_QUERY_COMPLEXITYdefault value to 3000(was 1000). - Accept
length=4000parameter value of the event. It was 2000. - Tolerate parameter value in illegal JSON format.
- Update BanyanDB Java Client to 0.4.0
- Support aggregate
Labeled Value Metricsin MQE. - [Breaking change] Change the default label name in MQE from
label to_. - Bump up grpc version to 1.53.0.
- [Breaking change] Removed '&' symbols from shell scripts to avoid OAP server process running as a background process.
- Revert part of #10616 to fix the unexpected changes: if there is no data we should return an array with
0s, but in #10616, an empty array is returned. - Cache all service entity in memory for query.
- Bump up jackson version to 2.15.2.
- Increase the default memory size to avoid OOM.
- Apply MQE on
MYSQL,POSTGRESQL,REDIS,ELASTICSEARCHandDYNAMODBlayer UI-templates. - Bump up graphql-java to 21.0.
- Apply MQE on Virtual-Cache layer UI-templates
- Add Echo component ID(5015) language: Golang.
- Fix
index out of bounds exceptioninaggregate_labelsMQE function. - Support MongoDB Server/Cluster monitoring powered by OTEL.
- Do not print configurations values in logs to avoid sensitive info leaked.
- Move created the latest index before retrieval indexes by aliases to avoid the 404 exception. This just prevents some interference from manual operations.
- Add more Go VM metrics, as new skywalking-go agent provided since its 0.2 release.
- Add component ID for Lock (ID=5016).
- [Breaking change] Adjust the structure of hooks in the
alarm-settings.yml. Support multiple configs for each hook types and specifying the hooks in the alarm rule. - Bump up Armeria to 1.24.3.
- Apply MQE on APISIX, AWS_EKS, AWS_GATEWAY and AWS_S3 layer UI templates
UI
- Fix metric name
browser_app_error_rateinBrowser-Rootdashboard. - Fix display name of
endpoint_cpmfor endpoint list inGeneral-Servicedashboard. - Implement customize menus.
- Fix minTraceDuration and maxTraceDuration types.
- Fix init minTime to Infinity.
- Bump dependencies to fix vulnerabilities.
- Add scss variables.
- Fix the title of instance list and notices in the continue profiling.
- Add a link to explain the expression metric, add units in the continue profiling widget.
- Calculate string width to set Tabs name width.
- [Breaking change] Removed '&' symbols from shell scripts to avoid web application server process running as a background process.
- Reset chart label.
Documentation
- Add Go agent into the server agent documentation.
- Add data unit description in the configuration of continuous profiling policy.
- Remove
storage extensiondoc, as it is expired. - Remove
how to add menudoc, as SkyWalking supports marketplace and new backend-based setup. - Separate contribution docs to a new menu structure.
- Add a doc to explain how to manage i18n.
- Add a doc to explain OTLP Trace support.
All issues and pull requests are here