Skip to content

Commit

Permalink
Add UI suffix to RUM services
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed May 10, 2024
1 parent 7bad297 commit 42daaa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/mediaserver/templates/mediaserver.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ server {
applicationId: "{{ secrets.rum.application_id }}",
clientToken: "{{ secrets.rum.client_token }}",
site: "datadoghq.com",
service: "homer",
service: "homer-ui",
env: "{{ default.env }}",
version: "{{ homer.version }}",
sessionSampleRate: 100,
Expand Down Expand Up @@ -91,7 +91,7 @@ server {
applicationId: "{{ secrets.rum.application_id }}",
clientToken: "{{ secrets.rum.client_token }}",
site: "datadoghq.com",
service: "{{ name }}",
service: "{{ name }}-ui",
env: "{{ default.env }}",
version: "{{ container.version }}",
sessionSampleRate: 100,
Expand Down

0 comments on commit 42daaa3

Please sign in to comment.