Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
update stale metrics docs
Browse files Browse the repository at this point in the history
Signed-off-by: yeya24 <[email protected]>
  • Loading branch information
yeya24 committed Sep 26, 2019
1 parent 6bc8da9 commit da13b91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ This doc contains all the metrics that Dragonfly components currently support. N
Name | Labels | Type | Description
:----------------------------------------------------- | :--------------------------------------|:--------- | :----------
dragonfly_supernode_build_info | version, revision, goversion, arch, os | gauge | Build and version information of supernode.
dragonfly_supernode_http_requests_total | code, handler, method | counter | Total number of http requests.
dragonfly_supernode_http_request_duration_seconds | code, handler, method | histogram | HTTP request latency in seconds.
dragonfly_supernode_http_request_size_bytes | code, handler, method | histogram | HTTP request size in bytes.
dragonfly_supernode_http_response_size_bytes | code, handler, method | histogram | HTTP response size in bytes.
dragonfly_supernode_http_requests_total | code, handler | counter | Total number of http requests.
dragonfly_supernode_http_request_duration_seconds | handler | histogram | HTTP request latency in seconds.
dragonfly_supernode_http_request_size_bytes | handler | histogram | HTTP request size in bytes.
dragonfly_supernode_http_response_size_bytes | handler | histogram | HTTP response size in bytes.
dragonfly_supernode_peers | peer | gauge | Dragonfly peers, the label peer consists of the hostname and ip address of one peer.
dragonfly_supernode_tasks | cdnstatus | gauge | Dragonfly tasks.
dragonfly_supernode_tasks_registered_total | | counter | Total times of registering new tasks.
Expand Down

0 comments on commit da13b91

Please sign in to comment.