Skip to content

Commit 3c3420c

Browse files
brettmccartermp
andauthored
update PHP registry entries (open-telemetry#3456)
Co-authored-by: Phillip Carter <[email protected]>
1 parent 3dc16be commit 3c3420c

11 files changed

+116
-3
lines changed

data/registry/exporter-php-grpc.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: OTLP/gRPC Exporter
2+
registryType: exporter
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
- exporter
8+
- grpc
9+
repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Contrib/Grpc
10+
license: Apache 2.0
11+
description:
12+
This library allows exporting telemetry data in the OpenTelemetry Protocol
13+
(OTLP) over gRPC.
14+
authors: OpenTelemetry Authors
15+
otVersion: latest
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# cSpell:ignore CodeIgniter codeigniter
2+
title: OpenTelemetry CodeIgniter auto-instrumentation
3+
registryType: instrumentation
4+
isThirdParty: false
5+
language: php
6+
tags:
7+
- codeigniter
8+
- instrumentation
9+
- php
10+
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/CodeIgniter
11+
license: Apache 2.0
12+
description: Instrumentation Library for the CodeIgniter Framework
13+
authors: OpenTelemetry Authors
14+
otVersion: latest

data/registry/logs-php-monolog.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
title: Monolog Appender
2+
registryType: core
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
- logs
8+
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Logs/Monolog
9+
license: Apache 2.0
10+
description: MonoLog Log Appender for PHP.
11+
authors: OpenTelemetry Authors
12+
otVersion: latest

data/registry/otel-php-api.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: PHP API
2+
registryType: core
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/API
8+
license: Apache 2.0
9+
description: The OpenTelemetry API for PHP.
10+
authors: OpenTelemetry Authors
11+
otVersion: latest

data/registry/otel-php-autoinstrumentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
repo: https://github.com/open-telemetry/opentelemetry-php-instrumentation
99
license: Apache 2.0
1010
description:
11-
Experimental extension for OpenTelemetry, to enable auto-instrumentation. It
12-
is based on zend_observer and requires PHP8+
11+
Extension for OpenTelemetry, to enable auto-instrumentation. It is based on
12+
zend_observer and requires PHP8+
1313
authors: OpenTelemetry Authors
1414
otVersion: latest

data/registry/otel-php-context.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: PHP Context
2+
registryType: core
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Context
8+
license: Apache 2.0
9+
description: OpenTelemetry Context for PHP.
10+
authors: OpenTelemetry Authors
11+
otVersion: latest

data/registry/otel-php-sdk.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: PHP SDK
2+
registryType: core
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/SDK
8+
license: Apache 2.0
9+
description: The OpenTelemetry SDK for PHP.
10+
authors: OpenTelemetry Authors
11+
otVersion: latest

data/registry/otel-php-semconv.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
title: PHP SemConv
2+
registryType: core
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/SemConv
8+
license: Apache 2.0
9+
description: OpenTelemetry Semantic Conventions for PHP.
10+
authors: OpenTelemetry Authors
11+
otVersion: latest

data/registry/otel-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tags:
66
- php
77
repo: https://github.com/open-telemetry/opentelemetry-php
88
license: Apache 2.0
9-
description: The OpenTelemetry API and SDK for PHP.
9+
description: The OpenTelemetry Core repository for PHP.
1010
authors: OpenTelemetry Authors
1111
otVersion: latest
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
title: OpenTelemetry Resource Detector for Container
2+
registryType: resource-detector
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- container
7+
- resource-detector
8+
- php
9+
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/ResourceDetectors/Container
10+
license: Apache 2.0
11+
description: Resource detector for container ID.
12+
authors: OpenTelemetry Authors
13+
otVersion: latest
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: OpenTelemetry B3 context propagation
2+
registryType: extension
3+
isThirdParty: false
4+
language: php
5+
tags:
6+
- php
7+
- b3
8+
- extension
9+
- propagator
10+
repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Extension/Propagator/B3
11+
license: Apache 2.0
12+
description: >
13+
This library provides support for propagating trace context in the B3 format.
14+
authors: OpenTelemetry Authors
15+
otVersion: latest

0 commit comments

Comments
 (0)