Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Resolve 'rt.bmr' data send by Boomerang plugin RT #966

Closed
Patrick-Eichhorn opened this issue Jan 15, 2021 · 0 comments · Fixed by #970
Closed

Resolve 'rt.bmr' data send by Boomerang plugin RT #966

Patrick-Eichhorn opened this issue Jan 15, 2021 · 0 comments · Fixed by #970
Assignees
Labels
area/eum-server enhancement New feature or request

Comments

@Patrick-Eichhorn
Copy link
Contributor

Patrick-Eichhorn commented Jan 15, 2021

The data contained in the 'rt.bmr' attribute, is a comma separated list.

See: http://akamai.github.io/boomerang/BOOMR.plugins.RT.html#toc1__anchor

rt.bmr: Several parameters that include resource timing information for boomerang itself, ie, how long did boomerang take to load

Example: rt.bmr="37,1,2,2"

Each of these values should be available during the metric and tag processing.
As an example, the previous data could result in attributes similar to the following, divided according to their index:

rt.bmr.0: 37
rt.bmr.1: 1
rt.bmr.2: 2
rt.bmr.3: 2
rt.bmr.sum: 42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/eum-server enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant