From 350584fc09ea37972e74993d05b03e55839d7dab Mon Sep 17 00:00:00 2001 From: ushell <6017594+ushell@users.noreply.github.com> Date: Fri, 25 Dec 2020 10:11:53 +0800 Subject: [PATCH] Optimized code for prometheus which support `https` not only `http`. (#3009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Optimized code for prometheus which support `https` not only `http`. * Update composer.json * Format code. Co-authored-by: 李铭昕 <715557344@qq.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7b6f18..0a67d81 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "hyperf/guzzle": "~2.1.0", "hyperf/utils": "~2.1.0", "jcchavezs/zipkin-opentracing":"^0.2.0", - "opentracing/opentracing":"^1.0" + "opentracing/opentracing":"1.0.0-beta6" }, "require-dev": { "hyperf/event": "~2.1.0",