Skip to content

Commit 6c0051e

Browse files
authored
Merge pull request #425 from LorieJCall/source
Add Gradle and SigNoz to listOfProjects
2 parents 1ebb95f + 88bd1c6 commit 6c0051e

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,51 @@ const projectList = [
13321332
projectLink: 'https://github.com/activist-org/activist',
13331333
description: 'Open-source, nonprofit activism platform',
13341334
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript', 'Django', 'Python']
1335+
},
1336+
{
1337+
name: 'gradle.org',
1338+
imageSrc: 'https://avatars.githubusercontent.com/u/124156?s=200&v=4',
1339+
projectLink: 'https://github.com/gradle/gradle',
1340+
description: 'Adaptable, fast automation for all',
1341+
tags: [
1342+
'Build Tool',
1343+
'Good First Issue',
1344+
'Gradle',
1345+
'Gradle-bt',
1346+
'Groovy',
1347+
'Hacktoberfest',
1348+
'Java',
1349+
'Kotlin',
1350+
]
1351+
},
1352+
{
1353+
name: 'signoz.io',
1354+
imageSrc: 'https://avatars.githubusercontent.com/u/76905799?s=200&v=4',
1355+
projectLink: 'https://github.com/SigNoz/signoz',
1356+
description:
1357+
'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',
1358+
tags: [
1359+
'APM',
1360+
'Application Monitoring',
1361+
'Distributed Tracing',
1362+
'Go',
1363+
'Good First Issue',
1364+
'Jaeger',
1365+
'Log',
1366+
'Logs',
1367+
'Metrics',
1368+
'Monitoring',
1369+
'Next.js',
1370+
'Observability',
1371+
'Open Source',
1372+
'Open Telemetry',
1373+
'Prometheus',
1374+
'React',
1375+
'React.js',
1376+
'Self Hosted',
1377+
'Tracing',
1378+
'Typescript',
1379+
]
13351380
}
13361381
];
13371382
export default projectList;

0 commit comments

Comments
 (0)