otel

R API for OpenTelemetry

https://github.com/r-lib/otel

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R API for OpenTelemetry

Basic Info
  • Host: GitHub
  • Owner: r-lib
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage: https://otel.r-lib.org/
  • Size: 2.22 MB
Statistics
  • Stars: 11
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 2
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
always_allow_html: yes
editor_options:
  markdown:
    wrap: sentence
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# otel

> OpenTelemetry API for R packages and projects


![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg) [![R-CMD-check](https://github.com/r-lib/otel/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/otel/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/r-lib/otel/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/otel/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-lib/otel/graph/badge.svg)](https://app.codecov.io/gh/r-lib/otel)


```{r child = system.file(package = "otel", "dox", "intro.Rmd")}
```

To learn how to instrument your R code, see [Getting Started](`r gslink`).
For project status, installation instructions and more, read on.

```{r child = system.file(package = "otel", "dox", "features.Rmd")}
```

```{r child = system.file(package = "otel", "dox", "gs.Rmd")}
```

```{r child = system.file(package = "otel", "dox", "packages.Rmd")}
```

```{r child = system.file(package = "otel", "dox", "reference-docs.Rmd")}
```

```{r child = system.file(package = "otel", "dox", "status.Rmd")}
```

```{r child = system.file(package = "otel", "dox", "version-support.Rmd")}
```

## Installation

Install otel from CRAN:

``` r
# install.packages("pak")
pak::pak("otel")
```

You can install the development version of otel from
[GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("r-lib/otel")
```

```{r child = system.file(package = "otel", "dox", "repositories.Rmd")}
```

## License

MIT © Posit, PBC

Owner

  • Name: R infrastructure
  • Login: r-lib
  • Kind: organization

GitHub Events

Total
  • Create event: 6
  • Release event: 1
  • Issues event: 24
  • Watch event: 9
  • Issue comment event: 28
  • Push event: 105
  • Pull request event: 3
Last Year
  • Create event: 6
  • Release event: 1
  • Issues event: 24
  • Watch event: 9
  • Issue comment event: 28
  • Push event: 105
  • Pull request event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 104
  • Total Committers: 1
  • Avg Commits per committer: 104.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 104
  • Committers: 1
  • Avg Commits per committer: 104.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Gábor Csárdi c****r@g****m 104

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 21
  • Total pull requests: 6
  • Average time to close issues: 5 days
  • Average time to close pull requests: 10 days
  • Total issue authors: 6
  • Total pull request authors: 1
  • Average comments per issue: 0.86
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 21
  • Pull requests: 6
  • Average time to close issues: 5 days
  • Average time to close pull requests: 10 days
  • Issue authors: 6
  • Pull request authors: 1
  • Average comments per issue: 0.86
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gaborcsardi (9)
  • schloerke (6)
  • shikokuchuo (3)
  • jcheng5 (1)
  • atheriel (1)
  • drastega (1)
Pull Request Authors
  • gaborcsardi (6)
Top Labels
Issue Labels
feature (2) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 257 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: otel

OpenTelemetry R API

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 257 Last month
Rankings
Dependent packages count: 25.7%
Dependent repos count: 31.7%
Average: 47.6%
Downloads: 85.5%
Maintainers (1)
Last synced: 11 months ago