Skip to content

Commit 0a8c7da

Browse files
committed
Remove meter.md doc, because mal.md has covered all the content.
1 parent babc22e commit 0a8c7da

32 files changed

+37
-55
lines changed

docs/en/api/jvm-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JVM Metrics APIs
22

3-
**Notice, SkyWalking has provided general available [meter APIs](meter.md) for all kinds of metrics. This API is still supported
3+
**Notice, SkyWalking has provided general available [meter APIs](mal.md) for all kinds of metrics. This API is still supported
44
for forward compatibility only. SkyWalking community would not accept new language specific metric APIs anymore.**
55

66
Uplink the JVM metrics, including PermSize, HeapSize, CPU, Memory, etc., every second.

docs/en/api/meter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ OpenTelemetry collector, Telegraf agents, Zabbix agents could use their native p
8686
and OAP server would convert metrics into native format and forward them to [Meter Analysis Language](../concepts-and-designs/mal.md) engine.
8787

8888
To learn more about receiving 3rd party formats metrics, see
89-
- [Meter receiver](../setup/backend/backend-meter.md)
89+
- [Meter receiver](../setup/backend/backend-mal.md)
9090
- [OpenTelemetry receiver](../setup/backend/opentelemetry-receiver.md).
9191
- [Zabbix receiver](../setup/backend/backend-zabbix.md)

docs/en/changes/changes-9.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ NOTICE, this sharding concept is NOT just for splitting data into different data
171171

172172
* Reconstruction doc menu for v9.
173173
* Update backend-alarm.md doc, support op "=" to "==".
174-
* Update backend-meter.md doc .
174+
* Update backend-mal.md doc .
175175
* Add <STAM: Enhancing Topology Auto Detection For A Highly Distributed and Large-Scale Application System> paper.
176176
* Add Academy menu for recommending articles.
177177
* Remove `All` source relative document and examples.

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
* Simplified the release process with removing maven central publish relative processes.
105105
* Add Circuit Breaking mechanism doc.
106106
* Add `Get Node List in the Cluster` API doc.
107+
* Remove `meter.md` doc, because `mal.md` has covered all the content.
107108

108109

109110
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/224?closed=1)

docs/en/concepts-and-designs/mal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Meter System -- Analysis Metrics and Meters
2+
Meter system is a metric streaming process system, which focus on processing and analyzing aggregated metrics data.
3+
Metrics from OpenTelemetry, Zabbix, Prometheus, SkyWalking meter APIs, etc., are all statistics, so they are processed
4+
by the meter system.
5+
16
# Meter Analysis Language
27

38
The meter system provides a functional analysis language called MAL (Meter Analysis Language) that lets users analyze and

docs/en/concepts-and-designs/manual-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below is the archived list.
88

99
## What are the SkyWalking format and the propagation protocols?
1010
- [Tracing APIs](../api/trace-data-protocol-v3.md)
11-
- [Meter APIs](../api/meter.md)
11+
- [Meter APIs](../api/mal.md)
1212
- [Logging APIs](../api/log-data-protocol.md)
1313

1414
## Envoy tracer

docs/en/concepts-and-designs/meter.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/en/setup/backend/backend-activemq-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SkyWalking leverages jmx prometheus exporter for collecting metrics data from ActiveMQ classic. It leverages OpenTelemetry
44
Collector to transfer the metrics to
5-
[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/meter.md).
5+
[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/mal.md).
66

77
## Data flow
88

docs/en/setup/backend/backend-apisix-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# APISIX monitoring
22
## APISIX performance from `apisix prometheus plugin`
33
SkyWalking leverages OpenTelemetry Collector to transfer the metrics to
4-
[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/meter.md).
4+
[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/mal.md).
55

66
### Data flow
77
1. [APISIX Prometheus plugin](https://apisix.apache.org/docs/apisix/plugins/prometheus/) collects metrics data from APSIX.

docs/en/setup/backend/backend-aws-api-gateway-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS API Gateway monitoring
22
Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs. SkyWalking leverages [AWS Kinesis Data Firehose receiver](./aws-firehose-receiver.md) to transfer the CloudWatch metrics of API Gateway(HTTP and REST APIs) to
3-
[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/meter.md).
3+
[OpenTelemetry receiver](opentelemetry-receiver.md) and into the [Meter System](./../../concepts-and-designs/mal.md).
44

55
### Data flow
66
1. AWS CloudWatch collect metrics for API Gateway(REST and HTTP APIs), refer to [API Gateway HTTP APIs monitoring with CloudWatch](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-metrics.html) and [API Gateway REST APIs monitoring with CloudWatch](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-metrics-and-dimensions.html)

0 commit comments

Comments
 (0)