2021-04-15 05:12:02 UTC - agnitha mohan: Hello everyone. I just joined the slack today and I’m happy to be here.
I’m building a monitoring tool for openwhisk that produces traces and aggregates other metrics. I’ve deployed openwhisk to Kubernetes by following <https://github.com/apache/openwhisk-deploy-kube|openwhisk-deploy-kube> using kind and the helm charts. I was wondering if anyone had a working openwhisk application(built outside of bluemix) that I can my use to see if my traces are accurate. I was also figuring out how to produce traces when external event sources are involved(eg. a redis trigger feed). For this, I tried to setup the <https://github.com/apache/openwhisk-pluggable-provider|openwhisk-pluggable-provider> but I faced a lot of problems. I raised an <https://github.com/apache/openwhisk-pluggable-provider/issues/12|issue> regarding the same. (Link - <https://github.com/apache/openwhisk-pluggable-provider/issues/12>) . Can someone help me out with this? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1618463522141400?thread_ts=1618463522.141400&cid=C3TPCAQG1 ---- 2021-04-15 15:49:19 UTC - Ben Carver: I have a quick question. Is it possible to issue an HTTP/TCP request to an already-running function? For example, could a function expose a simple TCP/HTTP webserver that I could issue requests/queries to? (Assuming I've deployed OpenWhisk on either Google Kubernetes Engine or on Google Compute Engine within a single VM via Docker-Compose.) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1618501759142300?thread_ts=1618501759.142300&cid=C3TPCAQG1 ----