Package: otelsdk Title: R SDK and Exporters for OpenTelemetry Version: 0.2.4.9000 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")), person(family = "opentelemetry-cpp authors", role = "ctb") ) Description: OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior. This package contains the OpenTelemetry SDK, and exporters. Use this package to export traces, metrics, logs from instrumented R code. Use the otel package to instrument your R code for OpenTelemetry. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: cmake, protobuf-compiler, libprotobuf, libcurl, zlib, GNU make Imports: otel, utils Suggests: callr, cli, curl, gh, jsonlite, processx, ps, rlang, spelling, testthat (>= 3.0.0), webfakes, withr Config/testthat/edition: 3 Config/testthat/parallel: TRUE URL: https://otelsdk.r-lib.org, https://github.com/r-lib/otelsdk Config/Needs/check: r-lib/otel, gaborcsardi/testthatlabs Config/Needs/coverage: r-lib/otel, gaborcsardi/testthatlabs Config/Needs/website: tidyverse/tidytemplate, r-lib/otel BugReports: https://github.com/r-lib/otelsdk/issues Config/pak/sysreqs: cmake make libprotobuf-dev protobuf-compiler libprotoc-dev zlib1g-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-04-08 11:08:13 UTC RemoteUrl: https://github.com/r-lib/otelsdk RemoteRef: HEAD RemoteSha: 0cf2ad93631944d28142e941ae9ac5cab107f478 NeedsCompilation: yes Packaged: 2026-06-23 20:39:17 UTC; root Author: Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ), opentelemetry-cpp authors [ctb] Maintainer: Gábor Csárdi