-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
47,963 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,356 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=" "> | ||
<title>Page Not Found | Leading Open-Source APM</title> | ||
<link rel="stylesheet" href="css/syntax.css"> | ||
|
||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> | ||
<link rel="stylesheet" href="css/modern-business.css"> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="css/customstyles.css"> | ||
<link rel="stylesheet" href="css/boxshadowproperties.css"> | ||
<!-- most color styles are extracted out to here --> | ||
<link rel="stylesheet" href="css/theme-black.css"> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> | ||
<script src="js/jquery.navgoco.min.js"></script> | ||
|
||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
<!-- Anchor.js --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script> | ||
<script src="js/toc.js"></script> | ||
<script src="js/customscripts.js"></script> | ||
|
||
<link rel="shortcut icon" href="images/favicon.ico"> | ||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<link rel="alternate" type="application/rss+xml" title="pinpoint" href="http://localhost:4000/feed.xml"> | ||
|
||
<script> | ||
$(document).ready(function() { | ||
// Initialize navgoco with default options | ||
$("#mysidebar").navgoco({ | ||
caretHtml: '', | ||
accordion: true, | ||
openClass: 'active', // open | ||
save: false, // leave false or nav highlighting doesn't work right | ||
cookie: { | ||
name: 'navgoco', | ||
expires: false, | ||
path: '/' | ||
}, | ||
slide: { | ||
duration: 400, | ||
easing: 'swing' | ||
} | ||
}); | ||
|
||
$("#collapseAll").click(function(e) { | ||
e.preventDefault(); | ||
$("#mysidebar").navgoco('toggle', false); | ||
}); | ||
|
||
$("#expandAll").click(function(e) { | ||
e.preventDefault(); | ||
$("#mysidebar").navgoco('toggle', true); | ||
}); | ||
|
||
}); | ||
|
||
</script> | ||
<script> | ||
$(function () { | ||
$('[data-toggle="tooltip"]').tooltip() | ||
}) | ||
</script> | ||
<script> | ||
$(document).ready(function() { | ||
$("#tg-sb-link").click(function() { | ||
$("#tg-sb-sidebar").toggle(); | ||
$("#tg-sb-content").toggleClass('col-md-9'); | ||
$("#tg-sb-content").toggleClass('col-md-12'); | ||
$("#tg-sb-icon").toggleClass('fa-toggle-on'); | ||
$("#tg-sb-icon").toggleClass('fa-toggle-off'); | ||
}); | ||
}); | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-inverse navbar-static-top"> | ||
<div class="container topnavlinks"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
<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="fa fa-home fa-lg navbar-brand" href="/pinpoint/index.html"> <span class="projectTitle"> <img src="./images/logo2.png"> </span></a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<!-- toggle sidebar button --> | ||
<li><a id="tg-sb-link" href="#"><i id="tg-sb-icon" class="fa fa-toggle-on"></i> Nav</a></li> | ||
<!-- entries without drop-downs appear here --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="https://github.com/naver/pinpoint" target="_blank">GitHub</a></li> | ||
|
||
|
||
|
||
<li><a href="https://twitter.com/Pinpoint_APM" target="_blank">News</a></li> | ||
|
||
|
||
|
||
<li><a href="https://naver.github.io/pinpoint/resources" target="_blank">Pinpoint Blogs</a></li> | ||
|
||
|
||
|
||
<!-- entries with drop-downs appear here --> | ||
<!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> | ||
|
||
|
||
<li> | ||
|
||
|
||
|
||
<a class="email" title="Submit feedback" href="#" onclick="javascript:window.location='mailto:[email protected]?subject=pinpoint feedback&body=If it\'s an issue please check QnA page in the homepage or Pinpoint GitHub repository https://github.com/naver/pinpoint/issues' "><i class="fa fa-envelope-o"></i> Feedback</a> | ||
|
||
</li> | ||
|
||
|
||
<!--comment out this block if you want to hide search--> | ||
<li> | ||
<!--start search--> | ||
<div id="search-demo-container"> | ||
<input type="text" id="search-input" placeholder="search..."> | ||
<ul id="results-container"></ul> | ||
</div> | ||
<script src="js/jekyll-search.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | ||
SimpleJekyllSearch.init({ | ||
searchInput: document.getElementById('search-input'), | ||
resultsContainer: document.getElementById('results-container'), | ||
dataSource: 'search.json', | ||
searchResultTemplate: '<li><a href="{url}" title="Page Not Found">{title}</a></li>', | ||
noResultsText: 'No results found.', | ||
limit: 10, | ||
fuzzy: true, | ||
}) | ||
</script> | ||
<!--end search--> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- /.container --> | ||
</nav> | ||
|
||
<!-- Page Content --> | ||
|
||
<div class="container"> | ||
|
||
<div id="main"> | ||
<!-- Content Row --> | ||
<div class="row"> | ||
|
||
|
||
<!-- Sidebar Column --> | ||
<div class="col-md-3" id="tg-sb-sidebar"> | ||
<script language="javascript" type="text/javascript"> | ||
$(document).ready(function () { | ||
GetVersionInfo(); | ||
}); | ||
|
||
function GetVersionInfo() { | ||
|
||
var pathname = window.location.pathname; | ||
var path = pathname.slice(10,15); | ||
var versioned = true; | ||
var tempNum1 = path.slice(0,1); | ||
var tempNum2 = path.slice(2,3); | ||
var tempNum3 = path.slice(4,5); | ||
|
||
if($.isEmptyObject(path)){ | ||
versioned = false; | ||
}else{ | ||
if(isNaN(tempNum1) || isNaN(tempNum2) && isNaN(tempNum3)){ | ||
versioned = false; | ||
} | ||
} | ||
|
||
$.getJSON("https://raw.githubusercontent.com/naver/pinpoint/gh-pages/version.json").done(function (data){ | ||
|
||
$.each(data, function(key, value) { | ||
|
||
if(versioned && path == value.ver){ | ||
$('#selbox').append('<option selected="selected" value="http://naver.github.io/pinpoint/'+ value.url +'">'+ value.ver +'</option>'); | ||
}else{ | ||
$('#selbox').append('<option value="http://naver.github.io/pinpoint/'+ value.url +'">'+ value.ver +'</option>'); | ||
} | ||
}) | ||
}); | ||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
<ul id="mysidebar" class="nav"> | ||
<li class="sidebarTitle"> | ||
<tr> | ||
<td> | ||
|
||
</td> | ||
<td> | ||
<select id="selbox" name="ver" onchange="document.location.href=this.value"> | ||
</select> | ||
</td> | ||
</tr> | ||
</li> | ||
<tr></tr> | ||
<tr> <td><iframe src="https://ghbtns.com/github-btn.html?user=naver&repo=pinpoint&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> | ||
<iframe src="https://ghbtns.com/github-btn.html?user=naver&repo=pinpoint&type=fork&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> | ||
</td> </tr> | ||
|
||
<!-- if you aren't using the accordion, uncomment this block: | ||
<p class="external"> | ||
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> | ||
</p> | ||
--> | ||
</ul> | ||
|
||
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> | ||
<script>$("li.active").parents('li').toggleClass("active");</script> | ||
|
||
</div> | ||
|
||
|
||
|
||
<!-- Content Column --> | ||
<div class="col-md-9" id="tg-sb-content"> | ||
<a no_icon href="https://github.com/naver/pinpoint"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a> | ||
<script language="javascript" type="text/javascript"> | ||
$(document).ready(function () { | ||
GetUrl(); | ||
}); | ||
|
||
function GetUrl() { | ||
|
||
var pathname = window.location.pathname; | ||
if(pathname == "/pinpoint/main.html"){ | ||
document.getElementById("pathname").innerHTML = "Snapshot(Unstable)"; | ||
} | ||
} | ||
</script> | ||
|
||
<div class="post-header"> | ||
<h1 class="post-title-main" id="pathname">Page Not Found</h1> | ||
</div> | ||
|
||
|
||
|
||
<div class="post-content"> | ||
|
||
|
||
|
||
|
||
|
||
<!-- this handles the automatic toc. use ## for subheads to auto-generate the on-page minitoc. if you use html tags, you must supply an ID for the heading element in order for it to appear in the minitoc. --> | ||
<script> | ||
$( document ).ready(function() { | ||
// Handler for .ready() called. | ||
|
||
$('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3,h4' }); | ||
|
||
/* this offset helps account for the space taken up by the floating toolbar. */ | ||
$('#toc').on('click', 'a', function() { | ||
var target = $(this.getAttribute('href')) | ||
, scroll_target = target.offset().top | ||
|
||
$(window).scrollTop(scroll_target - 10); | ||
return false | ||
}) | ||
|
||
}); | ||
</script> | ||
|
||
<div id="toc"></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<p>Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct.</p> | ||
|
||
|
||
<div class="tags"> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
<hr class="shaded"/> | ||
|
||
<footer> | ||
<div class="row"> | ||
<div class="col-lg-12 footer"> | ||
©2020 Naver. All rights reserved. <br /> | ||
|
||
|
||
<p><img src="images/company_logo.png" alt="Company logo"/></p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
<!-- /.row --> | ||
</div> | ||
<!-- /.container --> | ||
</div> | ||
<!-- /#main --> | ||
</div> | ||
|
||
</body> | ||
|
||
<!-- the google_analytics_id gets auto inserted from the config file --> | ||
|
||
|
||
|
||
<script>(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','//www.google-analytics.com/analytics.js','ga');ga('create','UA-57786344-4','auto');ga('require','displayfeatures');ga('send','pageview');</script> | ||
|
||
|
||
</html> |
Oops, something went wrong.