Skip to content

Commit

Permalink
Add PHP version to JAEGER_CLIENT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgeorge committed Nov 2, 2017
1 parent cd87d98 commit 6153ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jaeger/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// be found in the UI using this value as a correlation ID.
const DEBUG_ID_HEADER_KEY = 'jaeger-debug-id';

const JAEGER_CLIENT_VERSION = 'PHP';
const JAEGER_CLIENT_VERSION = 'PHP-' . PHP_VERSION;

// Tracer-scoped tag that tells the version of Jaeger client library
const JAEGER_VERSION_TAG_KEY = 'jaeger.version';
Expand Down

0 comments on commit 6153ac3

Please sign in to comment.