Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[APM] Empty/null service.environment error fix (#192448)](#192448) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Carlos Crespo","email":"crespocarlos@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-17T10:36:24Z","message":"[APM] Empty/null service.environment error fix (#192448)\n\nfixes [192380](https://github.com/elastic/kibana/issues/192380)\r\n\r\n## Summary\r\n\r\nRevert the `service.environment` comparison change. Using `equals` can\r\nbe dangerous if the field is null, resulting in errors. The previous\r\nversion worked fine, so I decided to revert the change that modified the\r\ncondition.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"4a2dd8a99370ce8d6678de15dd617565e5bfc5ac","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.15.0","v8.16.0"],"title":"[APM] Empty/null service.environment error fix","number":192448,"url":"https://github.com/elastic/kibana/pull/192448","mergeCommit":{"message":"[APM] Empty/null service.environment error fix (#192448)\n\nfixes [192380](https://github.com/elastic/kibana/issues/192380)\r\n\r\n## Summary\r\n\r\nRevert the `service.environment` comparison change. Using `equals` can\r\nbe dangerous if the field is null, resulting in errors. The previous\r\nversion worked fine, so I decided to revert the change that modified the\r\ncondition.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"4a2dd8a99370ce8d6678de15dd617565e5bfc5ac"}},"sourceBranch":"main","suggestedTargetBranches":["8.15","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192448","number":192448,"mergeCommit":{"message":"[APM] Empty/null service.environment error fix (#192448)\n\nfixes [192380](https://github.com/elastic/kibana/issues/192380)\r\n\r\n## Summary\r\n\r\nRevert the `service.environment` comparison change. Using `equals` can\r\nbe dangerous if the field is null, resulting in errors. The previous\r\nversion worked fine, so I decided to revert the change that modified the\r\ncondition.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"4a2dd8a99370ce8d6678de15dd617565e5bfc5ac"}},{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Carlos Crespo <crespocarlos@users.noreply.github.com>
- Loading branch information