mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +00:00
115 lines
3.5 KiB
Plaintext
115 lines
3.5 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
http-equiv="Cache-Control"
|
|
content="no-cache, no-store, must-revalidate, max-age: 0"
|
|
/>
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
|
|
<title data-react-helmet="true">
|
|
Open source Observability platform | SigNoz
|
|
</title>
|
|
<meta
|
|
data-react-helmet="true"
|
|
property="og:title"
|
|
content="Open source Observability platform | SigNoz"
|
|
/>
|
|
<meta
|
|
data-react-helmet="true"
|
|
name="description"
|
|
content="SigNoz is an open source observability platform to help you find issues in your deployed applications & solve them quickly. It provides a single pane of glass for metrics, traces and logs with deep filtering and aggregation to pin down specific issues very quickly."
|
|
/>
|
|
<meta
|
|
data-react-helmet="true"
|
|
property="og:description"
|
|
content="SigNoz is an open source observability platform to help you find issues in your deployed applications & solve them quickly. It provides a single pane of glass for metrics, traces and logs with deep filtering and aggregation to pin down specific issues very quickly."
|
|
/>
|
|
<meta
|
|
data-react-helmet="true"
|
|
property="og:image"
|
|
content="/images/signoz-hero-image.webp"
|
|
/>
|
|
<meta
|
|
data-react-helmet="true"
|
|
name="twitter:image"
|
|
content="/images/signoz-hero-image.webp"
|
|
/>
|
|
<meta
|
|
data-react-helmet="true"
|
|
name="twitter:image:alt"
|
|
content="Image for Open source Observability platform | SigNoz"
|
|
/>
|
|
<meta
|
|
data-react-helmet="true"
|
|
name="twitter:card"
|
|
content="summary_large_image"
|
|
/>
|
|
<meta data-react-helmet="true" name="docusaurus_locale" content="en" />
|
|
<meta data-react-helmet="true" name="docusaurus_tag" content="default" />
|
|
<meta name="robots" content="noindex" />
|
|
<link data-react-helmet="true" rel="shortcut icon" href="/favicon.ico" />
|
|
|
|
<link rel="stylesheet" href="/css/uPlot.min.css" />
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
<script>
|
|
//Set your APP_ID
|
|
const APP_ID = '<%= htmlWebpackPlugin.options.INTERCOM_APP_ID %>';
|
|
|
|
(function () {
|
|
var w = window;
|
|
var ic = w.Intercom;
|
|
if (typeof ic === 'function') {
|
|
ic('reattach_activator');
|
|
ic('update', w.intercomSettings);
|
|
} else {
|
|
var d = document;
|
|
var i = function () {
|
|
i.c(arguments);
|
|
};
|
|
i.q = [];
|
|
i.c = function (args) {
|
|
i.q.push(args);
|
|
};
|
|
w.Intercom = i;
|
|
var l = function () {
|
|
var s = d.createElement('script');
|
|
s.type = 'text/javascript';
|
|
s.async = true;
|
|
s.src = 'https://widget.intercom.io/widget/' + APP_ID;
|
|
var x = d.getElementsByTagName('script')[0];
|
|
x.parentNode.insertBefore(s, x);
|
|
};
|
|
if (document.readyState === 'complete') {
|
|
l();
|
|
} else if (w.attachEvent) {
|
|
w.attachEvent('onload', l);
|
|
} else {
|
|
w.addEventListener('load', l, false);
|
|
}
|
|
}
|
|
})();
|
|
</script>
|
|
<script type="text/javascript">
|
|
window.AppcuesSettings = { enableURLDetection: true };
|
|
</script>
|
|
<script>
|
|
const APPCUES_APP_ID = '<%= htmlWebpackPlugin.options.APPCUES_APP_ID %>';
|
|
(function (d, t) {
|
|
var a = d.createElement(t);
|
|
a.async = 1;
|
|
a.src = '//fast.appcues.com/' + APPCUES_APP_ID + '.js';
|
|
var s = d.getElementsByTagName(t)[0];
|
|
s.parentNode.insertBefore(a, s);
|
|
})(document, 'script');
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|