Commit Graph

992 Commits

Author SHA1 Message Date
Wing 254a7b648f
Refine How-to-release.md (#6754) 2021-04-15 07:54:01 +08:00
zifeihan b472703154
Add `trace_segment_ref_limit_per_span` configuration mechanism to avoid OOM (#6715) 2021-04-14 23:51:19 +08:00
Wing 2af2103a3f
Refine guides (#6741) 2021-04-14 07:26:54 +08:00
Wing 16d441f611
Refine Component-library-settings.md (#6734) 2021-04-12 23:30:46 +08:00
Wing 024f810495
Refine concepts and designs (#6724) 2021-04-10 16:56:09 +08:00
wankai123 5ba8f00205
Doc: Polish k8s monitoring otel-collector configuration example. (#6722) 2021-04-10 06:34:11 +08:00
Wing 5c9b79f84b
Refine service-agent.md (#6714)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-04-08 22:30:42 +08:00
wankai123 d65716068e
Add backend-infrastructure-monitoring doc (#6711) 2021-04-08 20:49:16 +08:00
Wing 41ad39b6af
Refine scope-definitions.md (#6706) 2021-04-07 23:56:44 +08:00
Zhenxu Ke fc7b88b232
doc: add event exporter link (#6704) 2021-04-07 20:48:18 +08:00
Wing 4dadbfcb6d
Refine project-goals.md (#6691) 2021-04-06 14:23:21 +08:00
wankai123 f9096f5086
Support k8s monitoring (#6479) 2021-04-06 14:11:02 +08:00
吴晟 Wu Sheng 2b85ba1041
Fix `disable` statement not working (#6687) 2021-04-05 20:11:34 +08:00
吴晟 Wu Sheng d7beac5bfc
Update the release doc, add clean part (#6684) 2021-04-05 09:05:36 +08:00
Wing f6e2467e09
Refine concepts and designs (#6681) 2021-04-04 17:09:37 +08:00
Wing 41bc528ae5
Refine concepts and designs (#6677) 2021-04-03 15:48:16 +08:00
FrankyXu 0dd9cc1e18
Update oal.md (#6666) 2021-04-02 12:13:59 +08:00
Evan 2af77d4d03
make sync metrics concurrency (#6642)
* make sync metrics concurrency

* add changelog

* add changelog

* polish codes

* change default value

* remove unnecessary codes

Co-authored-by: Evan <evanljp@outlook.com>
Co-authored-by: Zhenxu Ke <kezhenxu94@apache.org>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-04-02 11:33:46 +08:00
Shengjun fc7d8dcb5e
Redis Lettuce span UI doesn't show detailed Redis command parameters in 'db.statement' field (#6614) 2021-04-02 10:03:57 +08:00
Wing 75b52917df
Refine concepts and designs (#6655) 2021-04-01 07:01:24 +08:00
wankai123 523944a59f
Add arg `namespace` to func `retagByK8sMeta`, rebuild the relationship between pod and service by labels (#6650)
* Add `namespace` to func `retagByK8sMeta`, rebuild the relationship between pod and service by labels

* add param check
2021-03-30 08:48:22 +08:00
史精文 0c0a8d4393
Revise document description for #4651 (#6638) 2021-03-29 13:35:24 +08:00
史精文 ec043d5c6e
document description supplement for #6403 (#6630) 2021-03-28 11:48:02 +08:00
Wing f94bf971fd
Refine lal.md (#6626) 2021-03-26 12:04:55 +08:00
wankai123 92c0cb856d
Add function `retagByK8sMeta` and opt type `K8sRetagType.Pod2Service` in MAL for k8s to relate pods and services. (#6608) 2021-03-25 20:50:58 +08:00
Wing 073fbbcab3
Refine event.md (#6622) 2021-03-25 14:29:23 +08:00
Stephen Ni 51b60ae218
Update the agent HBase plugin to support HBase Client 2.x (#6577) 2021-03-25 14:08:31 +08:00
Ax1an a396888de8
Fix negative number on the grafana dashboard. (#6615) 2021-03-24 21:02:37 +08:00
Wing 32736dc0e4
Refine backend-overview.md (#6609) 2021-03-24 13:41:50 +08:00
吴晟 Wu Sheng f3b567160c
Enhance the export service. (#6602) 2021-03-24 09:22:03 +08:00
Wing 54997d1ecc
Refine FAQ (#6591) 2021-03-22 07:57:03 +08:00
wankai123 c2c3830a80
Add functions in MAL to filter metrics according to the metric value (#6587) 2021-03-20 17:12:34 +08:00
Ax1an b48433e1f6
Optimize the self monitoring grafana dashboard. (#6549) 2021-03-20 13:33:11 +08:00
Harry 3553b2ed00
Update storage-extention.md (#6564) 2021-03-18 10:11:19 +08:00
Wing bc77726333
Refine FAQ (#6560) 2021-03-17 15:14:24 +08:00
Ax1an 03b45d2fa6
Fix some comments and documentation (#6534) 2021-03-12 07:41:32 +08:00
Wing a01e846c1f
Refine FAQ (#6536) 2021-03-11 16:19:05 +08:00
Wing ad94caff5f
Refine FAQ (#6525) 2021-03-11 07:26:44 +08:00
Zhenxu Ke 9ad26c397c
Fix dead links (#6530) 2021-03-10 22:41:36 +08:00
Wing 1a7cc805af
Refine FAQ (#6512) 2021-03-08 17:14:39 +08:00
Wing 2ec89da3d5
Refine Hour-Day-Metrics-Stopping.md and How-to-build-with-mac-m1.md (#6500) 2021-03-06 17:59:05 +08:00
Jared Tan 80a9a5e65e
Support config `agent.span_limit_per_segment` can be changed in the runtime. (#6482)
* CDS: Support config `agent.span_limit_per_segment`

* fix missing logical.

* fix ci

* polish

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-03-05 15:22:02 +08:00
Wing 9f00af6c50
Refine ES-Server-FAQ.md (#6486) 2021-03-04 20:51:42 +08:00
Zhenxu Ke cb16e524da
Enhance the LAL to allow easily skipping logs with malformed formats (#6477) 2021-03-03 17:18:50 +08:00
Zhenxu Ke de6a731d72
Save Envoy http access logs when error occurs (#6322) 2021-03-02 22:40:30 +08:00
吴晟 Wu Sheng 19d4a77235
New doc menu for the website. (#6469) 2021-02-28 11:17:28 +08:00
Juntao Zhang 63bfb8d9ed
Update README.md (#6468) 2021-02-28 00:30:33 +08:00
Wing a11a048743
Refine Compatible-with-other-javaagent-bytecode-processing.md and rename to Compatibility-with-other-Java-agent-bytecode-processes.md (#6467) 2021-02-28 00:27:09 +08:00
Wing aacaade596
Refine README.md (#6464) 2021-02-27 16:16:18 +08:00
Wayne Chu daefd5ebce
docs: fix typo in Java-Plugin-Development-Guide.md (#6463) 2021-02-27 15:53:32 +08:00
吴晟 Wu Sheng 0e1d5c3767
Make Zipkin trace query available (#6454) 2021-02-27 14:50:54 +08:00
Juntao Zhang 92a0b893b5
fix: docs/menu.yml (#6449)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-02-26 08:43:21 +08:00
吴晟 Wu Sheng 9ba17cf228
Polish a log to doc and menu for latest status. (#6446)
* Polish a log to doc and menu for latest status.

* Add a skip

* Add .github/actions/skip/action.yml itself to skip file

* Polish doc a little

Co-authored-by: Zhenxu Ke <kezhenxu94@apache.org>
2021-02-26 07:24:32 +08:00
Zhenxu Ke 77082de77b
Add `sum` function in meter system (#6427)
* Add `sum` function in meter system

* Fix minor potential bug and reformat some codes

* Fix a bug

* Use Set to hold the {aggregate,scope} labels as same labels maybe added by multiple aggregation functions

* Separate downsampling function and revert unnecessary codes
2021-02-25 15:10:28 +08:00
Amos Chu 47ec0bb09b
Fix grammar error on (#6440) 2021-02-25 12:40:49 +08:00
Amos Chu 2d258d3176
grammar error for "The answer definitely YES" (#6439) 2021-02-25 11:56:50 +08:00
Zhenxu Ke 96f1c12159
Introduce log analysis language (LAL) (#6388) 2021-02-23 20:06:48 +08:00
John Bampton 85fc4f827c
Fix spelling (#6418) 2021-02-22 07:40:35 +08:00
Zhenxu Ke f6081e17f1
doc: add ALS metadata-exchange blog and polish E2E doc (#6417) 2021-02-21 21:24:09 +08:00
haoyann c45bb361ee
Storage plugin supports PostgreSQL (#6345) 2021-02-20 20:59:51 +08:00
Zhenxu Ke 1e4a8ee19b
Fix dead links and add checker to detect them (#6394) 2021-02-18 12:31:22 +08:00
Juntao Zhang b70c9bef67
Replace the URL width https (#6392) 2021-02-18 09:52:18 +08:00
Juntao Zhang 3c980c2609
Add latest doc menu.yml (#6391) 2021-02-18 08:51:38 +08:00
Zhenxu Ke badd05783a
Fix dead link of Envoy statistics list (#6383) 2021-02-17 10:54:50 +08:00
mrproliu 75f03acba7
Adopt Zabbix protocol (#6176)
Happy Chinese New Year !!
2021-02-10 22:40:07 +08:00
吴晟 Wu Sheng c1736b6f3b
Update Supported-list.md (#6359) 2021-02-10 15:07:43 +08:00
Zhenxu Ke b92eac2cd6
Add a new concept "Event" and its implementations to collect events (#6183) 2021-02-05 18:37:18 +08:00
Brandon Fergerson f59251681b
Ability to send log template + arguments instead of pre-formatted message (#6286) 2021-02-01 12:57:37 +08:00
Zhenxu Ke 74ef5959f0
doc: polish the documentations on ALS and MS (#6292)
* doc: polish the documentations on ALS and MS

* Update als_setting.md

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2021-02-01 07:55:00 +08:00
Stephen Ni cdf69fae63
docs: fix typo (#6271) 2021-01-30 21:03:04 +08:00
wankai123 1753e5e0db
Support Prometheus node-exporter VM metrics monitoring (#6277) 2021-01-30 09:17:59 +08:00
Zhenxu Ke 5d47d4d29f
Remove state / isError and collect exception stacktrace in error logs (#6275) 2021-01-30 08:18:52 +08:00
吴晟 Wu Sheng 5e455c48b9
Polish doc structure. (#6278) 2021-01-29 14:26:10 +08:00
zhang-wei 01d1eff6c7
Enhancement log-recerive e2e test (#6248) 2021-01-29 00:07:16 +08:00
Ax1an fd02bcd6f6
Support dynamic change agent.ignore_suffix on java agent. (#6272) 2021-01-28 21:40:34 +08:00
Jared Tan 0884c876fa
Support dynamic change agent.trace.ignore_path on java agent within CDS. (#6266) 2021-01-28 12:09:59 +08:00
吴晟 Wu Sheng 7b1c63de11
Remove optional log plugin (#6259) 2021-01-26 23:23:14 +08:00
吴晟 Wu Sheng 9268b987af
Fix wrong FAQ catalog (#6254) 2021-01-25 20:20:46 +08:00
Evan e138d29778
add text analyzer for es (#6249) 2021-01-25 17:01:43 +08:00
wankai123 777c670c66
Support the identification of the source host of the metric data in otel-receiver-plugin (#6243) 2021-01-22 22:24:19 +08:00
Leon Yang 100823cb6e
Support DNS period resolving mechanism (#6240) 2021-01-22 13:14:21 +08:00
zifeihan 43e2458e6b
[FAQ doc] Fix compiling on Mac M1 chip (#6241) 2021-01-22 09:03:50 +08:00
zifeihan db61015245
Support dynamic change SAMPLE_N_PER_3_SECS on java agent (#6232) 2021-01-21 15:41:14 +08:00
zifeihan 97f54114a5
Add the implementation of ConfigurationDiscovery on the OAP side. (#6220) 2021-01-19 14:53:49 +08:00
elk-g eb4b121530
Collect Log with java agent (#6127) (#6194) 2021-01-19 08:17:29 +08:00
HendSame 4e43f227b4
Support Alarm to feishu (#6193) 2021-01-18 09:24:20 +08:00
Evan b0cc91382c
export the segmentId and spanId in toolkit (#6213) 2021-01-16 09:04:01 +08:00
Zhenxu Ke 98d0430b91
chore: set up license-eye to check license header (#6200) 2021-01-14 22:08:37 +08:00
zhang-wei 15452025c6
Log collecting and query implementation (#6120) 2021-01-14 09:49:11 +08:00
Jared Tan 50c74a6bc5
Upgrade kafka clients support version (#6182) 2021-01-12 21:49:22 +08:00
libinglong e0a4c44036
new feature add witness method (#6103)
https://lists.apache.org/thread.html/r4f67a7ed880a493e4e82bd2e9a0c26a6e43c37bbfcdaebe7b1a340dc%40%3Cdev.skywalking.apache.org%3E
2021-01-08 09:01:35 +08:00
Jared Tan c989bb286c
make sampling still works when the trace ignores plug-in activation (#6146) 2021-01-07 21:33:01 +08:00
hailin0 cf9b7b1adf
Add Dolphinscheduler plugin definition (#6134) 2021-01-06 20:47:55 +08:00
Zhenxu Ke f54f639c4d
Enhance Envoy metrics service analyzer by MAL (#6091) 2021-01-02 14:34:54 +08:00
Tboy 1b1f08511c
Add two generated source codes folders. (#6113)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-12-31 20:01:14 +08:00
Viktor Yi 1cc68b48d8
correct the doc of backend trace sampling with the latest configuration (#6085) 2020-12-26 19:10:42 +08:00
Neal Huang e739ca2290
Support building gRPC TLS channel but CA file is not required (#6060) 2020-12-24 07:58:00 +08:00
Yousa 1c534d8b0c
Fix typo in README.md (#6052) 2020-12-22 14:07:27 +08:00
吴晟 Wu Sheng 40a98ee14b
Update README.md (#6036) 2020-12-21 10:19:30 +08:00
吴晟 Wu Sheng 7485021e81
Update docs about the latest UI (#5999) 2020-12-12 18:19:46 +08:00