Severin Neumann
Severin Neumann
Minor addition to the python metrics in the "Getting Started": instrumentation libraries for flask and other frameworks come with ootb metrics (http.server.active_requests & http.server.duration), which I found worth mentioning.
Related: #1852 & 1844 I am wondering if we can find a way to create registry entries for the non-third-party-plugins & keep them updated semi-automatically?
Preview: https://deploy-preview-1731--opentelemetry.netlify.app/ Based on the discussion we had yesterday, here's a draft for a persona based documentation. **The purpose of this draft is to kick off a discussion and is...
- [x] Adding a call to `AddService()` between _these_ lines (see https://github.com/open-telemetry/opentelemetry.io/pull/1795#discussion_r991028322 for the line numbers) - [ ] Add resource detection with a Detector (like JS for `container.id` ->...
# What needs to be changed? As discussed in #1769 we want to have typescript code snippets alongside the javascript one. We want to use tabbing like the elixir/erlang documentation...
Goal of this workflow is to regularly check for collector version updates and then provide a PR to upgrade them. Most of the implementation is taken from @jpkrohling's work referenced...
We have a few projects within OTel that are currently not having a proper place within our docs (maybe mentioned somewhere put not as highlighted as the languages & collector):...
Right now all the different language instrumentation documentations have different names & different order for their documentation. We should incrementally standardize: * Have a set of common pages (Getting Started,...
This is a follow-up to @trask's question (#1661): Sub-projects like [opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation), [opentelemetry-dotnet-instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation) & [python's opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-distro) provide a solution that is described as _"layer that adds OpenTelemetry instrumentation to a service...
via https://github.com/open-telemetry/opentelemetry-cpp/issues/1589 We'd like to grow the user docs for C++ on opentelemetry.io. We want to have a page on "Resources", with the following content (if applicable): * Resources that...