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
a17223bf
Commit
a17223bf
authored
Feb 11, 2019
by
Ahmad Sherif
Browse files
meh!
parent
592f1e38
Pipeline
#30167
failed with stage
in 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a17223bf
...
...
@@ -4,8 +4,6 @@ before_script:
-
curl "https://www-us.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz" -o apache-maven-3.6.0-bin.tar.gz
build
:
only
:
-
tags
variables
:
GRAALVM_HOME
:
/opt/graalvm-ce-1.0.0-rc11
script
:
...
...
main/src/main/java/com/ongres/pgio/main/PrometheusService.java
View file @
a17223bf
...
...
@@ -41,6 +41,7 @@ public class PrometheusService extends NanoHTTPD {
public
PrometheusService
(
Config
config
)
{
super
(
config
.
getPrometheusBind
().
getHostName
(),
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