openfaas / docs

Official Docs for OpenFaaS
https://docs.openfaas.com/
MIT License
67 stars 102 forks source link

Document how to support opentracing in functions #137

Open LucasRoesler opened 5 years ago

LucasRoesler commented 5 years ago

Proposed change

We should discuss and hint at how to support opentracing or tracing in general for functions. This is not about tracing the internals of OpenFaaS but supporting developers to add tracing to their functions.

Context

This has been asked about several times in Slack and also here https://github.com/openfaas/faas-netes/issues/272

alexellis commented 5 years ago

Ping @LucasRoesler

blaisep commented 5 years ago

Hi @alexellis , @LucasRoesler , I'm just starting to look into the matter of observability in OpenFAAS, and I'm noticing the need for a pattern that {converges, includes, associates} metrics, logs and tracing. I think this will be particularly helpful in the context of OpenFAAS cloud, which introduces Tenancy and Accounting as additional dimensions.

alexellis commented 3 years ago

I'd be interested in seeing you write up a short tutorial using Tempo. What do you think @LucasRoesler ?