2023-09-26 13:06:53 +05:30
<!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"
2024-10-23 13:53:51 +08:00
content="/images/signoz-hero-image.webp"
2023-09-26 13:06:53 +05:30
/>
<meta
data-react-helmet="true"
name="twitter:image"
2024-10-23 13:53:51 +08:00
content="/images/signoz-hero-image.webp"
2023-09-26 13:06:53 +05:30
/>
<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" />
2025-03-07 15:42:51 +05:30
<meta name="robots" content="noindex" />
2023-09-26 13:06:53 +05:30
<link data-react-helmet="true" rel="shortcut icon" href="/favicon.ico" />
2023-11-15 15:33:45 +05:30
2024-10-23 13:53:51 +08:00
<link rel="stylesheet" href="/css/uPlot.min.css" />
2023-09-26 13:06:53 +05:30
</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>
2025-02-11 16:50:15 +05:30
<script>
2025-02-07 20:13:35 +05:30
const CUSTOMERIO_ID = '<%= htmlWebpackPlugin.options.CUSTOMERIO_ID %>';
2025-03-07 15:42:51 +05:30
const CUSTOMERIO_SITE_ID =
'<%= htmlWebpackPlugin.options.CUSTOMERIO_SITE_ID %>';
2023-09-26 13:06:53 +05:30
!(function () {
2025-03-07 15:42:51 +05:30
var i = 'cioanalytics',
analytics = (window[i] = window[i] || []);
2023-09-26 13:06:53 +05:30
if (!analytics.initialize)
if (analytics.invoked)
window.console &&
console.error &&
2025-03-07 15:42:51 +05:30
console.error('Snippet included twice.');
2023-09-26 13:06:53 +05:30
else {
analytics.invoked = !0;
analytics.methods = [
'trackSubmit',
'trackClick',
'trackLink',
'trackForm',
'pageview',
'identify',
'reset',
'group',
'track',
'ready',
'alias',
'debug',
'page',
'once',
'off',
'on',
'addSourceMiddleware',
'addIntegrationMiddleware',
'setAnonymousId',
'addDestinationMiddleware',
];
analytics.factory = function (e) {
return function () {
2025-03-07 15:42:51 +05:30
var t = Array.prototype.slice.call(arguments);
t.unshift(e);
analytics.push(t);
2023-09-26 13:06:53 +05:30
return analytics;
};
};
2025-03-07 15:42:51 +05:30
for (var e = 0; e < analytics.methods.length; e++) {
var key = analytics.methods[e];
2023-09-26 13:06:53 +05:30
analytics[key] = analytics.factory(key);
}
2025-03-07 15:42:51 +05:30
analytics.load = function (key, e) {
2023-09-26 13:06:53 +05:30
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = !0;
2025-03-07 15:42:51 +05:30
t.setAttribute('data-global-customerio-analytics-key', i);
2023-09-26 13:06:53 +05:30
t.src =
2025-03-07 15:42:51 +05:30
'https://cdp.customer.io/v1/analytics-js/snippet/' +
2023-10-05 21:59:40 +05:30
key +
'/analytics.min.js';
2023-09-26 13:06:53 +05:30
var n = document.getElementsByTagName('script')[0];
n.parentNode.insertBefore(t, n);
2025-03-07 15:42:51 +05:30
analytics._writeKey = key;
analytics._loadOptions = e;
2023-09-26 13:06:53 +05:30
};
2025-03-07 15:42:51 +05:30
analytics.SNIPPET_VERSION = '4.15.3';
analytics.load(CUSTOMERIO_ID, {
2023-10-05 21:59:40 +05:30
integrations: {
2025-03-07 15:42:51 +05:30
'Customer.io In-App Plugin': {
siteId: CUSTOMERIO_SITE_ID,
},
2023-10-05 21:59:40 +05:30
},
});
2023-09-26 13:06:53 +05:30
analytics.page();
}
})();
</script>
</body>
</html>