Using CircleCI to push packages to Cloudsmith
A short demo of how you can use a CircleCI pipeline and the Cloudsmith CircleCI Orb to push a package to a private Cloudsmith repository.
In this tutorial, we will go through a working example of a Python application auto-instrumented with OpenTelemetry. To keep things simple, we will create a basic “Hello World” application using Flask, instrument it with OpenTelemetry’s Python client library to generate trace data and send it to an OpenTelemetry Collector. The Collector will then export the trace data to an external distributed tracing analytics tool of our choice.