From 7092a1e85ddfd8e705cbc8ef752c26df944a237a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 21:27:10 +0300 Subject: OPENTELEMETRY_HOST -> OPENTELEMETRY_ENDPOINT --- classes/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/config.php') diff --git a/classes/config.php b/classes/config.php index 302a5763e..50ad8c10f 100644 --- a/classes/config.php +++ b/classes/config.php @@ -193,7 +193,7 @@ class Config { const HTTP_429_THROTTLE_INTERVAL = "HTTP_429_THROTTLE_INTERVAL"; /** host running Jaeger collector to receive traces (disabled if empty) */ - const OPENTELEMETRY_HOST = "OPENTELEMETRY_HOST"; + const OPENTELEMETRY_ENDPOINT = "OPENTELEMETRY_ENDPOINT"; /** Jaeger service name */ const OPENTELEMETRY_SERVICE = "OPENTELEMETRY_SERVICE"; @@ -255,7 +255,7 @@ class Config { Config::HTTP_USER_AGENT => [ 'Tiny Tiny RSS/%s (https://tt-rss.org/)', Config::T_STRING ], Config::HTTP_429_THROTTLE_INTERVAL => [ 3600, Config::T_INT ], - Config::OPENTELEMETRY_HOST => [ "", Config::T_STRING ], + Config::OPENTELEMETRY_ENDPOINT => [ "", Config::T_STRING ], Config::OPENTELEMETRY_SERVICE => [ "tt-rss", Config::T_STRING ], ]; -- cgit v1.2.3