-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (139 loc) · 7.22 KB
/
index.html
File metadata and controls
176 lines (139 loc) · 7.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SoftLayer API Examples, implementations, and release notes.">
<meta name="author" content="SoftLayer">
<title> - https://sldn.softlayer.com/</title>
<link rel="canonical" href="https://sldn.softlayer.com/java/metricTrackingObject/">
<link href="https://sldn.softlayer.com/css/main.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/bootstrap.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/custom.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/monokai.css" rel="stylesheet">
<link href="https://sldn.softlayer.com/css/highlight/solarized_dark.css" rel="stylesheet">
<script src="https://sldn.softlayer.com/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="shortcut icon" href="https://sldn.softlayer.com/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato" />
<script src="https://sldn.softlayer.com/js/jquery-3.3.1.min.js"></script>
<script src="https://sldn.softlayer.com/js/sldn.js"></script>
<link href="https://sldn.softlayer.com/fontawesome/css/fontawesome.min.css" rel="stylesheet" type="text/css">
<link href="https://sldn.softlayer.com/fontawesome/css/brands.min.css" rel="stylesheet" type="text/css">
<link href="https://sldn.softlayer.com/fontawesome/css/solid.min.css" rel="stylesheet" type="text/css">
<script defer src="https://sldn.softlayer.com/fontawesome/js/solid.min.js"></script>
<script defer src="https://sldn.softlayer.com/fontawesome/js/brands.min.js"></script>
<script defer src="https://sldn.softlayer.com/fontawesome/js/fontawesome.min.js"></script>
<script>
$(document).ready(function() {
$('table').addClass("table table-hover table-striped")
})
</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88235803-1', 'auto');
ga('send', 'pageview');
}
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://sldn.softlayer.com/">SoftLayer API</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://sldn.softlayer.com/article/">Articles</a></li>
<li><a href="https://sldn.softlayer.com/reference/softlayerapi">Documentation</a></li>
<li><a href="https://sldn.softlayer.com/go/">Go</a></li>
<li><a href="https://sldn.softlayer.com/java/">Java</a></li>
<li><a href="https://sldn.softlayer.com/perl/">Perl</a></li>
<li><a href="https://sldn.softlayer.com/php/">PHP</a></li>
<li><a href="https://sldn.softlayer.com/python/">Python</a></li>
<li><a href="https://sldn.softlayer.com/rest/">Rest</a></li>
<li><a href="https://sldn.softlayer.com/ruby/">Ruby</a></li>
<li><a href="https://sldn.softlayer.com/tools/">Tools</a></li>
</ul>
<div id="custom-search-input" class="pull-right">
<form class="navbar-form" role="search" method="get" action="https://www.bing.com/search">
<div class="input-group col-md-12">
<input type="text" class="form-control input-md" placeholder="Search" name="q" id="srch-term">
<input type="hidden" name="q1" value="site:sldn.softlayer.com" />
<div class="input-group-btn">
<button class="btn btn-info" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-3">
<div style="word-wrap: break-word;">
<h4>January 1, 0001<br></h4>
</div>
</div>
<div class="col-md-9">
<strong>Classes <span class="fa fa-book"/></strong>
<br>
<strong>Tags <span class="fa fa-tags"/></strong>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<div class="well well-sm article" style="word-wrap: break-word;">
<div class="article-title">
<h1></h1>
<small></small>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="row">
<div class="col-md-6">
<div class="well well-sm" style="word-wrap: break-word;">
<strong>Feedback? <span class="fas fa-comment"/></strong>
<p>
If this article contains any error, or leaves any of your questions unanswered, please help us out by
opening up a github issue.<br>
<a class="" href="https://github.com/softlayer/githubio_source/issues/new?title=Feedback%20for%20java%20-%20&body=Feedback+regarding%3A%20https%3a%2f%2fsldn.softlayer.com%2fjava%2fmetricTrackingObject%2f"> Open an issue</a>
<i class="fab fa-github" alt="github"></i>
</p>
</div>
</div>
</div>
</div>
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
<p>© SoftLayer 2020<br>
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>
</div>
<script src="https://sldn.softlayer.com/js/jquery.js"></script>
<script src="https://sldn.softlayer.com/js/bootstrap.js"></script>
</body>
</html>