We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23091b commit 489a5d1Copy full SHA for 489a5d1
1 file changed
README.md
@@ -1,17 +1,16 @@
1
-
2
# PHP OpenTracing API using Jaeger
3
4
5
## Installation
6
7
-```
+```bash
8
composer require code-tool/jaeger-client-php
9
```
10
11
## Getting Started
12
13
-It is strictly advised to use any form of DI container (e.g. [Symfony](https://github.com/code-tool/jaeger-client-symfony-bridge)).
14
-```$xslt
+It is strictly advised to use any form of DI container (e.g. [Symfony Bundle](https://github.com/code-tool/jaeger-client-symfony-bridge)).
+
+```php
15
<?php
16
17
$span = $tracer->start('Parent Operation Name', [new StringTag('test.tag', 'Hello world in parent')]);
0 commit comments