diff --git a/website/src/data/showcase/signoz.png b/website/src/data/showcase/signoz.png new file mode 100644 index 0000000000..8e6d5231c2 Binary files /dev/null and b/website/src/data/showcase/signoz.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index c99c9cad20..1ce4b271ae 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1538,12 +1538,21 @@ const Users: User[] = [ }, { title: 'Matej Jellus', - description: 'IT enthusiast that loves to write code, try new things and share knowledge. If not sitting in front of computer, then I am playing badminton, riding bike or hiking.', + description: + 'IT enthusiast that loves to write code, try new things and share knowledge. If not sitting in front of computer, then I am playing badminton, riding bike or hiking.', preview: require('./showcase/juffalow.png'), website: 'https://juffalow.com/', source: 'https://github.com/juffalow/juffalow-com', tags: ['personal', 'opensource'], }, + { + title: 'Signoz', + description: 'Open source Application Performance Monitoring (APM) & Observability tool. SigNoz helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 💻', + preview: require('./showcase/signoz.png'), + website: 'https://signoz.io/', + source: 'https://github.com/SigNoz/signoz', + tags: ['opensource', 'product'], + }, /* Pro Tip: add your site in alphabetical order.