Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentelemetry-php/sem-conv
[READONLY] The Semantic conventions for OpenTelemetry PHP
https://github.com/opentelemetry-php/sem-conv
Last synced: about 1 month ago
JSON representation
[READONLY] The Semantic conventions for OpenTelemetry PHP
- Host: GitHub
- URL: https://github.com/opentelemetry-php/sem-conv
- Owner: opentelemetry-php
- Created: 2022-05-24T16:14:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T09:57:52.000Z (3 months ago)
- Last Synced: 2024-10-19T13:21:19.782Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 132 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Releases](https://img.shields.io/badge/releases-purple)](https://github.com/opentelemetry-php/sem-conv/releases)
[![Source](https://img.shields.io/badge/source-sem--conv-green)](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/SemConv)
[![Mirror](https://img.shields.io/badge/mirror-opentelemetry--php:sem--conv-blue)](https://github.com/opentelemetry-php/sem-conv)
[![Latest Version](http://poser.pugx.org/open-telemetry/sem-conv/v/unstable)](https://packagist.org/packages/open-telemetry/sem-conv/)
[![Stable](http://poser.pugx.org/open-telemetry/sem-conv/v/stable)](https://packagist.org/packages/open-telemetry/sem-conv/)# OpenTelemetry Semantic Conventions
Common semantic conventions used by OpenTelemetry implementations across all languages.
Please note that Semantic Conventions are tagged with the version of the
[Semantic Conventions](https://github.com/open-telemetry/semantic-conventions/tags) that they were generated from.See https://opentelemetry.io/docs/concepts/semantic-conventions/.
## Installation
```shell
composer require open-telemetry/sem-conv
```## Contributing
This repository is a read-only git subtree split.
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).