Fine0830
90d6fccf69
sync ui ( #10456 )
...
- Add cpm5dAvg calculation.
- Add cpm5d calculation.
- Fix data processing error in the eBPF profiling widget.
2023-02-28 14:04:19 +08:00
叶梦飞
f93a98d4c7
Adapt otel exponential histogram data ( #10449 )
2023-02-28 12:16:22 +08:00
Wan Kai
1a2f794472
Fix `DurationUtils.getDurationPoints` exceed, when `startTimeBucket` equals `endTimeBucket`. ( #10441 )
2023-02-24 11:39:55 +08:00
吴晟 Wu Sheng
d5928245d0
Add explicit `ReadTimeout` for ConsulConfigurationWatcher ( #10431 )
...
* Add explicit `ReadTimeout` for ConsulConfigurationWatcher
* Bump up skywalking-eyes
2023-02-23 10:40:11 +08:00
Wan Kai
fb9117b8e7
Support prometheus HTTP APIs and promQL. ( #10415 )
...
Support HTTP APIs list:
- /api/v1/metadata
- /api/v1/labels
- /api/v1/label/{label_name}/values
- /api/v1/series
- /api/v1/query
-/api/v1/query_range
Support basic promQL for query traffic/metrics/labeled_metrics/topN/sampled_records from OAP
2023-02-22 12:59:45 +08:00
yswdqz
fbc519a4d0
Sync UI ( #10417 )
2023-02-21 09:28:50 +08:00
yswdqz
f6ef55b5af
Support Monitoring DynamoDB. ( #10418 )
2023-02-21 09:24:17 +08:00
pg.yang
327333a0a3
Update firehose receiver doc to introduce requirement for proxy ( #10416 )
2023-02-20 21:20:22 +08:00
吴晟 Wu Sheng
af3889b47e
Bump up BanyanDB 0.3.0 client. ( #10406 )
2023-02-20 09:18:41 +08:00
叶梦飞
155d231111
Support process Sum metrics with AGGREGATION_TEMPORALITY_DELTA case ( #10410 )
2023-02-20 07:18:36 +08:00
吴晟 Wu Sheng
eda83dca93
Remove TLS support from firehose receiver ( #10409 )
...
* Remove TLS support from firehose receiver
Notice, no HTTPS/TLS setup support. By following AWS Firehose request, it uses [proxy request](https://en.wikipedia.org/wiki/Proxy_server#Web_proxy_servers ) (`https://...` instead of `/aws/firehose/metrics`), there must be a proxy(Nginx, Envoy, etc.).
* Update docs.
2023-02-19 23:25:59 +08:00
pg.yang
cabe40eb47
Support Amazon Simple Storage Service (AWS S3) metrics monitoring ( #10407 )
2023-02-19 17:23:10 +08:00
kezhenxu94
feaf49390c
Refactor http-based alarm plugins and extract common logic to `HttpAlarmCallback` ( #10401 )
2023-02-17 09:52:53 +08:00
吴晟 Wu Sheng
b6944ae28f
Sync UI and add docs for Widget Static Link feature ( #10394 )
2023-02-16 06:53:52 +08:00
Mike
574b83f095
feature: windows monitoring ( #10298 )
2023-02-15 23:14:04 +08:00
kezhenxu94
49594c4db1
Bump up Java version to 11 and use junit tag to group IT and slow IT ( #10390 )
...
- `./mvnw test ...` by its nature only runs unit tests, whose name is pattern of `*Test`, and it does never runs integration tests, whose name is patter of `IT*` or `*IT`, so in this PR we use `./mvnw clean test ...` to only run unit tests.
- `./mvnw integration-test ...` will run integration tests and unit tests, so we have `skipUTs` to control whether to skip the UT when running ITs, we already had this before.
- As for ITs, we have two groups, one is normal tests without any `@Tag`s, the other one is slow integration tests, which is annotated with `@Tag("slow")`, so we divided the integration tests into two workflow jobs:
- `./mvnw -DskipUTs=true clean integration-test -DexcludedGroups=slow ...` run the ITs but don't run the slow ITs and UTs, `-DexcludedGroups=slow` excludes tests annotated with `@Tag("slow")`
- `./mvnw -DskipUTs=true clean integration-test -Dcheckstyle.skip -Dtest=${{ matrix.test.class }}` run the slow ITs (because `excludedGroups` is not set) one case at a time, by setting `-Dtest={{ class }}`, not run UTs,
2023-02-14 23:19:32 +08:00
吴晟 Wu Sheng
ff94cfc4e3
Sync UI to the latest. ( #10388 )
2023-02-14 08:31:17 +08:00
kezhenxu94
383a5bbf7b
Migrate tests from junit 4 to junit 5 ( #10382 )
2023-02-13 18:54:32 +08:00
XinweiLyu
01fe2f1486
Add HTTPX component ID(7019) ( #10383 )
2023-02-13 09:56:11 +08:00
kezhenxu94
184c6ca2c4
Refactor `@Column` annotation ( #10367 )
...
* Swap `Column#name` and `ElasticSearch.Column#columnAlias`
* Rename `ElasticSearch.Column#columnAlias` to `ElasticSearch.Column#legacyName`
2023-02-09 22:47:12 +08:00
kezhenxu94
974cecb67f
Add missing tcp throughput metrics ( #10356 )
2023-02-07 18:38:54 +08:00
yswdqz
967886090a
Change scapedMetricsNameCache method to support `/` ( #10349 )
2023-02-06 22:50:08 +08:00
Fine0830
61975da194
Sync UI ( #10350 )
2023-02-06 15:14:53 +08:00
Hper
e56308995a
[Elasticsearch] Support batchOfBytes configuration to limit size of bulk flush. ( #10287 )
2023-02-06 12:46:24 +08:00
pg.yang
b991cfd125
Polish aws-firehose-receiver to adapt existing OTEL proto ( #10343 )
2023-02-05 17:47:48 +08:00
kezhenxu94
b8e4a025aa
Avoid Antlr dependencies' versions might be different in compile time and runtime ( #10339 )
2023-02-04 15:26:49 +08:00
pg.yang
29556a0d00
Add aws-firehose-receiver to support collecting AWS CloudWatch metric(OpenTelemetry format) ( #10300 )
2023-01-24 14:04:27 +08:00
pg.yang
e360ca3628
Remove handler scan in otel receiver, manual initialization instead ( #10303 )
2023-01-23 16:10:23 +08:00
yswdqz
f7162d5898
Enhance OAP HTTP server to support HTTPS ( #10296 )
2023-01-20 21:17:18 +08:00
吴晟 Wu Sheng
263c2b442c
Fix change log of #10282 ( #10293 )
2023-01-18 16:50:08 +08:00
Shichao
b97dfb1a65
[Optional] Support trace/span on ElasticSearch to use traceIDs routing. ( #10282 )
2023-01-18 16:44:15 +08:00
Superskyyy
12fc6884f0
Add component ID for Python websocket ( #10289 )
2023-01-18 08:15:40 +08:00
吴晟 Wu Sheng
ccbfa3e554
Bump so11y docs ( #10288 )
2023-01-17 23:00:36 +08:00
wuwen
c4f564c456
Sync UI ( #10285 )
...
* Add missing FastAPI logo
* Update the log details page to support the formatted display of JSON content
2023-01-17 09:50:35 +08:00
inversionhourglass
68727ee8bc
Fix gRPC alarm cannot update settings from dynamic configuration source.( #10274 ) ( #10275 )
2023-01-13 22:11:42 +08:00
alidisi
3220339a1c
Update doc component-libraries.yml HBase languages ( #10272 )
2023-01-13 10:52:32 +08:00
mrproliu
fba96452f5
Add documentation for profiling APIs ( #10269 )
2023-01-12 14:48:21 +08:00
吴晟 Wu Sheng
962493d244
Add Lens UI relative docs in Zipkin trace section. ( #10267 )
2023-01-12 09:39:47 +08:00
kezhenxu94
a5ca0e66d6
Add documentation about replacing Zipkin server with SkyWalking OAP ( #10255 )
2023-01-10 12:45:22 +08:00
kezhenxu94
4df62b6210
Fix TCP service instances are lack of instance properties like `pod` and `namespace`, which causes Pod log not to work for TCP workloads ( #10252 )
2023-01-09 21:08:21 +08:00
Gao Hongtao
6a78773743
Improve BanyanDB measure schema ( #10233 )
2023-01-08 18:50:00 +08:00
mrproliu
2b40270f71
Add the eBPF network profiling E2E Test in per storage ( #10245 )
2023-01-06 21:53:39 +08:00
Raigor
2756e0cfab
Update ShardingSphere version for compatibility verification ( #10244 )
...
* Integrate with ShardingSphere 5.3.1-SNAPSHOT.
* Update the version of ShardingSphere in e2e
* Remove providerType when the transaction type is LOCAL.
* Update backend-storage.md & changes.md
2023-01-06 17:46:23 +08:00
kezhenxu94
146aa2f079
Add Zipkin trace tab in service mesh panel ( #10239 )
2023-01-06 15:11:29 +08:00
吴晟 Wu Sheng
1807574031
Bump BanyanDB Java client to 0.3.0-rc0. ( #10237 )
2023-01-06 09:49:33 +08:00
pg.yang
8de8c7c1e8
Support monitoring AWS Cloud EKS ( #10199 )
2022-12-31 17:34:30 +08:00
Gao Hongtao
bfb90f6c88
Fix issues found by showcase cluster of the BanyanDB ( #10219 )
...
* Fix `time_bucket` of `ServiceTraffic` not set correctly in `slowSql` of MAL.
* Correct the TopN record query DAO of BanyanDB.
* Tweak interval settings of BanyanDB.
2022-12-29 22:42:39 +08:00
吴晟 Wu Sheng
8ca0946a8e
Fix `time_bucket` of `ServiceTraffic` not set correctly in `slowSql` ( #10218 )
2022-12-29 22:04:56 +08:00
吴晟 Wu Sheng
aff88b0d18
Support no `layer` in the `listServices` query. ( #10214 )
...
* Sync submodules. No code change.
2022-12-28 18:58:10 +08:00
吴晟 Wu Sheng
f95cddcb3e
Merge `TIME_BUCKET` of `Metrics` and `Record` into `StorageData` ( #10208 )
2022-12-28 11:25:47 +08:00