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

Extend the resource-timing collection in the EUM server to be able to specify tags #968

Closed
mariusoe opened this issue Jan 18, 2021 · 0 comments · Fixed by #992
Closed

Extend the resource-timing collection in the EUM server to be able to specify tags #968

mariusoe opened this issue Jan 18, 2021 · 0 comments · Fixed by #992
Assignees
Labels
area/eum-server enhancement New feature or request

Comments

@mariusoe
Copy link
Member

Currently, the EUM server supports the collection of resource timings which can be turned on and off. The resource timings will be tagged using the global tags derived by the incoming Boomerang beacon. However, there is no option to specify additional tags next to the global ones.

This leads to the problem that in case there is no global tag containing the beacon's origin URL, the resource timings cannot be mapped to a specific resource.

In order to solve this problem, users should be able to specify additional tags which will be attached to the resource timings (similar to the metric view definition). For example, users should be able to specify a list of tags which will be attached. In the following example, the beacon attribute URL will be used as a value for the tag URL.

inspectit-eum-server:
  resource-timing:
    enabled: true
    tags:
      - URL
# 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
2 participants