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

[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}} #202890

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

fkanout
Copy link
Contributor

@fkanout fkanout commented Dec 4, 2024

Summary

It fixes #184381 by encoding correctly the service name and adding tests

@fkanout fkanout self-assigned this Dec 4, 2024
@fkanout fkanout requested a review from a team as a code owner December 4, 2024 10:37
@botelastic botelastic bot added ci:project-deploy-observability Create an Observability project Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Dec 4, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

Copy link
Contributor

github-actions bot commented Dec 4, 2024

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@fkanout fkanout added bug Fixes for quality problems that affect the customer experience backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Team:obs-ux-management Observability Management User Experience Team and removed ci:project-deploy-observability Create an Observability project Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Dec 4, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

@fkanout fkanout changed the title [APM] Fix service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}} [ALERTING][APM] Fix service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}} Dec 4, 2024
@elasticmachine
Copy link
Contributor

elasticmachine commented Dec 4, 2024

💛 Build succeeded, but was flaky

  • Buildkite Build
  • Commit: 06479a7
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-202890-06479a7aac9c

Failed CI Steps

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
apm 38.6KB 38.6KB +40.0B

History

cc @fkanout

Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

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

LGTM

@botelastic botelastic bot added ci:project-deploy-observability Create an Observability project Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Dec 4, 2024
Copy link
Contributor

github-actions bot commented Dec 4, 2024

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@fkanout fkanout merged commit 12133a0 into elastic:main Dec 4, 2024
27 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/12160254032

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 4, 2024
…ed properly for {{context.viewInAppUrl}} (elastic#202890)

## Summary
It fixes elastic#184381 by encoding correctly the service name and adding tests

(cherry picked from commit 12133a0)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

hop-dev pushed a commit to hop-dev/kibana that referenced this pull request Dec 5, 2024
…ed properly for {{context.viewInAppUrl}} (elastic#202890)

## Summary
It fixes elastic#184381 by encoding correctly the service name and adding tests
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Dec 5, 2024
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

1 similar comment
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

SoniaSanzV pushed a commit to SoniaSanzV/kibana that referenced this pull request Dec 9, 2024
…ed properly for {{context.viewInAppUrl}} (elastic#202890)

## Summary
It fixes elastic#184381 by encoding correctly the service name and adding tests
SoniaSanzV pushed a commit to SoniaSanzV/kibana that referenced this pull request Dec 9, 2024
…ed properly for {{context.viewInAppUrl}} (elastic#202890)

## Summary
It fixes elastic#184381 by encoding correctly the service name and adding tests
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 9, 2024
…ed properly for {{context.viewInAppUrl}} (elastic#202890)

## Summary
It fixes elastic#184381 by encoding correctly the service name and adding tests
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

1 similar comment
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 12, 2024
…ed properly for {{context.viewInAppUrl}} (elastic#202890)

## Summary
It fixes elastic#184381 by encoding correctly the service name and adding tests
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

2 similar comments
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

kibanamachine added a commit that referenced this pull request Dec 17, 2024
… encoded properly for {{context.viewInAppUrl}} (#202890) (#202911)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ALERTING][APM] Fix service names with spaces are not being URL
encoded properly for {{context.viewInAppUrl}}
(#202890)](#202890)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Faisal
Kanout","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-04T12:59:14Z","message":"[ALERTING][APM]
Fix service names with spaces are not being URL encoded properly for
(#202890)\n\n## Summary\r\nIt fixes #184381 by encoding correctly the
service name and adding
tests","sha":"12133a0c7ac3462db9cb911cd9e1431b06c2d873","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","Team:obs-ux-management"],"title":"[ALERTING][APM]
Fix service names with spaces are not being URL encoded properly for
","number":202890,"url":"https://github.com/elastic/kibana/pull/202890","mergeCommit":{"message":"[ALERTING][APM]
Fix service names with spaces are not being URL encoded properly for
(#202890)\n\n## Summary\r\nIt fixes #184381 by encoding correctly the
service name and adding
tests","sha":"12133a0c7ac3462db9cb911cd9e1431b06c2d873"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202890","number":202890,"mergeCommit":{"message":"[ALERTING][APM]
Fix service names with spaces are not being URL encoded properly for
(#202890)\n\n## Summary\r\nIt fixes #184381 by encoding correctly the
service name and adding
tests","sha":"12133a0c7ac3462db9cb911cd9e1431b06c2d873"}}]}] BACKPORT-->

Co-authored-by: Faisal Kanout <[email protected]>
Co-authored-by: Irene Blanco <[email protected]>
@kibanamachine kibanamachine added v8.18.0 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) bug Fixes for quality problems that affect the customer experience ci:project-deploy-observability Create an Observability project release_note:fix Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team Team:obs-ux-management Observability Management User Experience Team v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}}
4 participants