liqiangz
7a3355f956
Use MAL to calculate JVM metrics, remove OAL dependency. ( #7091 )
2021-06-11 22:21:10 +08:00
xdRight
eace27e4ee
Fix doc bug ( #7093 ) ( #7098 )
2021-06-10 17:01:50 +08:00
Zhenxu
c563245048
Add missing doc for events alarm metrics name ( #7029 )
2021-05-27 21:07:40 +08:00
Zhenxu
68b918e3cd
Events can be configured as alarm source ( #7028 )
2021-05-27 18:04:21 +08:00
Zhenxu Ke
3b15f8d132
feature: Envoy access log receiver supports TCP logs ( #6727 )
2021-05-07 07:50:03 +08:00
chen~
8ba5e012aa
Generate the corresponding event information for the alert. ( #6702 )
2021-04-21 22:01:46 +08:00
Wing
024f810495
Refine concepts and designs ( #6724 )
2021-04-10 16:56:09 +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
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
吴晟 Wu Sheng
2b85ba1041
Fix `disable` statement not working ( #6687 )
2021-04-05 20:11:34 +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
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
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
Wing
32736dc0e4
Refine backend-overview.md ( #6609 )
2021-03-24 13:41:50 +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
Zhenxu Ke
cb16e524da
Enhance the LAL to allow easily skipping logs with malformed formats ( #6477 )
2021-03-03 17:18:50 +08:00
吴晟 Wu Sheng
19d4a77235
New doc menu for the website. ( #6469 )
2021-02-28 11:17:28 +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
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
Zhenxu Ke
b92eac2cd6
Add a new concept "Event" and its implementations to collect events ( #6183 )
2021-02-05 18:37:18 +08:00
Stephen Ni
cdf69fae63
docs: fix typo ( #6271 )
2021-01-30 21:03:04 +08:00
Zhenxu Ke
f54f639c4d
Enhance Envoy metrics service analyzer by MAL ( #6091 )
2021-01-02 14:34:54 +08:00
吴晟 Wu Sheng
0c2367a114
Update some doc. ( #5942 )
...
* Update manual-sdk.md
* Update README.md
* Update README.md
2020-12-03 17:34:37 +08:00
Gao Hongtao
b39c4306a8
Observing Istio control plane ( #5835 )
...
* Add Istio control plane otel MAL expressions and UI template
* Remove OpenCensus receiver, add OpenTelemetry receiver
* Transfer oc receiver to ot receiver
* Create indices on boot
* Document istio metrics and otel receiver
* Update CHANGES.md
* Fix potential NPE
* Add group to meter and cleanup istio mixer
* Update e2e case due to the change of meter metric name
* Update prometheus fetcher config, fix sql builder issue of h2
* Disable istio and so11y metrics by default.
* Fix micrometer testcase
2020-11-25 21:07:03 +08:00
Larry
e8f30f91b1
Update overview.md ( #5874 )
...
fix misspelling words
2020-11-22 16:28:16 +08:00
吴晟 Wu Sheng
9c486a05ee
Support `sideCar.internalErrorCode` in the sources ( #5849 )
...
* Support nested sidecar object in the scope.
* Update the changelog.
* Fix comments and docs.
2020-11-17 09:03:48 +08:00
Evan
9b6386f31c
support oal list includes and excludes & add tags to some source ( #5739 )
...
* add oal excludes and includes to support tags
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-01 09:48:48 +08:00
Gao Hongtao
9ce47d5bdc
Meter Analysis Language ( #5531 )
2020-10-21 16:45:47 +08:00
Rei Shimizu
f48e4961ec
docs: fix broken istio-architecture svg ( #5664 )
...
* docs: fix broken istio-architecture svg
* server -> service
2020-10-15 00:19:35 +08:00
zhang-wei
5b5a122b2c
doc fix ( #5548 )
2020-09-23 23:25:30 +08:00
Gao Hongtao
50d2ff75bc
Parse TLS mode from ALS ( #5454 )
...
* Parse tls mode from als
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Polish code
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
2020-09-13 14:52:39 +08:00
zhang-wei
7ef8b3e476
Support Browser protocol at OAP ( #4228 )
2020-08-31 15:46:37 +08:00
zhang-wei
c5df0760f2
Support IN filter expressions in OAL ( #5390 )
2020-08-26 23:50:59 +08:00
kezhenxu94
ecc18b9be3
Support !=, like filter expressions in OAL ( #5269 )
2020-08-11 09:37:21 +08:00
Stalary
1877d0fcf4
Add jvm_thread metrics ( #5129 )
2020-07-22 09:05:32 +08:00
吴晟 Wu Sheng
377315edbb
Make sure the DB service could be generated. ( #4757 )
2020-05-08 11:14:16 +08:00
吴晟 Wu Sheng
217bb624f6
Support percentile function in the meter system. ( #4725 )
...
* Support percentile function in the meter system.
* Update document.
* Fix formats.
2020-04-29 08:43:26 +08:00
吴晟 Wu Sheng
7c84e77bf2
Support histogram function in Meter system. ( #4719 )
...
* Support histogram function in Meter system.
* Add histogram in the document.
* Support infinite-
2020-04-27 14:38:38 +08:00