You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ch...@apache.org on 2019/10/07 09:22:03 UTC

[openwhisk] branch master updated (b7614df -> 30813d0)

This is an automated email from the ASF dual-hosted git repository.

chetanm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git.


    from b7614df  Standalone God mode (#4670)
     add 30813d0  Expose Kafka metrics for User Event consumer as json endpoint (#4665)

No new revisions were added by this update.

Summary of changes:
 common/scala/src/main/resources/application.conf   | 11 +++-
 .../openwhisk/connector/kafka/KafkaMetrics.scala   | 75 ++++++++++++++++++++++
 .../connector/kafka/KamonMetricsReporter.scala     |  1 +
 .../core/monitoring/metrics/EventConsumer.scala    | 14 +++-
 .../core/monitoring/metrics/OpenWhiskEvents.scala  |  3 +-
 .../monitoring/metrics/PrometheusEventsApi.scala   |  7 +-
 .../connector/kafka/KafkaMetricsTests.scala        | 54 ++++++++++++++++
 7 files changed, 159 insertions(+), 6 deletions(-)
 create mode 100644 common/scala/src/main/scala/org/apache/openwhisk/connector/kafka/KafkaMetrics.scala
 create mode 100644 tests/src/test/scala/org/apache/openwhisk/connector/kafka/KafkaMetricsTests.scala