Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pccomponentes/apm-dompdf
Elastic APM for Dompdf
https://github.com/pccomponentes/apm-dompdf
apm dompdf elasticsearch
Last synced: about 2 months ago
JSON representation
Elastic APM for Dompdf
- Host: GitHub
- URL: https://github.com/pccomponentes/apm-dompdf
- Owner: PcComponentes
- License: mit
- Created: 2020-05-28T06:45:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T07:18:33.000Z (over 4 years ago)
- Last Synced: 2024-05-28T14:07:59.889Z (7 months ago)
- Topics: apm, dompdf, elasticsearch
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elastic APM for Dompdf
This library supports Span traces of [Dompdf](https://github.com/dompdf/dompdf) renderings.
## Installation
1) Install via [composer](https://getcomposer.org/)
```shell script
composer require pccomponentes/apm-dompdf
```## Usage
In all cases, an already created instance of [ElasticApmTracer](https://github.com/zoilomora/elastic-apm-agent-php) is assumed.
### Instantiate directly
```php
create();
```## License
Licensed under the [MIT license](http://opensource.org/licenses/MIT)Read [LICENSE](LICENSE) for more information