Fix APISIX monitoring guide configuration and metrics - #13976
Merged
Conversation
wu-sheng
reviewed
Aug 11, 2026
|
|
||
| #### Project | ||
|
|
||
| * Correct the APISIX monitoring guide to align its Collector configuration and metric names with the current APISIX MAL rules and Horizon UI Dashboard. |
Member
There was a problem hiding this comment.
You should put your changes in the Doc section, not here. And should be in the last.
Yilialinn
force-pushed
the
docs/fix-apisix-monitoring
branch
from
August 11, 2026 08:03
ef3f35c to
77cf9b3
Compare
wu-sheng
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix stale APISIX monitoring documentation
The APISIX backend monitoring guide still lists metric names that no longer match the current APISIX MAL rules or the Horizon UI APISIX Dashboard. It also omits the APISIX metrics path from the Collector example and does not explain that
job_name: apisix-monitoringis part of the current MAL filter contract.This documentation-only change:
/apisix/prometheus/metricsto the Prometheus receiver example;job_namedependency and retains the E2E-testedskywalking_servicestatic-label pattern;docs/en/changes/changes.md.The change does not modify MAL rules, E2E behavior, Horizon UI templates, or APISIX code.
Validation:
compared all 23 unique final metric names with
otel-rules/apisix.yaml;validated the complete Collector configuration with the official
otelcol0.102.1 binary;reproduced the APISIX → Collector → OAP → BanyanDB path and the official service, instance, and endpoint metric queries; and
checked the candidate patch and all Markdown links against the current SkyWalking
masterbranch.If this pull request closes/resolves/fixes an existing issue, replace the issue number. (Not applicable; this small documentation correction does not close an existing issue.)
Update the
CHANGESlog.