Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(rum): change service tag #1822

Merged
merged 1 commit into from
Mar 7, 2024
Merged

fix(rum): change service tag #1822

merged 1 commit into from
Mar 7, 2024

Conversation

seaerchin
Copy link
Contributor

Problem

our frontend tags the service as isomercms-frontend; however, with pulumi, we tag all of our resources as isomer-infra. in order to standardise our tagging, will instead use isomer-infra as the converse is more painful.

Part of [ISOM-771]

Solution

update rum tag

@@ -57,7 +57,7 @@ if (REACT_APP_ENV === "staging" || REACT_APP_ENV === "production") {
applicationId: REACT_APP_DATADOG_APP_ID,
clientToken: REACT_APP_DATADOG_CLIENT_TOKEN,
site: "datadoghq.com",
service: "isomercms-frontend",
service: "isomer-infra",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the name is really confusing tho :/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other way might involve tearing down and respinning up resources :sadge:

@seaerchin seaerchin merged commit 42fa10b into develop Mar 7, 2024
12 checks passed
@seaerchin seaerchin deleted the fix/dd-tagging branch March 7, 2024 07:07
@alexanderleegs alexanderleegs mentioned this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants