This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 9b48a85 Fix #1662 ascii doc warning about go source snippet
new a2d3623 [test] Create integration test for exposing metrics to
prometheus
new e5fdc4b [fix] Exclude Openshift tests from knative github action
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/knative.yml | 3 +-
e2e/yaks/monitoring/Metrics.java | 77 ++++++++++++++++++++++
e2e/yaks/monitoring/app/pom.xml | 52 +++++++++++++++
.../java/org/apache/camel/integration/Service.java | 49 ++++++++++++++
e2e/yaks/monitoring/metrics.feature | 29 ++++++++
e2e/yaks/monitoring/obtainToken.sh | 7 ++
e2e/yaks/{knative => monitoring}/yaks-config.yaml | 14 ++--
jitpack.yml | 4 ++
8 files changed, 226 insertions(+), 9 deletions(-)
create mode 100644 e2e/yaks/monitoring/Metrics.java
create mode 100644 e2e/yaks/monitoring/app/pom.xml
create mode 100644
e2e/yaks/monitoring/app/src/main/java/org/apache/camel/integration/Service.java
create mode 100644 e2e/yaks/monitoring/metrics.feature
create mode 100755 e2e/yaks/monitoring/obtainToken.sh
copy e2e/yaks/{knative => monitoring}/yaks-config.yaml (78%)
create mode 100644 jitpack.yml