doc: add part on session tracking
This commit is contained in:
parent
05d1842c95
commit
9a745569c4
14
README.md
14
README.md
@ -44,8 +44,22 @@ system.
|
|||||||
|
|
||||||
### pages_page_view_count
|
### pages_page_view_count
|
||||||
|
|
||||||
|
The number of page views for a given path and their associated referrer.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# HELP pages_page_view_count page views
|
# HELP pages_page_view_count page views
|
||||||
# TYPE pages_page_view_count counter
|
# TYPE pages_page_view_count counter
|
||||||
pages_page_view_count{country="",path="/charts/",referrer="http://localhost:8080/blog/"} 1
|
pages_page_view_count{country="",path="/charts/",referrer="http://localhost:8080/blog/"} 1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### pages_page_session_duration
|
||||||
|
|
||||||
|
How long a user is actively engaged with the page.
|
||||||
|
|
||||||
|
https://github.com/mjpitz/pages/issues/2
|
||||||
|
|
||||||
|
```text
|
||||||
|
# HELP pages_page_session_duration time spent on a given page in seconds
|
||||||
|
# TYPE pages_page_session_duration histogram
|
||||||
|
pages_page_session_duration{country="",path="/charts/"}
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user