Annie Fu

Results 9 comments of Annie Fu

The upcoming metrics plan that Evan wrote up https://github.com/knative/pkg/blob/master/metrics/README.md is primarily about moving to a centralized collector service model for metrics. Since, the OpenCensus Collector Service agent and the OpenTelemetry...

In terms of https://github.com/knative/eventing-contrib/pull/1155, tracing and metrics in Knative are handled completely separately right now, so it is possible to migrate to OpenTelemetry for tracing, but not metrics. I'm not...

Could you give a code example? I would expect if you are using the new package, you already have a required import in your function code for "github.com/GoogleCloudPlatform/functions-framework-go/functions" and shouldn't...

This is actually the officially documented behavior for the Go 1.16 runtime: https://cloud.google.com/functions/docs/concepts/go-runtime The error message is worse though because the detection isn't quite advanced enough to differentiate between subpackages...

Oh, I think by before #99, you mean `v1.4.0`. That was a bad release of Functions Framework that was incompatible with GCF. We moved the new declarative functions to make...

Looks like this was self-fixed. Thanks!

Does this work? https://stackoverflow.com/questions/3007253/post-xml-file-using-curl-command-line

2 - merge. In addition to above previously mentioned reasons, because eventing is dependent on serving version, the eventing operator would always have to have built-in logic regarding serving CR...

It makes sense to give observability its own operator, but we should encourage having monitoring on by making it as easy as possible to update and enabling it by default,...