From 6153ac3951327115d86be9eb1a973b5644e8e867 Mon Sep 17 00:00:00 2001 From: Jonah George Date: Thu, 2 Nov 2017 18:10:48 -0400 Subject: [PATCH] Add PHP version to JAEGER_CLIENT_VERSION --- src/Jaeger/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jaeger/Constants.php b/src/Jaeger/Constants.php index 4e5da81..7685f6e 100644 --- a/src/Jaeger/Constants.php +++ b/src/Jaeger/Constants.php @@ -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';