opentelemetry-pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Nov. 15, 2023
Updated
Nov. 15, 2023

README excerpt

# OpenTelemetry-Pharo
[OpenTelemetry](https://opentelemetry.io/) SDK and instrumentations for [Pharo](https://pharo.org/).  
Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior.

## Installation

```st
Metacello new
  githubUser: 'Gabriel-Darbord' project: 'opentelemetry-pharo' commitish: 'main' path: 'src';
  baseline: 'OpenTelemetry';
  load
```
← Back to results