-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.5 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: otelsdk
Title: R SDK and Exporters for OpenTelemetry
Version: 0.2.2.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