Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExplorViz
explorviz-github-archive
monitoring
Commits
26734d98
Commit
26734d98
authored
10 years ago
by
Florian Fittkau
Browse files
Options
Downloads
Patches
Plain Diff
minor
parent
ba63faf9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/explorviz/live_trace_processing/main/MonitoringController.java
+3
-3
3 additions, 3 deletions
...rviz/live_trace_processing/main/MonitoringController.java
with
3 additions
and
3 deletions
src/explorviz/live_trace_processing/main/MonitoringController.java
+
3
−
3
View file @
26734d98
...
@@ -43,8 +43,8 @@ public class MonitoringController {
...
@@ -43,8 +43,8 @@ public class MonitoringController {
private
static
boolean
initialized
=
false
;
private
static
boolean
initialized
=
false
;
static
{
static
{
remoteConfigurationServlet
=
new
RemoteConfigurationServlet
();
//
remoteConfigurationServlet = new RemoteConfigurationServlet();
new
Thread
(
remoteConfigurationServlet
).
start
();
//
new Thread(remoteConfigurationServlet).start();
final
Configuration
configuration
=
ConfigurationFactory
.
createSingletonConfiguration
();
final
Configuration
configuration
=
ConfigurationFactory
.
createSingletonConfiguration
();
setMonitoringEnabled
(
configuration
setMonitoringEnabled
(
configuration
...
@@ -181,7 +181,7 @@ public class MonitoringController {
...
@@ -181,7 +181,7 @@ public class MonitoringController {
}
catch
(
final
InterruptedException
e1
)
{
}
catch
(
final
InterruptedException
e1
)
{
}
}
remoteConfigurationServlet
.
stop
();
//
remoteConfigurationServlet.stop();
disruptor
.
shutdown
();
disruptor
.
shutdown
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment