Skip to content

Commit

Permalink
Add missing decription of PFCP metrics
Browse files Browse the repository at this point in the history
Related to #284
  • Loading branch information
vkatsuba committed Jan 13, 2021
1 parent 7f16188 commit 657a93f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions METRICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ The following metrics exist:
| gtp\_u\_socket\_messages\_processed\_total | counter | name, direction, version, type | Total number of GTP message processed on socket |
| ergw\_local\_pool\_free | gauge | name, type, id | Number of free IPs |
| ergw\_local\_pool\_used | gauge | name, type, id | Number of used IPs |
| pfcp\_messages\_processed\_total | counter | name, direction, remote, type | Total number of PFCP message processed |
| pfcp\_messages\_duplicates\_total | counter | name, remote, type | Total number of duplicate PFCP message received |
| pfcp\_messages\_retransmits\_total | counter | name, remote, type | Total number of retransmited PFCP message |
| pfcp\_messages\_timeouts\_total | counter | name, remote, type | Total number of timed out PFCP message |
| pfcp\_messages\_replies\_total | counter | name, direction, remote, type, result | Total number of reply PFCP message |
| pfcp\_errors\_total | counter | name, direction, remote, type | Total number of PFCP errors |
| pfcp\_peer\_response\_milliseconds | histogram | name, remote, type | PFCP round trip time |
| pfcp\_request\_duration\_microseconds | histogram | name, type | PFCP Request execution time |
| termination\_cause\_total | counter | api, reason | Total number of termination causes |

The label `name` is is taken from the configuration of the GTP socket and PeerIP is the IP address of
Expand Down

0 comments on commit 657a93f

Please sign in to comment.