Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OnGres Inc.
pgio
Commits
73362ede
Commit
73362ede
authored
Feb 11, 2019
by
Ahmad Sherif
Browse files
Update PrometheusService.java
parent
9e3209d8
Pipeline
#30173
passed with stage
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main/src/main/java/com/ongres/pgio/main/PrometheusService.java
View file @
73362ede
...
...
@@ -42,6 +42,8 @@ public class PrometheusService extends NanoHTTPD {
public
PrometheusService
(
Config
config
)
throws
IOException
{
super
(
config
.
getPrometheusBind
().
getHostName
(),
config
.
getPrometheusPort
());
System
.
out
.
println
(
config
.
getPrometheusBind
().
getHostName
());
System
.
out
.
println
(
config
.
getPrometheusPort
());
start
(
NanoHTTPD
.
SOCKET_READ_TIMEOUT
,
false
);
this
.
config
=
config
;
}
...
...
Write
Preview
Supports
Markdown
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