From 6effcbd413dbee8af4a88329c65d94f9a83c308d Mon Sep 17 00:00:00 2001
From: CheetoDa <31571545+Calm-Rock@users.noreply.github.com>
Date: Wed, 12 Mar 2025 01:32:25 +0530
Subject: [PATCH] chore: onboarding fixes and added new datasource (#7236)
---
.../public/Logos/android-java-monitoring.svg | 3 +-
.../Logos/android-kotlin-monitoring.svg | 35 +--
frontend/public/Logos/angular.svg | 2 +-
frontend/public/Logos/application-logs.svg | 2 +-
frontend/public/Logos/aws-dark.svg | 24 +-
frontend/public/Logos/aws-light.svg | 10 +-
frontend/public/Logos/azure-aks.svg | 2 +-
frontend/public/Logos/azure-app-service.svg | 2 +-
frontend/public/Logos/azure-blob-storage.svg | 3 +-
.../public/Logos/azure-container-apps.svg | 2 +-
frontend/public/Logos/azure-functions.svg | 2 +-
.../Logos/azure-sql-database-metrics.svg | 2 +-
frontend/public/Logos/azure-vm.svg | 2 +-
frontend/public/Logos/cloudwatch-logs.svg | 2 +-
frontend/public/Logos/cmd-terminal.svg | 2 +-
frontend/public/Logos/cpp.svg | 1 +
frontend/public/Logos/django.svg | 42 +--
frontend/public/Logos/docker.svg | 2 +-
frontend/public/Logos/document-load.svg | 1 +
frontend/public/Logos/dotnet.svg | 8 +-
frontend/public/Logos/ec2.svg | 19 +-
frontend/public/Logos/ecs.svg | 19 +-
frontend/public/Logos/eks.svg | 3 +-
frontend/public/Logos/elb.svg | 2 +-
frontend/public/Logos/elixir.svg | 2 +-
frontend/public/Logos/express.svg | 2 +-
frontend/public/Logos/falcon.svg | 2 +-
frontend/public/Logos/fastapi.svg | 2 +-
frontend/public/Logos/flask.svg | 2 +-
frontend/public/Logos/fluentbit.svg | 243 +-----------------
frontend/public/Logos/fluentd.svg | 92 +------
frontend/public/Logos/flutter-monitoring.svg | 2 +-
frontend/public/Logos/from-log-file.svg | 2 +-
frontend/public/Logos/gcp-app-engine.svg | 2 +-
frontend/public/Logos/gcp-cloud-functions.svg | 31 +--
.../public/Logos/gcp-cloud-load-balancer.svg | 29 +--
.../public/Logos/gcp-cloud-monitoring.svg | 2 +-
frontend/public/Logos/gcp-cloud-run.svg | 2 +-
frontend/public/Logos/gcp-cloud-sql.svg | 21 +-
frontend/public/Logos/gcp-cloud-storage.svg | 2 +-
frontend/public/Logos/gcp-compute-engine.svg | 2 +-
frontend/public/Logos/gcp-gke.svg | 2 +-
frontend/public/Logos/gcp-vpc.svg | 2 +-
frontend/public/Logos/go.svg | 61 +----
frontend/public/Logos/heroku.svg | 8 +-
frontend/public/Logos/hostmetrics.svg | 2 +-
frontend/public/Logos/http.svg | 13 +-
frontend/public/Logos/java-others.svg | 14 +-
frontend/public/Logos/java.svg | 14 +-
frontend/public/Logos/javascript.svg | 5 +-
frontend/public/Logos/jboss.svg | 23 +-
frontend/public/Logos/kubernetes.svg | 2 +-
frontend/public/Logos/lambda.svg | 2 +-
frontend/public/Logos/llm-monitoring.svg | 3 +-
frontend/public/Logos/logrus.svg | 1 +
frontend/public/Logos/logstash.svg | 2 +-
frontend/public/Logos/nestjs.svg | 2 +-
frontend/public/Logos/nextjs.svg | 9 +-
frontend/public/Logos/node-js.svg | 2 +-
frontend/public/Logos/nodejs.svg | 2 +-
frontend/public/Logos/other-metrics.svg | 2 +-
frontend/public/Logos/php.svg | 97 +------
frontend/public/Logos/pino.svg | 1 +
frontend/public/Logos/python-others.svg | 3 +-
frontend/public/Logos/python.svg | 3 +-
frontend/public/Logos/quarkus.svg | 1 +
frontend/public/Logos/rds.svg | 19 +-
frontend/public/Logos/ruby-on-rails.svg | 25 +-
frontend/public/Logos/rust.svg | 48 +---
frontend/public/Logos/signoz-brand-logo.svg | 8 +-
frontend/public/Logos/software-window.svg | 2 +-
frontend/public/Logos/springboot.svg | 2 +-
frontend/public/Logos/swift-monitoring.svg | 2 +-
frontend/public/Logos/swift.svg | 2 +-
frontend/public/Logos/syslogs.svg | 10 +-
frontend/public/Logos/tomcat-logs.svg | 2 +-
frontend/public/Logos/tomcat.svg | 2 +-
frontend/public/Logos/vector.svg | 57 +---
frontend/public/Logos/vercel.svg | 2 +-
frontend/public/Logos/vm.svg | 2 +-
frontend/public/Logos/vpc.svg | 2 +-
frontend/public/Logos/windows-events-logs.svg | 4 +-
frontend/public/Logos/windows.svg | 4 +-
frontend/public/Logos/winston.svg | 1 +
frontend/public/Logos/zap.svg | 1 +
.../AddDataSource/AddDataSource.tsx | 6 +
.../onboarding-config-with-links.json | 185 +++++++++----
87 files changed, 227 insertions(+), 1067 deletions(-)
create mode 100644 frontend/public/Logos/cpp.svg
create mode 100644 frontend/public/Logos/document-load.svg
create mode 100644 frontend/public/Logos/logrus.svg
create mode 100644 frontend/public/Logos/pino.svg
create mode 100644 frontend/public/Logos/quarkus.svg
create mode 100644 frontend/public/Logos/winston.svg
create mode 100644 frontend/public/Logos/zap.svg
diff --git a/frontend/public/Logos/android-java-monitoring.svg b/frontend/public/Logos/android-java-monitoring.svg
index b2eb976ea4..185be73685 100644
--- a/frontend/public/Logos/android-java-monitoring.svg
+++ b/frontend/public/Logos/android-java-monitoring.svg
@@ -1,2 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/android-kotlin-monitoring.svg b/frontend/public/Logos/android-kotlin-monitoring.svg
index 3480717db7..57ec2f0022 100644
--- a/frontend/public/Logos/android-kotlin-monitoring.svg
+++ b/frontend/public/Logos/android-kotlin-monitoring.svg
@@ -1,34 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/angular.svg b/frontend/public/Logos/angular.svg
index 09c59e99fa..c2a44eaccc 100644
--- a/frontend/public/Logos/angular.svg
+++ b/frontend/public/Logos/angular.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/application-logs.svg b/frontend/public/Logos/application-logs.svg
index 60bf068531..c12b0f33f3 100644
--- a/frontend/public/Logos/application-logs.svg
+++ b/frontend/public/Logos/application-logs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/aws-dark.svg b/frontend/public/Logos/aws-dark.svg
index 699c84721b..f1d36f0484 100644
--- a/frontend/public/Logos/aws-dark.svg
+++ b/frontend/public/Logos/aws-dark.svg
@@ -1,23 +1 @@
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/aws-light.svg b/frontend/public/Logos/aws-light.svg
index ecfcfc08d4..3a9b41a5f4 100644
--- a/frontend/public/Logos/aws-light.svg
+++ b/frontend/public/Logos/aws-light.svg
@@ -1,9 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-aks.svg b/frontend/public/Logos/azure-aks.svg
index d45672703d..1dfb3d7ce0 100644
--- a/frontend/public/Logos/azure-aks.svg
+++ b/frontend/public/Logos/azure-aks.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-app-service.svg b/frontend/public/Logos/azure-app-service.svg
index 54051fc58f..741ac3a271 100644
--- a/frontend/public/Logos/azure-app-service.svg
+++ b/frontend/public/Logos/azure-app-service.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-blob-storage.svg b/frontend/public/Logos/azure-blob-storage.svg
index 1650133096..5487de0b0a 100644
--- a/frontend/public/Logos/azure-blob-storage.svg
+++ b/frontend/public/Logos/azure-blob-storage.svg
@@ -1,2 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-container-apps.svg b/frontend/public/Logos/azure-container-apps.svg
index 3dd3d4db91..aa3603fa51 100644
--- a/frontend/public/Logos/azure-container-apps.svg
+++ b/frontend/public/Logos/azure-container-apps.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-functions.svg b/frontend/public/Logos/azure-functions.svg
index 9face30fb9..f1230b0beb 100644
--- a/frontend/public/Logos/azure-functions.svg
+++ b/frontend/public/Logos/azure-functions.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-sql-database-metrics.svg b/frontend/public/Logos/azure-sql-database-metrics.svg
index fed69970bb..0ff026d656 100644
--- a/frontend/public/Logos/azure-sql-database-metrics.svg
+++ b/frontend/public/Logos/azure-sql-database-metrics.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/azure-vm.svg b/frontend/public/Logos/azure-vm.svg
index bde2b81881..c4ba1cea04 100644
--- a/frontend/public/Logos/azure-vm.svg
+++ b/frontend/public/Logos/azure-vm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/cloudwatch-logs.svg b/frontend/public/Logos/cloudwatch-logs.svg
index 46e787df15..18bc36afdf 100644
--- a/frontend/public/Logos/cloudwatch-logs.svg
+++ b/frontend/public/Logos/cloudwatch-logs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/cmd-terminal.svg b/frontend/public/Logos/cmd-terminal.svg
index 9eb82fbb25..6b5e69c2c1 100644
--- a/frontend/public/Logos/cmd-terminal.svg
+++ b/frontend/public/Logos/cmd-terminal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/cpp.svg b/frontend/public/Logos/cpp.svg
new file mode 100644
index 0000000000..99b0044e54
--- /dev/null
+++ b/frontend/public/Logos/cpp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/Logos/django.svg b/frontend/public/Logos/django.svg
index 80cbe71c82..2bf4a6e55e 100644
--- a/frontend/public/Logos/django.svg
+++ b/frontend/public/Logos/django.svg
@@ -1,41 +1 @@
-
-
-
-
-]>
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/docker.svg b/frontend/public/Logos/docker.svg
index ff2b2b4381..b7f541a5b0 100644
--- a/frontend/public/Logos/docker.svg
+++ b/frontend/public/Logos/docker.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/document-load.svg b/frontend/public/Logos/document-load.svg
new file mode 100644
index 0000000000..2aa088b867
--- /dev/null
+++ b/frontend/public/Logos/document-load.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/Logos/dotnet.svg b/frontend/public/Logos/dotnet.svg
index d204a09042..8c30839b2c 100644
--- a/frontend/public/Logos/dotnet.svg
+++ b/frontend/public/Logos/dotnet.svg
@@ -1,7 +1 @@
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/ec2.svg b/frontend/public/Logos/ec2.svg
index 14f083fd6d..809e3bde88 100644
--- a/frontend/public/Logos/ec2.svg
+++ b/frontend/public/Logos/ec2.svg
@@ -1,18 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/ecs.svg b/frontend/public/Logos/ecs.svg
index c2ef4c212f..298bf96208 100644
--- a/frontend/public/Logos/ecs.svg
+++ b/frontend/public/Logos/ecs.svg
@@ -1,18 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/eks.svg b/frontend/public/Logos/eks.svg
index b4a9336b1e..f9ed63b6f8 100644
--- a/frontend/public/Logos/eks.svg
+++ b/frontend/public/Logos/eks.svg
@@ -1,2 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/elb.svg b/frontend/public/Logos/elb.svg
index 2ac7bed278..44eed96378 100644
--- a/frontend/public/Logos/elb.svg
+++ b/frontend/public/Logos/elb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/elixir.svg b/frontend/public/Logos/elixir.svg
index 63f8541228..f4a5cd051d 100644
--- a/frontend/public/Logos/elixir.svg
+++ b/frontend/public/Logos/elixir.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/express.svg b/frontend/public/Logos/express.svg
index 4dc0362ab8..46fbf07309 100644
--- a/frontend/public/Logos/express.svg
+++ b/frontend/public/Logos/express.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/falcon.svg b/frontend/public/Logos/falcon.svg
index 22deec6694..dc47ccf868 100644
--- a/frontend/public/Logos/falcon.svg
+++ b/frontend/public/Logos/falcon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/fastapi.svg b/frontend/public/Logos/fastapi.svg
index 85f2d13372..9e93fbabd0 100644
--- a/frontend/public/Logos/fastapi.svg
+++ b/frontend/public/Logos/fastapi.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/flask.svg b/frontend/public/Logos/flask.svg
index 257941467a..3ed0264f06 100644
--- a/frontend/public/Logos/flask.svg
+++ b/frontend/public/Logos/flask.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/fluentbit.svg b/frontend/public/Logos/fluentbit.svg
index 34f7d1c6d7..ad499b467f 100644
--- a/frontend/public/Logos/fluentbit.svg
+++ b/frontend/public/Logos/fluentbit.svg
@@ -1,242 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/fluentd.svg b/frontend/public/Logos/fluentd.svg
index 05ccd00206..2c46723229 100644
--- a/frontend/public/Logos/fluentd.svg
+++ b/frontend/public/Logos/fluentd.svg
@@ -1,91 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/flutter-monitoring.svg b/frontend/public/Logos/flutter-monitoring.svg
index 313b30ff76..eb4c27471b 100644
--- a/frontend/public/Logos/flutter-monitoring.svg
+++ b/frontend/public/Logos/flutter-monitoring.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/from-log-file.svg b/frontend/public/Logos/from-log-file.svg
index 61560fd4cf..e1aa82a96d 100644
--- a/frontend/public/Logos/from-log-file.svg
+++ b/frontend/public/Logos/from-log-file.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-app-engine.svg b/frontend/public/Logos/gcp-app-engine.svg
index 046144123d..b994fc366f 100644
--- a/frontend/public/Logos/gcp-app-engine.svg
+++ b/frontend/public/Logos/gcp-app-engine.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-cloud-functions.svg b/frontend/public/Logos/gcp-cloud-functions.svg
index 2d10189401..c78d7481c1 100644
--- a/frontend/public/Logos/gcp-cloud-functions.svg
+++ b/frontend/public/Logos/gcp-cloud-functions.svg
@@ -1,30 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-cloud-load-balancer.svg b/frontend/public/Logos/gcp-cloud-load-balancer.svg
index 2b02982241..f76e8d9b39 100644
--- a/frontend/public/Logos/gcp-cloud-load-balancer.svg
+++ b/frontend/public/Logos/gcp-cloud-load-balancer.svg
@@ -1,28 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-cloud-monitoring.svg b/frontend/public/Logos/gcp-cloud-monitoring.svg
index ab3111db6d..8d505afe92 100644
--- a/frontend/public/Logos/gcp-cloud-monitoring.svg
+++ b/frontend/public/Logos/gcp-cloud-monitoring.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-cloud-run.svg b/frontend/public/Logos/gcp-cloud-run.svg
index e2e3b7d316..b1b9dfd6c9 100644
--- a/frontend/public/Logos/gcp-cloud-run.svg
+++ b/frontend/public/Logos/gcp-cloud-run.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-cloud-sql.svg b/frontend/public/Logos/gcp-cloud-sql.svg
index b6910a6d7c..fca0e436f8 100644
--- a/frontend/public/Logos/gcp-cloud-sql.svg
+++ b/frontend/public/Logos/gcp-cloud-sql.svg
@@ -1,20 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-cloud-storage.svg b/frontend/public/Logos/gcp-cloud-storage.svg
index d30e003085..5b06633eb0 100644
--- a/frontend/public/Logos/gcp-cloud-storage.svg
+++ b/frontend/public/Logos/gcp-cloud-storage.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-compute-engine.svg b/frontend/public/Logos/gcp-compute-engine.svg
index 9ed632fae3..961530f860 100644
--- a/frontend/public/Logos/gcp-compute-engine.svg
+++ b/frontend/public/Logos/gcp-compute-engine.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-gke.svg b/frontend/public/Logos/gcp-gke.svg
index 9cbabc50fd..42f1d28b7d 100644
--- a/frontend/public/Logos/gcp-gke.svg
+++ b/frontend/public/Logos/gcp-gke.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/gcp-vpc.svg b/frontend/public/Logos/gcp-vpc.svg
index 295b0ee2ab..c2e648c80d 100644
--- a/frontend/public/Logos/gcp-vpc.svg
+++ b/frontend/public/Logos/gcp-vpc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/go.svg b/frontend/public/Logos/go.svg
index 64e9620777..71017e61ff 100644
--- a/frontend/public/Logos/go.svg
+++ b/frontend/public/Logos/go.svg
@@ -1,60 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/heroku.svg b/frontend/public/Logos/heroku.svg
index 91f1f98ff1..75be3a7a77 100644
--- a/frontend/public/Logos/heroku.svg
+++ b/frontend/public/Logos/heroku.svg
@@ -1,7 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/hostmetrics.svg b/frontend/public/Logos/hostmetrics.svg
index 60bf068531..c12b0f33f3 100644
--- a/frontend/public/Logos/hostmetrics.svg
+++ b/frontend/public/Logos/hostmetrics.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/http.svg b/frontend/public/Logos/http.svg
index f09e4eee20..ddfd284cde 100644
--- a/frontend/public/Logos/http.svg
+++ b/frontend/public/Logos/http.svg
@@ -1,12 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/java-others.svg b/frontend/public/Logos/java-others.svg
index 7e9c623de6..34c2076b07 100644
--- a/frontend/public/Logos/java-others.svg
+++ b/frontend/public/Logos/java-others.svg
@@ -1,13 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/java.svg b/frontend/public/Logos/java.svg
index 7e9c623de6..34c2076b07 100644
--- a/frontend/public/Logos/java.svg
+++ b/frontend/public/Logos/java.svg
@@ -1,13 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/javascript.svg b/frontend/public/Logos/javascript.svg
index 9650ca78ef..97cf150db8 100644
--- a/frontend/public/Logos/javascript.svg
+++ b/frontend/public/Logos/javascript.svg
@@ -1,4 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/jboss.svg b/frontend/public/Logos/jboss.svg
index cf72755260..60d957e04a 100644
--- a/frontend/public/Logos/jboss.svg
+++ b/frontend/public/Logos/jboss.svg
@@ -1,22 +1 @@
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/kubernetes.svg b/frontend/public/Logos/kubernetes.svg
index 86e288be34..9626c3a6ca 100644
--- a/frontend/public/Logos/kubernetes.svg
+++ b/frontend/public/Logos/kubernetes.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/lambda.svg b/frontend/public/Logos/lambda.svg
index 0975f058ff..beda943720 100644
--- a/frontend/public/Logos/lambda.svg
+++ b/frontend/public/Logos/lambda.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/llm-monitoring.svg b/frontend/public/Logos/llm-monitoring.svg
index 7b8cb6b9a0..648c7d59b2 100644
--- a/frontend/public/Logos/llm-monitoring.svg
+++ b/frontend/public/Logos/llm-monitoring.svg
@@ -1,2 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/logrus.svg b/frontend/public/Logos/logrus.svg
new file mode 100644
index 0000000000..9659d9d7cc
--- /dev/null
+++ b/frontend/public/Logos/logrus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/Logos/logstash.svg b/frontend/public/Logos/logstash.svg
index cf718cd088..66cc4c3920 100644
--- a/frontend/public/Logos/logstash.svg
+++ b/frontend/public/Logos/logstash.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/nestjs.svg b/frontend/public/Logos/nestjs.svg
index 69830240c2..01a2aa720d 100644
--- a/frontend/public/Logos/nestjs.svg
+++ b/frontend/public/Logos/nestjs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/nextjs.svg b/frontend/public/Logos/nextjs.svg
index 50ccbbd18e..768ee71c22 100644
--- a/frontend/public/Logos/nextjs.svg
+++ b/frontend/public/Logos/nextjs.svg
@@ -1,8 +1 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/node-js.svg b/frontend/public/Logos/node-js.svg
index 9c2d5c64a5..b6053af008 100644
--- a/frontend/public/Logos/node-js.svg
+++ b/frontend/public/Logos/node-js.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/nodejs.svg b/frontend/public/Logos/nodejs.svg
index 0481f9f80e..8d75d7b6e3 100644
--- a/frontend/public/Logos/nodejs.svg
+++ b/frontend/public/Logos/nodejs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/other-metrics.svg b/frontend/public/Logos/other-metrics.svg
index 9eb82fbb25..6b5e69c2c1 100644
--- a/frontend/public/Logos/other-metrics.svg
+++ b/frontend/public/Logos/other-metrics.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/php.svg b/frontend/public/Logos/php.svg
index 37a5e6fe7e..618c8bcf67 100644
--- a/frontend/public/Logos/php.svg
+++ b/frontend/public/Logos/php.svg
@@ -1,96 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/pino.svg b/frontend/public/Logos/pino.svg
new file mode 100644
index 0000000000..ee599a298a
--- /dev/null
+++ b/frontend/public/Logos/pino.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/Logos/python-others.svg b/frontend/public/Logos/python-others.svg
index e771ee2541..b1ba69ed5d 100644
--- a/frontend/public/Logos/python-others.svg
+++ b/frontend/public/Logos/python-others.svg
@@ -1,2 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/python.svg b/frontend/public/Logos/python.svg
index e771ee2541..b1ba69ed5d 100644
--- a/frontend/public/Logos/python.svg
+++ b/frontend/public/Logos/python.svg
@@ -1,2 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/quarkus.svg b/frontend/public/Logos/quarkus.svg
new file mode 100644
index 0000000000..d554520e69
--- /dev/null
+++ b/frontend/public/Logos/quarkus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/Logos/rds.svg b/frontend/public/Logos/rds.svg
index 245d23725a..05e3928995 100644
--- a/frontend/public/Logos/rds.svg
+++ b/frontend/public/Logos/rds.svg
@@ -1,18 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/ruby-on-rails.svg b/frontend/public/Logos/ruby-on-rails.svg
index 3c2c7472da..267aa61210 100644
--- a/frontend/public/Logos/ruby-on-rails.svg
+++ b/frontend/public/Logos/ruby-on-rails.svg
@@ -1,24 +1 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/rust.svg b/frontend/public/Logos/rust.svg
index 0091b5a8c8..292c9abcc7 100644
--- a/frontend/public/Logos/rust.svg
+++ b/frontend/public/Logos/rust.svg
@@ -1,47 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/signoz-brand-logo.svg b/frontend/public/Logos/signoz-brand-logo.svg
index a9cce28993..641f7bd37a 100644
--- a/frontend/public/Logos/signoz-brand-logo.svg
+++ b/frontend/public/Logos/signoz-brand-logo.svg
@@ -1,7 +1 @@
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/software-window.svg b/frontend/public/Logos/software-window.svg
index 60bf068531..c12b0f33f3 100644
--- a/frontend/public/Logos/software-window.svg
+++ b/frontend/public/Logos/software-window.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/springboot.svg b/frontend/public/Logos/springboot.svg
index 740097b559..153e0d33e7 100644
--- a/frontend/public/Logos/springboot.svg
+++ b/frontend/public/Logos/springboot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/swift-monitoring.svg b/frontend/public/Logos/swift-monitoring.svg
index 9fd1efc698..de52ba48df 100644
--- a/frontend/public/Logos/swift-monitoring.svg
+++ b/frontend/public/Logos/swift-monitoring.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/swift.svg b/frontend/public/Logos/swift.svg
index 9fd1efc698..de52ba48df 100644
--- a/frontend/public/Logos/swift.svg
+++ b/frontend/public/Logos/swift.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/syslogs.svg b/frontend/public/Logos/syslogs.svg
index 40f9055577..c7ce5c428e 100644
--- a/frontend/public/Logos/syslogs.svg
+++ b/frontend/public/Logos/syslogs.svg
@@ -1,9 +1 @@
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/tomcat-logs.svg b/frontend/public/Logos/tomcat-logs.svg
index 487a0d7094..9147ff1689 100644
--- a/frontend/public/Logos/tomcat-logs.svg
+++ b/frontend/public/Logos/tomcat-logs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/tomcat.svg b/frontend/public/Logos/tomcat.svg
index 487a0d7094..9147ff1689 100644
--- a/frontend/public/Logos/tomcat.svg
+++ b/frontend/public/Logos/tomcat.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/vector.svg b/frontend/public/Logos/vector.svg
index b045c75543..0d2db6ee61 100644
--- a/frontend/public/Logos/vector.svg
+++ b/frontend/public/Logos/vector.svg
@@ -1,56 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/frontend/public/Logos/vercel.svg b/frontend/public/Logos/vercel.svg
index 5f54fdea95..1936807545 100644
--- a/frontend/public/Logos/vercel.svg
+++ b/frontend/public/Logos/vercel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/vm.svg b/frontend/public/Logos/vm.svg
index eb27e293a7..7b86d6bd72 100644
--- a/frontend/public/Logos/vm.svg
+++ b/frontend/public/Logos/vm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/vpc.svg b/frontend/public/Logos/vpc.svg
index 289a01df5f..b8ec7ad3ba 100644
--- a/frontend/public/Logos/vpc.svg
+++ b/frontend/public/Logos/vpc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/windows-events-logs.svg b/frontend/public/Logos/windows-events-logs.svg
index b2ffa2c456..98945febac 100644
--- a/frontend/public/Logos/windows-events-logs.svg
+++ b/frontend/public/Logos/windows-events-logs.svg
@@ -1,3 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/windows.svg b/frontend/public/Logos/windows.svg
index b2ffa2c456..98945febac 100644
--- a/frontend/public/Logos/windows.svg
+++ b/frontend/public/Logos/windows.svg
@@ -1,3 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/public/Logos/winston.svg b/frontend/public/Logos/winston.svg
new file mode 100644
index 0000000000..47b5262a44
--- /dev/null
+++ b/frontend/public/Logos/winston.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/public/Logos/zap.svg b/frontend/public/Logos/zap.svg
new file mode 100644
index 0000000000..71914aee53
--- /dev/null
+++ b/frontend/public/Logos/zap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/frontend/src/container/OnboardingV2Container/AddDataSource/AddDataSource.tsx b/frontend/src/container/OnboardingV2Container/AddDataSource/AddDataSource.tsx
index da98bf26c6..11827df44f 100644
--- a/frontend/src/container/OnboardingV2Container/AddDataSource/AddDataSource.tsx
+++ b/frontend/src/container/OnboardingV2Container/AddDataSource/AddDataSource.tsx
@@ -378,6 +378,12 @@ function OnboardingAddDataSource(): JSX.Element {
case 'metrics':
history.push(ROUTES.ALL_DASHBOARD);
break;
+ case 'infra-monitoring-hosts':
+ history.push(ROUTES.INFRASTRUCTURE_MONITORING_HOSTS);
+ break;
+ case 'infra-monitoring-k8s':
+ history.push(ROUTES.INFRASTRUCTURE_MONITORING_KUBERNETES);
+ break;
default:
history.push(ROUTES.APPLICATION);
}
diff --git a/frontend/src/container/OnboardingV2Container/onboarding-configs/onboarding-config-with-links.json b/frontend/src/container/OnboardingV2Container/onboarding-configs/onboarding-config-with-links.json
index a3ef6027f8..b33bdffa8e 100644
--- a/frontend/src/container/OnboardingV2Container/onboarding-configs/onboarding-config-with-links.json
+++ b/frontend/src/container/OnboardingV2Container/onboarding-configs/onboarding-config-with-links.json
@@ -105,6 +105,37 @@
]
}
},
+ {
+ "key": "opentelemetry-quarkus",
+ "label": "Quarkus",
+ "imgUrl": "/Logos/quarkus.svg",
+ "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/",
+ "question": {
+ "desc": "What is your Environment?",
+ "type": "select",
+ "entityID": "environment",
+ "options": [
+ {
+ "key": "vm",
+ "label": "VM",
+ "imgUrl": "/Logos/vm.svg",
+ "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/"
+ },
+ {
+ "key": "k8s",
+ "label": "Kubernetes",
+ "imgUrl": "/Logos/kubernetes.svg",
+ "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/"
+ },
+ {
+ "key": "windows",
+ "label": "Windows",
+ "imgUrl": "/Logos/windows.svg",
+ "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/"
+ }
+ ]
+ }
+ },
{
"key": "Others",
"label": "Others",
@@ -681,6 +712,15 @@
]
}
},
+ {
+ "dataSource": "opentelemetry-cpp",
+ "label": "C++",
+ "imgUrl": "/Logos/cpp.svg",
+ "tags": ["apm"],
+ "module": "apm",
+ "id": "opentelemetry-cpp",
+ "link": "https://signoz.io/docs/instrumentation/opentelemetry-cpp/"
+ },
{
"dataSource": "kubernetes-pod-logs",
"label": "Kubernetes Pod Logs",
@@ -696,6 +736,7 @@
"imgUrl": "/Logos/docker.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "docker-container-logs",
"link": "https://signoz.io/docs/userguide/collect_docker_logs/"
},
{
@@ -704,6 +745,7 @@
"imgUrl": "/Logos/vercel.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "vercel-logs",
"link": "https://signoz.io/docs/userguide/vercel_logs_to_signoz/"
},
{
@@ -712,14 +754,16 @@
"imgUrl": "/Logos/heroku.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "heroku-logs",
"link": "https://signoz.io/docs/userguide/heroku_logs_to_signoz/"
},
{
"dataSource": "http-logs",
- "label": "HTTP logs",
+ "label": "Send Logs using HTTP",
"imgUrl": "/Logos/http.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "http-logs",
"link": "https://signoz.io/docs/userguide/send-logs-http/"
},
{
@@ -728,6 +772,7 @@
"imgUrl": "/Logos/syslogs.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "syslogs",
"link": "https://signoz.io/docs/userguide/collecting_syslogs/"
},
{
@@ -736,6 +781,7 @@
"imgUrl": "/Logos/fluentd.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "fluentd",
"link": "https://signoz.io/docs/userguide/fluentd_to_signoz/"
},
{
@@ -744,6 +790,7 @@
"imgUrl": "/Logos/fluentbit.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "fluentbit",
"link": "https://signoz.io/docs/userguide/fluentbit_to_signoz/"
},
{
@@ -752,6 +799,7 @@
"imgUrl": "/Logos/logstash.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "logstash",
"link": "https://signoz.io/docs/userguide/logstash_to_signoz/"
},
{
@@ -760,6 +808,7 @@
"imgUrl": "/Logos/tomcat-logs.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "tomcat-logs",
"link": "https://signoz.io/docs/logs-management/send-logs/collect-tomcat-access-and-garbage-collector-logs/"
},
{
@@ -768,6 +817,7 @@
"imgUrl": "/Logos/vector.svg",
"tags": ["logs"],
"module": "logs",
+ "id": "vector-logs",
"link": "https://signoz.io/docs/logs-management/send-logs/vector-logs-to-signoz/"
},
{
@@ -787,64 +837,93 @@
"link": "https://signoz.io/docs/userguide/send-cloudwatch-logs-to-signoz/"
},
{
- "dataSource": "application-logs",
- "label": "Application Logs",
- "imgUrl": "/Logos/application-logs.svg",
+ "dataSource": "from-log-file",
+ "label": "From Log File",
+ "imgUrl": "/Logos/from-log-file.svg",
"tags": ["logs"],
"module": "logs",
- "question": {
- "desc": "Where do you want to collect your application logs from?",
- "type": "select",
- "options": [
- {
- "key": "from-log-file",
- "label": "From log file",
- "imgUrl": "/Logos/from-log-file.svg",
- "link": "https://signoz.io/docs/userguide/collect_logs_from_file/"
- },
- {
- "key": "aws-lambda-nodejs-logs",
- "label": "AWS Lambda NodeJS logs",
- "imgUrl": "/Logos/lambda.svg",
- "link": "https://signoz.io/docs/logs-management/send-logs/aws-lambda-nodejs/"
- },
- {
- "key": "otel-python-sdk",
- "label": "OTel Python SDK",
- "imgUrl": "/Logos/python.svg",
- "link": "https://signoz.io/docs/userguide/collecting_application_logs_otel_sdk_python/"
- },
- {
- "key": "otel-java-sdk",
- "label": "OTel Java SDK",
- "imgUrl": "/Logos/java.svg",
- "link": "https://signoz.io/docs/userguide/collecting_application_logs_otel_sdk_java/"
- },
- {
- "key": "python-logs-auto-instrumentation",
- "label": "Python logs auto-instrumentation",
- "imgUrl": "/Logos/python.svg",
- "link": "https://signoz.io/docs/userguide/python-logs-auto-instrumentation/"
- }
- ]
- }
+ "link": "https://signoz.io/docs/logs-management/send-logs/aws-lambda-nodejs/"
},
{
- "dataSource": "kubernetes-infra-metrics",
- "label": "Kuberenetes Infra Metrics",
- "tags": ["infrastructure monitoring"],
- "module": "metrics",
- "imgUrl": "/Logos/kubernetes.svg",
- "link": "https://signoz.io/docs/tutorial/kubernetes-infra-metrics/"
+ "dataSource": "aws-lambda-nodejs-logs",
+ "label": "AWS Lambda NodeJS logs",
+ "imgUrl": "/Logos/lambda.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/userguide/collect_logs_from_file/"
+ },
+ {
+ "dataSource": "python-logs-auto-instrumentation",
+ "label": "Python logs",
+ "imgUrl": "/Logos/python.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/userguide/python-logs-auto-instrumentation/"
+ },
+ {
+ "dataSource": "otel-java-sdk",
+ "label": "Java logs",
+ "imgUrl": "/Logos/java.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/userguide/collecting_application_logs_otel_sdk_java/"
+ },
+ {
+ "dataSource": "nodejs-pino-logs",
+ "label": "Pino Logs",
+ "imgUrl": "/Logos/pino.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/logs-management/send-logs/nodejs-pino-logs/"
+ },
+ {
+ "dataSource": "nodejs-winston-logs",
+ "label": "Winston Logs",
+ "imgUrl": "/Logos/winston.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/logs-management/send-logs/nodejs-winston-logs/"
+ },
+ {
+ "dataSource": "golang-zap-logs",
+ "label": "Zap Logs",
+ "imgUrl": "/Logos/zap.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/logs-management/send-logs/zap-to-signoz/"
+ },
+ {
+ "dataSource": "golang-logrus-logs",
+ "label": "Logrus Logs",
+ "imgUrl": "/Logos/logrus.svg",
+ "tags": ["logs"],
+ "module": "logs",
+ "link": "https://signoz.io/docs/logs-management/send-logs/logrus-to-signoz/"
},
{
"dataSource": "hostmetrics",
- "label": "Hostmetrics",
+ "label": "Host Monitoring",
"tags": ["infrastructure monitoring"],
- "module": "metrics",
+ "module": "infra-monitoring-hosts",
"imgUrl": "/Logos/hostmetrics.svg",
"link": "https://signoz.io/docs/userguide/hostmetrics/"
},
+ {
+ "dataSource": "k8s-metrics",
+ "label": "Kubernetes Monitoring",
+ "tags": ["infrastructure monitoring"],
+ "module": "infra-monitoring-k8s",
+ "imgUrl": "/Logos/kubernetes.svg",
+ "link": "https://signoz.io/docs/userguide/k8s-metrics/"
+ },
+ {
+ "dataSource": "docker-container-metrics",
+ "label": "Docker Container Metrics",
+ "tags": ["metrics"],
+ "module": "metrics",
+ "imgUrl": "/Logos/docker.svg",
+ "link": "https://signoz.io/docs/userguide/k8s-metrics/"
+ },
{
"dataSource": "ec2-application-logs",
"label": "EC2 Application Logs",
@@ -1394,11 +1473,19 @@
"link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-swiftui/"
},
{
- "dataSource": "frontend-monitoring",
+ "dataSource": "web-vitals",
"label": "Web Vitals",
"imgUrl": "/Logos/llm-monitoring.svg",
"tags": ["Frontend Monitoring"],
"module": "apm",
"link": "https://signoz.io/docs/frontend-monitoring/opentelemetry-web-vitals/"
+ },
+ {
+ "dataSource": "document-load",
+ "label": "Document Load",
+ "imgUrl": "/Logos/document-load.svg",
+ "tags": ["Frontend Monitoring"],
+ "module": "apm",
+ "link": "https://signoz.io/docs/frontend-monitoring/document-load/"
}
]