PHPackages                             zucco/exporter-azure - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zucco/exporter-azure

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zucco/exporter-azure
====================

Exporter for Azure Insights

1.0.0(1y ago)07Apache-2.0PHPPHP ^8.1

Since Oct 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/BraZucco/exporter-azure)[ Packagist](https://packagist.org/packages/zucco/exporter-azure)[ RSS](/packages/zucco-exporter-azure/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

[![Releases](https://camo.githubusercontent.com/46e38a504120203bf7615645011bcf2bb834e03e8eb0bc8e0f4864c729fd5baf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c65617365732d707572706c65)](https://github.com/opentelemetry-php/exporter-otlp/releases)[![Source](https://camo.githubusercontent.com/2a451139c040f0f6d184e8ef7dd65801cd781d97494cbc65f2cd5262d91410fa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6578706f727465722d2d6f746c702d677265656e)](https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Contrib/Otlp)[![Mirror](https://camo.githubusercontent.com/326a44ae86fc815f1411fb9b6e0c500916561f72da51372f69c0428aa7266952/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6972726f722d6f70656e74656c656d657472792d2d7068703a6578706f727465722d2d6f746c702d626c7565)](https://github.com/opentelemetry-php/exporter-otlp)[![Latest Version](https://camo.githubusercontent.com/72dbcd986a452a37ecb8596f360d074a790fc28696cd44a45ac4e8d0303703ef/687474703a2f2f706f7365722e707567782e6f72672f6f70656e2d74656c656d657472792f6578706f727465722d6f746c702f762f756e737461626c65)](https://packagist.org/packages/open-telemetry/exporter-otlp/)[![Stable](https://camo.githubusercontent.com/98d590b0a9bfc06d0618580f278b41cbfa55e49f3db480b7df97e9491110ca68/687474703a2f2f706f7365722e707567782e6f72672f6f70656e2d74656c656d657472792f6578706f727465722d6f746c702f762f737461626c65)](https://packagist.org/packages/open-telemetry/exporter-otlp/)

OpenTelemetry OTLP exporter
===========================

[](#opentelemetry-otlp-exporter)

Documentation
-------------

[](#documentation)

Usage
-----

[](#usage)

See [https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/traces/exporters/otlp\_http.php](https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/traces/exporters/otlp_http.php)

Http transport
--------------

[](#http-transport)

```
$transport = (new \OpenTelemetry\Contrib\Otlp\OtlpHttpTransportFactory())->create('http://collector:4318', 'application/json');
$exporter = new \OpenTelemetry\Contrib\Otlp\SpanExporter($transport);
```

gRPC transport
--------------

[](#grpc-transport)

To export over gRPC, you will need to additionally install the `open-telemetry/transport-grpc` package.

Protobuf Runtime library
------------------------

[](#protobuf-runtime-library)

OTLP exporting requires a [protobuf implementation](https://github.com/protocolbuffers/protobuf/tree/main/php).

The `open-telemetry/gen-otlp-protobuf` requires the `google/protobuf` native implementation. It's fine for development, but not recommended for production usage.

The recommended option for production is to install the Protobuf C extension for PHP. The extension makes exporting *significantly* more performant. This can be easily installed with the following command:

```
pecl install protobuf
```

Contributing
------------

[](#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).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

627d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93958?v=4)[Zucco](/maintainers/Zucco)[@zucco](https://github.com/zucco)

### Embed Badge

![Health badge](/badges/zucco-exporter-azure/health.svg)

```
[![Health](https://phpackages.com/badges/zucco-exporter-azure/health.svg)](https://phpackages.com/packages/zucco-exporter-azure)
```

###  Alternatives

[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M344](/packages/drupal-core-dev)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[affordablemobiles/g-serverless-support-laravel

Google Serverless runtime support for Laravel apps

3313.5k](/packages/affordablemobiles-g-serverless-support-laravel)[traceway/opentelemetry-symfony

Pure-PHP OpenTelemetry instrumentation for Symfony — automatic HTTP, Console, HttpClient, Messenger, Doctrine DBAL, Cache, Twig tracing and Monolog log-trace correlation with response propagation, a lightweight Tracing helper, route templates, and semantic conventions. No C extension required (ext-protobuf recommended for production).

7812.6k](/packages/traceway-opentelemetry-symfony)[plunkettscott/laravel-otel

OpenTelemetry for Laravel

284.7k](/packages/plunkettscott-laravel-otel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
