Closed guptasu closed 7 years ago
@guptasu: Adding do-not-merge/release-note-label-needed because the release note process has not been followed.
/hold
Merging #1539 into master will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #1539 +/- ##
==========================================
+ Coverage 84.55% 84.59% +0.04%
==========================================
Files 122 124 +2
Lines 11999 12012 +13
==========================================
+ Hits 10146 10162 +16
+ Misses 1651 1648 -3
Partials 202 202
Impacted Files | Coverage Δ | |
---|---|---|
pkg/adapter/requestData.go | 100% <100%> (ø) |
|
pkg/runtime/dispatcher.go | 96.68% <100%> (+0.01%) |
:arrow_up: |
pkg/runtime/requestDataBuilder.go | 100% <100%> (ø) |
|
adapter/prometheus/server.go | 94.91% <0%> (+5.08%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5253b6b...aa4f208. Read the comment docs.
@guptasu: The following test failed, say /retest
to rerun them all:
Test name | Commit | Details | Rerun command |
---|---|---|---|
prow/mixer-e2e-smoketest.sh | aa4f208fe45529516153a6de17d50d2b90186f5d | link | /test mixer-e2e-smoketest |
This repo is no longer accepting PRs. Please resubmit this change to the istio/istio repo.
Thanks.
Pass additional details to the adapter via the context object.
Adapters want to know destination service information to support multi-tenancy scenario. Mixer now passes the destination.service as part of the context object that gets delivered to the adapters via the Handler* method.
Release note:
This change is