You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploy event-source-adapter as apps/deployment instead of ksvc (kyma-project#9186)
* replace ksvc by deployment
* bump image
* update rbac
* dd missing files
* add simple service test
* add more tests
* reorder imports
* add metrics port
* add missing permissions
* fix port name
must be 15chars or shorter
* remove serving from the upgrade test
* bump image
* fix rbac for upgrade test
* add label for podmonitor
* update latency dashboard
* fix delivery dashboard
* fix tracing
* Apply suggestions from code review
Co-authored-by: Nils Schmidt <[email protected]>
* fix comments
* remove tracing env var support
* dep ensure
* fix latency dashboard
* fix resources/knative-eventing/charts/event-mesh-dashboard/templates/event-mesh-delivery.yaml
* RC from @anishj0shi: Remove dead code and unnecessary type check
* Use same cloudevents client in integration test and adapter
* Incorporate review comments from sayanh
* Incorporate review comments round #2 from sayanh
* Remove copy right note in non-autogenerated files
* Remove copy right note in autogenerated files (using codegen)
* Remove copy right note in resources files
* Use Fatal with zap.Error logging
* Fix style
* Add "Connectivity Validator -> HTTP Source" panel
* Incorporate review comments from marcobebway
* Add post-upgrade hook to delete orphaned ksvcs
* Fix dashboard (order and double graphs in validator->http event source)
* Use internal logger
* Introduce app label for http source pod for inclusion in pods dashboard
* Fix style
Co-authored-by: Nils Schmidt <[email protected]>
Co-authored-by: Nils Schmidt <[email protected]>
// Shamelessly copied from https://github.com/knative/eventing/blob/5631d771968bbf00e64988a0e4217c2915ee778e/pkg/broker/ingress/ingress_handler.go#L116
177
197
// Due to an issue in utils.ContextFrom, we don't retain the original trace context from ctx, so
0 commit comments