Add support for Azure App Service cloud metadata#914
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
Codecov Report
@@ Coverage Diff @@
## master #914 +/- ##
==========================================
- Coverage 83.93% 83.82% -0.12%
==========================================
Files 140 140
Lines 7864 7895 +31
==========================================
+ Hits 6601 6618 +17
- Misses 867 876 +9
- Partials 396 401 +5
Continue to review full report at Codecov.
|
stuartnelson3
left a comment
There was a problem hiding this comment.
Approving as everything looks fine, but with the caveat that I'm not familiar with the codebase :)
@stuartnelson3 I'll walk you through this codebase sometime soonish. Thanks for the review! |
* test: synchronizing gherkin specs * Add support for Azure App Service cloud metadata * internal/apmgodog: move code to to _test package Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
Extend the Azure cloud metadata provider to check for App Service environment variables, and implement the Gherkin spec.
Closes #863