You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/01/30 15:58:06 UTC

[pulsar] branch master updated (88f8fa4 -> 211a125)

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

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


    from 88f8fa4  add logging config file (#9365)
     add 211a125  [#9177] add metrics server to go function (#9318)

No new revisions were added by this update.

Summary of changes:
 pulsar-function-go/conf/conf.go                    |  2 +
 pulsar-function-go/conf/conf.yaml                  |  2 +
 pulsar-function-go/go.mod                          |  2 +-
 pulsar-function-go/go.sum                          |  6 +++
 pulsar-function-go/pf/context.go                   |  4 ++
 pulsar-function-go/pf/instance.go                  |  3 ++
 pulsar-function-go/pf/instanceConf.go              |  2 +
 pulsar-function-go/pf/instanceConf_test.go         |  1 +
 pulsar-function-go/pf/stats.go                     | 47 +++++++++++++++++++++-
 pulsar-function-go/pf/stats_test.go                | 18 +++++++++
 .../functions/instance/go/GoInstanceConfig.java    |  2 +
 .../pulsar/functions/runtime/RuntimeUtils.java     |  9 ++++-
 .../pulsar/functions/runtime/RuntimeUtilsTest.java |  3 +-
 .../runtime/kubernetes/KubernetesRuntimeTest.java  |  1 +
 14 files changed, 97 insertions(+), 5 deletions(-)