Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
45a0bfd8
Commit
45a0bfd8
authored
Oct 23, 2018
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14910 from izeye
* gh-14910: Use Commons Logging for PrometheusPushGatewayManager
parents
fd20618f
c3ac423f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
PrometheusPushGatewayManager.java
...trics/export/prometheus/PrometheusPushGatewayManager.java
+4
-4
No files found.
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/export/prometheus/PrometheusPushGatewayManager.java
View file @
45a0bfd8
...
@@ -25,8 +25,8 @@ import java.util.concurrent.ScheduledFuture;
...
@@ -25,8 +25,8 @@ import java.util.concurrent.ScheduledFuture;
import
io.prometheus.client.CollectorRegistry
;
import
io.prometheus.client.CollectorRegistry
;
import
io.prometheus.client.exporter.PushGateway
;
import
io.prometheus.client.exporter.PushGateway
;
import
org.
slf4j.Logger
;
import
org.
apache.commons.logging.Log
;
import
org.
slf4j.Logger
Factory
;
import
org.
apache.commons.logging.Log
Factory
;
import
org.springframework.scheduling.TaskScheduler
;
import
org.springframework.scheduling.TaskScheduler
;
import
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
;
import
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
;
...
@@ -44,8 +44,8 @@ import org.springframework.util.StringUtils;
...
@@ -44,8 +44,8 @@ import org.springframework.util.StringUtils;
*/
*/
public
class
PrometheusPushGatewayManager
{
public
class
PrometheusPushGatewayManager
{
private
static
final
Log
ger
logger
=
Logger
Factory
private
static
final
Log
logger
=
Log
Factory
.
getLog
ger
(
PrometheusPushGatewayManager
.
class
);
.
getLog
(
PrometheusPushGatewayManager
.
class
);
private
final
PushGateway
pushGateway
;
private
final
PushGateway
pushGateway
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment