Skip to content

Add Gradle and SigNoz to listOfProjects #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,51 @@ const projectList = [
projectLink: 'https://github.com/activist-org/activist',
description: 'Open-source, nonprofit activism platform',
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
},
{
name: 'gradle.org',
imageSrc: 'https://avatars.githubusercontent.com/u/124156?s=200&v=4',
projectLink: 'https://github.com/gradle/gradle',
description: 'Adaptable, fast automation for all',
tags: [
'Build Tool',
'Good First Issue',
'Gradle',
'Gradle-bt',
'Groovy',
'Hacktoberfest',
'Java',
'Kotlin',
]
},
{
name: 'signoz.io',
imageSrc: 'https://avatars.githubusercontent.com/u/76905799?s=200&v=4',
projectLink: 'https://github.com/SigNoz/signoz',
description:
'SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool',
tags: [
'APM',
'Application Monitoring',
'Distributed Tracing',
'Go',
'Good First Issue',
'Jaeger',
'Log',
'Logs',
'Metrics',
'Monitoring',
'Next.js',
'Observability',
'Open Source',
'Open Telemetry',
'Prometheus',
'React',
'React.js',
'Self Hosted',
'Tracing',
'Typescript',
]
}
];
export default projectList;