Create a small tutorial about iOS app instrumentation with Opentelemetry
It would be great if we could create a small tutorial explaining how to instrument an iOS app with opentelemetry easily. Showing examples of span relationship, resource reading and network automatic instrumentation. It could use a simple App crated for it or instrument any opensource existing app out there. It could be published in the Opentelemetry blog.
@vvydier was working on it
Hi @vvydier , any update on this?
No tutorials so far, but we have official documentation with some detailed instructions, not focused on iOS though.
This is a great idea! Especially since Swift is widely used for writing iOS app. But for this issue, we need to create a new target/scheme for the example iOS app. Do you expect the example app added inside this repository or outside this repository @nachoBonafonte @vvydier ?
Outside this repository, as it is very platform specific. We could refer to it both in the documentation and in the Readme.
I can create a dice iOS app that follows the same pattern for open telemetry examples for other languages in the docs repository
There is also some updated documentation and sample code released recently here
@vvydier I can help you on this one
@nachoBonafonte should this repo be under OpenTelemetry too?