Fine0830
2cdcb0d7cc
Sync ui ( #9841 )
2022-10-25 12:17:26 +08:00
Shichao
24f8d6fbaa
Remove improper self-obs metrics in JvmMetricsHandler(for Kafka channel) ( #9838 )
2022-10-25 07:42:06 +08:00
吴晟 Wu Sheng
9d3982db74
Add new config initialization mechanism of module provider to replace existing ( #9828 )
2022-10-22 19:07:53 +08:00
mrproliu
2e6e3faef0
Support new records query protocol ( #9827 )
2022-10-22 11:30:52 +08:00
Eason Yi
b0d82d5604
[feat]Add Golang runtime metrics and cpu/memory used rate panels in FaaS-Instance dashboard ( #9823 )
2022-10-22 09:47:48 +08:00
jmjoy
2bde958f49
Update document `Server Agents` and `Compatibility` for PHP agent. ( #9830 )
2022-10-22 08:57:40 +08:00
kezhenxu94
6ea51f1745
Bump up jackson databind, snakeyaml, grpc dependencies ( #9821 )
2022-10-21 09:50:20 +08:00
Wan Kai
d98775790a
Support export `Trace` and `Log` through Kafka. ( #9817 )
2022-10-21 08:04:18 +08:00
吴晟 Wu Sheng
8d49b88259
Update docs for new data-collecting and query protocols ( #9809 )
2022-10-19 14:52:56 +08:00
mrproliu
b5cd3fad7e
Support `sumPerMinLabeled` in `MAL` ( #9804 )
2022-10-19 13:50:58 +08:00
Brandon Fergerson
34cfafe398
Update changes.md ( #9790 )
2022-10-15 18:01:13 +08:00
yangyiweigege
5e275b1bf2
Fix metrics was put into wrong slot of the window in the alarting kernel ( #9789 )
2022-10-15 17:32:42 +08:00
xzyJavaX
32b0d362f2
Optimize the query time of tasks in ProfileTaskCache ( #9780 )
2022-10-13 19:27:26 +08:00
pg.yang
4aa516ad58
Polish up APISIX metrics to follow Service concept ( #9775 )
2022-10-13 15:49:57 +08:00
吴晟 Wu Sheng
e3ad2d094c
Add more details on security notice ( #9778 )
2022-10-13 00:13:17 +08:00
kezhenxu94
956a9ec973
Lazy load the Kubernetes metadata and switch from event-driven to polling ( #9747 )
2022-10-11 23:38:00 +08:00
xiao ru xing
ffddf3c392
fix typo in protocols and setup guide ( #9749 )
2022-10-10 11:39:23 +08:00
xzyJavaX
4752d7b74e
optimize the creation conditions of profiling task ( #9744 )
2022-10-10 11:35:03 +08:00
Eason Yi
001a2ec454
(Summer 2022)Feat add golang runtime metrics ( #9711 )
2022-10-10 07:59:44 +08:00
Wan Kai
f1e0558ce3
Limit the max length of trace and log tag's `key=value` ( #9741 )
2022-10-08 16:12:48 +08:00
吴晟 Wu Sheng
f513161910
Add Security Notice doc ( #9737 )
2022-10-08 09:16:51 +08:00
吴晟 Wu Sheng
ba84b8af3e
Support skywalking-client-js report empty `service version` and `page path` ( #9735 )
2022-10-07 21:09:24 +08:00
pg.yang
8aa046b8d7
Add APISIX metrics monitoring ( #9725 )
2022-10-05 18:23:37 +08:00
吴晟 Wu Sheng
5ae4c125f8
Polish UI setup doc ( #9726 )
2022-10-03 17:59:20 +08:00
kezhenxu94
dd6b7a1fc0
Remove Prometheuse fetcher, fix MAL Histogram type bug, and reorganize the doc ( #9710 )
...
* [**Breaking Change**]: Remove prometheus-fetcher plugin, please use OpenTelemetry to scrape Prometheus metrics and
set up SkyWalking OpenTelemetry receiver instead.
* BugFix: histogram metrics sent to MAL should be treated as OpenTelemetry style, not Prometheus style:
```
(-infinity, explicit_bounds[i]] for i == 0
(explicit_bounds[i-1], explicit_bounds[i]] for 0 < i < size(explicit_bounds)
(explicit_bounds[i-1], +infinity) for i == size(explicit_bounds)
```
2022-09-30 13:13:03 +08:00
Wan Kai
d7ee9a01d6
Support sharding MySQL database instances and tables. ( #9689 )
...
* [**Breaking Change**] Support sharding MySQL database instances and tables by [Shardingsphere-Proxy](https://shardingsphere.apache.org/document/current/en/overview/#shardingsphere-proxy ).
SQL-Database requires removing tables `log_tag/segment_tag/zipkin_query` before OAP starts, if bump up from previous releases.
2022-09-30 08:39:14 +08:00
吴晟 Wu Sheng
fdc24ed822
Polish docs menu ( #9708 )
2022-09-29 10:29:01 +08:00
吴晟 Wu Sheng
f41b41ed21
Polish academy docs ( #9707 )
2022-09-29 10:12:17 +08:00
Wan Kai
4a7e8191dd
Unify query services and DAOs codes time range condition to `Duration`. ( #9702 )
2022-09-29 08:08:15 +08:00
kezhenxu94
fba069f4fb
Fix the wrong watch semantics in Kubernetes watchers ( #9551 )
2022-09-28 08:01:38 +08:00
吴晟 Wu Sheng
4f20059f7c
Fix words ( #9694 )
2022-09-27 16:32:57 +08:00
吴晟 Wu Sheng
2c265db6e8
Fix two kernel level bugs. ( #9690 )
...
* Fix meter functions `avgHistogram`, `avgHistogramPercentile`, `avgLabeled`, `sumHistogram` having data conflict when downsampling. FYI @jinho-son thanks for reporting.
* Do sorting `readLabeledMetricsValues` result forcedly in case the storage(database) doesn't return data consistent with the parameter list.
2022-09-27 16:05:17 +08:00
yswdqz
f9db9ba2dc
Support monitoring PostgreSQL slow SQLs. ( #9673 )
2022-09-23 20:31:17 +08:00
pg.yang
4e73a30d6f
Fix inconsistent virtual cache describe between code and scope definitions doc ( #9663 )
2022-09-22 20:19:38 +08:00
kezhenxu94
9a674c95cb
Bump up the embedded `swctl` version in OAP Docker image ( #9649 )
2022-09-21 15:29:00 +08:00
Fine0830
a39f0308b6
Sync ui and add a document for adding menus to booster UI ( #9653 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-09-21 12:37:14 +08:00
kezhenxu94
3e3a39cb66
Bump up snakeyaml to 1.32 ( #9647 )
2022-09-20 21:56:24 +08:00
吴晟 Wu Sheng
371bdab5ec
Remove `responseCode` fields of all OAL sources, as well as examples to avoid user's confusion. ( #9638 )
2022-09-20 10:27:26 +08:00
吴晟 Wu Sheng
8302c2976c
Chore, fix words ( #9637 )
...
* Chore, fix words
Ref https://github.com/apache/skywalking/pull/9636#discussion_r974818088
2022-09-20 10:22:01 +08:00
吴晟 Wu Sheng
ebb42441ec
Add `metadata-uid` setup doc about Kubernetes coordinator ( #9636 )
2022-09-20 09:56:18 +08:00
pg.yang
bbe0a7c4c2
Support analyzing cache related spans to provide metrics and slow commands for cache services from client side. ( #9622 )
...
* Support analyzing cache related spans to provide metrics and slow commands for cache services from client side
* Optimize virtual database, fix dynamic config watcher NPE when default value is null
* [UI] Add virtual cache dashboard
2022-09-19 22:10:32 +08:00
吴晟 Wu Sheng
c3e0b12648
[Critical] Remove physical index existing check and fix TTL activation bug ( #9632 )
...
* Remove physical index existing check
* Make sure instance list ordered in TTL processor to avoid TTL timer never runs.
2022-09-19 19:37:03 +08:00
吴晟 Wu Sheng
200412d94e
Remove CLI repo link from Concept menu of doc ( #9630 )
2022-09-19 08:17:54 +08:00
yswdqz
0a85bc43b7
Support monitoring MySQL slow SQLs ( #9614 )
2022-09-16 23:44:57 +08:00
yswdqz
d3727b7a9f
Enhance LAL to support convert LogData to DatabaseSlowStatement. ( #9575 )
2022-09-16 12:42:43 +08:00
Fine0830
f38ff09e6c
sync ui ( #9611 )
...
* Polish the endpoint list graph.
* Fix styles for an adaptive height.
* Fix setting up a new time range after clicking the refresh button.
* Enhance the process topology graph to support dragging nodes.
2022-09-16 07:40:26 +08:00
Wan Kai
dd3a45e4e7
UI-template: Fix metrics calculation in `general-service/mesh-service/faas-function` top-list dashboard. ( #9610 )
...
* Fix metrics calculation in `general-service/mesh-service/faas-function` top-list dashboard
* changes.md
2022-09-16 07:33:14 +08:00
kezhenxu94
04c4fedf43
Adapt ElasticSearch 8.1+, migrate from removed APIs to recommended APIs ( #9603 )
2022-09-14 12:22:40 +08:00
yswdqz
12a18e6977
Add layer property to LAL script ( #9593 )
2022-09-12 22:16:07 +08:00
kezhenxu94
b3c7658a0e
webapp: migrate from Spring Web to Armeria ( #9592 )
2022-09-11 16:33:53 +08:00