From 388364b01bddb06a349b44c0d089c5287cbdafe2 Mon Sep 17 00:00:00 2001 From: CheetoDa Date: Fri, 7 Mar 2025 11:19:59 +0530 Subject: [PATCH 1/4] chore: onboarding fixes and added new datasource --- frontend/public/Logos/cpp.svg | 1 + frontend/public/Logos/document-load.svg | 1 + frontend/public/Logos/logrus.svg | 17 + frontend/public/Logos/pino.svg | 73 +++ frontend/public/Logos/quarkus.svg | 12 + frontend/public/Logos/winston.svg | 26 + frontend/public/Logos/zap.svg | 9 + .../AddDataSource/AddDataSource.tsx | 6 + .../onboarding-config-with-links.json | 481 +++++++++++------- 9 files changed, 429 insertions(+), 197 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/cpp.svg b/frontend/public/Logos/cpp.svg new file mode 100644 index 00000000000..a177a90ee95 --- /dev/null +++ b/frontend/public/Logos/cpp.svg @@ -0,0 +1 @@ + \ 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 00000000000..00a9e21c80f --- /dev/null +++ b/frontend/public/Logos/document-load.svg @@ -0,0 +1 @@ + \ 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 00000000000..7524b0b9635 --- /dev/null +++ b/frontend/public/Logos/logrus.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/frontend/public/Logos/pino.svg b/frontend/public/Logos/pino.svg new file mode 100644 index 00000000000..8cbd0941b9d --- /dev/null +++ b/frontend/public/Logos/pino.svg @@ -0,0 +1,73 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/frontend/public/Logos/quarkus.svg b/frontend/public/Logos/quarkus.svg new file mode 100644 index 00000000000..be721de2fe0 --- /dev/null +++ b/frontend/public/Logos/quarkus.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ 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 00000000000..096803cd16d --- /dev/null +++ b/frontend/public/Logos/winston.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/Logos/zap.svg b/frontend/public/Logos/zap.svg new file mode 100644 index 00000000000..f08c027cf9b --- /dev/null +++ b/frontend/public/Logos/zap.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ 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 da98bf26c65..11827df44fc 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 a3ef6027f82..ecb83898759 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 @@ -16,7 +16,7 @@ "key": "springboot", "label": "Spring Boot", "imgUrl": "/Logos/springboot.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/", "question": { "desc": "What is your Environment?", "type": "select", @@ -26,19 +26,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/" } ] } @@ -47,7 +47,7 @@ "key": "tomcat", "label": "Tomcat", "imgUrl": "/Logos/tomcat.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/", "question": { "desc": "What is your Environment?", "type": "select", @@ -57,19 +57,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/" } ] } @@ -78,7 +78,7 @@ "key": "jboss", "label": "JBoss", "imgUrl": "/Logos/jboss.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/", "question": { "desc": "What is your Environment?", "type": "select", @@ -88,28 +88,59 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/" } ] } }, + { + "key": "opentelemetry-quarkus", + "label": "Quarkus", + "imgUrl": "/Logos/quarkus.svg", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/", + "question": { + "desc": "What is your Environment?", + "type": "select", + "entityID": "environment", + "options": [ + { + "key": "vm", + "label": "VM", + "imgUrl": "/Logos/vm.svg", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/" + }, + { + "key": "k8s", + "label": "Kubernetes", + "imgUrl": "/Logos/kubernetes.svg", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/" + }, + { + "key": "windows", + "label": "Windows", + "imgUrl": "/Logos/windows.svg", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/" + } + ] + } + }, { "key": "Others", "label": "Others", "imgUrl": "/Logos/java-others.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-java/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-java/", "question": { "desc": "What is your Environment?", "type": "select", @@ -119,13 +150,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-java/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-java/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-java/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-java/" } ] } @@ -149,7 +180,7 @@ "key": "flask", "label": "Flask", "imgUrl": "/Logos/flask.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-flask/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-flask/", "question": { "desc": "What is your Environment?", "type": "select", @@ -159,13 +190,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-flask/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-flask/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-flask/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-flask/" } ] } @@ -174,7 +205,7 @@ "key": "django", "label": "Django", "imgUrl": "/Logos/django.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-django/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-django/", "question": { "desc": "What is your Environment?", "type": "select", @@ -184,13 +215,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-django/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-django/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-django/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-django/" } ] } @@ -199,7 +230,7 @@ "key": "fastapi", "label": "FastAPI", "imgUrl": "/Logos/fastapi.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-fastapi/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-fastapi/", "question": { "desc": "What is your Environment?", "type": "select", @@ -209,13 +240,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-fastapi/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-fastapi/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-fastapi/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-fastapi/" } ] } @@ -224,7 +255,7 @@ "key": "falcon", "label": "Falcon", "imgUrl": "/Logos/falcon.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-falcon/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-falcon/", "question": { "desc": "What is your Environment?", "type": "select", @@ -234,13 +265,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-falcon/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-falcon/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-falcon/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-falcon/" } ] } @@ -249,7 +280,7 @@ "key": "others", "label": "Others", "imgUrl": "/Logos/python-others.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-python/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-python/", "question": { "desc": "What is your Environment?", "type": "select", @@ -259,13 +290,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-python/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-python/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-python/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-python/" } ] } @@ -289,7 +320,7 @@ "key": "nodejs", "label": "NodeJs", "imgUrl": "/Logos/nodejs.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/", "question": { "desc": "What is your Environment?", "type": "select", @@ -299,19 +330,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/" } ] } @@ -320,7 +351,7 @@ "key": "express", "label": "Express", "imgUrl": "/Logos/express.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/", "question": { "desc": "What is your Environment?", "type": "select", @@ -330,19 +361,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/" } ] } @@ -351,7 +382,7 @@ "key": "nestjs", "label": "NestJS", "imgUrl": "/Logos/nestjs.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/", "question": { "desc": "What is your Environment?", "type": "select", @@ -361,19 +392,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/" } ] } @@ -382,7 +413,7 @@ "key": "angular", "label": "Angular", "imgUrl": "/Logos/angular.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/", "question": { "desc": "What is your Environment?", "type": "select", @@ -392,19 +423,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/" } ] } @@ -413,7 +444,7 @@ "key": "nextjs", "label": "NextJS", "imgUrl": "/Logos/nextjs.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/", "question": { "desc": "What is your Environment?", "type": "select", @@ -423,19 +454,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/" } ] } @@ -450,7 +481,7 @@ "tags": ["apm"], "module": "apm", "id": "golang", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/", "question": { "desc": "What is your Environment?", "type": "select", @@ -460,19 +491,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/" } ] } @@ -484,7 +515,7 @@ "tags": ["apm"], "module": "apm", "id": "php", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/", "question": { "desc": "What is your Environment?", "type": "select", @@ -494,19 +525,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/" } ] } @@ -518,7 +549,7 @@ "tags": ["apm"], "module": "apm", "id": "dotnet", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/", "question": { "desc": "What is your Environment?", "type": "select", @@ -528,19 +559,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/" } ] } @@ -552,7 +583,7 @@ "tags": ["apm"], "module": "apm", "id": "ruby-on-rails", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/", "question": { "desc": "What is your Environment?", "type": "select", @@ -562,19 +593,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/" } ] } @@ -586,7 +617,7 @@ "tags": ["apm"], "module": "apm", "id": "elixir", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/", "question": { "desc": "What is your Environment?", "type": "select", @@ -596,19 +627,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/" } ] } @@ -620,7 +651,7 @@ "tags": ["apm"], "module": "apm", "id": "rust", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/", "question": { "desc": "What is your Environment?", "type": "select", @@ -630,19 +661,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/" } ] } @@ -654,7 +685,7 @@ "tags": ["apm"], "module": "apm", "id": "swift", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/", "question": { "desc": "What is your Environment?", "type": "select", @@ -664,23 +695,32 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/" + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/" } ] } }, + { + "dataSource": "opentelemetry-cpp", + "label": "C++", + "imgUrl": "/Logos/cpp.svg", + "tags": ["apm"], + "module": "apm", + "id": "opentelemetry-cpp", + "link": "http://localhost:3000/docs/instrumentation/opentelemetry-cpp/" + }, { "dataSource": "kubernetes-pod-logs", "label": "Kubernetes Pod Logs", @@ -688,7 +728,7 @@ "tags": ["logs"], "module": "logs", "id": "kubernetes-pod-logs", - "link": "https://signoz.io/docs/userguide/collect_kubernetes_pod_logs/" + "link": "http://localhost:3000/docs/userguide/collect_kubernetes_pod_logs/" }, { "dataSource": "docker-container-logs", @@ -696,7 +736,8 @@ "imgUrl": "/Logos/docker.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/collect_docker_logs/" + "id": "docker-container-logs", + "link": "http://localhost:3000/docs/userguide/collect_docker_logs/" }, { "dataSource": "vercel-logs", @@ -704,7 +745,8 @@ "imgUrl": "/Logos/vercel.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/vercel_logs_to_signoz/" + "id": "vercel-logs", + "link": "http://localhost:3000/docs/userguide/vercel_logs_to_signoz/" }, { "dataSource": "heroku-logs", @@ -712,15 +754,17 @@ "imgUrl": "/Logos/heroku.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/heroku_logs_to_signoz/" + "id": "heroku-logs", + "link": "http://localhost:3000/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", - "link": "https://signoz.io/docs/userguide/send-logs-http/" + "id": "http-logs", + "link": "http://localhost:3000/docs/userguide/send-logs-http/" }, { "dataSource": "syslogs", @@ -728,7 +772,8 @@ "imgUrl": "/Logos/syslogs.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/collecting_syslogs/" + "id": "syslogs", + "link": "http://localhost:3000/docs/userguide/collecting_syslogs/" }, { "dataSource": "fluentd", @@ -736,7 +781,8 @@ "imgUrl": "/Logos/fluentd.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/fluentd_to_signoz/" + "id": "fluentd", + "link": "http://localhost:3000/docs/userguide/fluentd_to_signoz/" }, { "dataSource": "fluentbit", @@ -744,7 +790,8 @@ "imgUrl": "/Logos/fluentbit.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/fluentbit_to_signoz/" + "id": "fluentbit", + "link": "http://localhost:3000/docs/userguide/fluentbit_to_signoz/" }, { "dataSource": "logstash", @@ -752,7 +799,8 @@ "imgUrl": "/Logos/logstash.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/logstash_to_signoz/" + "id": "logstash", + "link": "http://localhost:3000/docs/userguide/logstash_to_signoz/" }, { "dataSource": "tomcat-logs", @@ -760,7 +808,8 @@ "imgUrl": "/Logos/tomcat-logs.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/logs-management/send-logs/collect-tomcat-access-and-garbage-collector-logs/" + "id": "tomcat-logs", + "link": "http://localhost:3000/docs/logs-management/send-logs/collect-tomcat-access-and-garbage-collector-logs/" }, { "dataSource": "vector-logs", @@ -768,7 +817,8 @@ "imgUrl": "/Logos/vector.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/logs-management/send-logs/vector-logs-to-signoz/" + "id": "vector-logs", + "link": "http://localhost:3000/docs/logs-management/send-logs/vector-logs-to-signoz/" }, { "dataSource": "windows-events-logs", @@ -776,7 +826,7 @@ "imgUrl": "/Logos/windows-events-logs.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/logs-management/send-logs/windows-events-log/" + "link": "http://localhost:3000/docs/logs-management/send-logs/windows-events-log/" }, { "dataSource": "cloudwatch-logs", @@ -784,66 +834,95 @@ "imgUrl": "/Logos/cloudwatch-logs.svg", "tags": ["logs"], "module": "logs", - "link": "https://signoz.io/docs/userguide/send-cloudwatch-logs-to-signoz/" + "link": "http://localhost:3000/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": "http://localhost:3000/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": "http://localhost:3000/docs/userguide/collect_logs_from_file/" + }, + { + "dataSource": "python-logs-auto-instrumentation", + "label": "Python logs", + "imgUrl": "/Logos/python.svg", + "tags": ["logs"], + "module": "logs", + "link": "http://localhost:3000/docs/userguide/python-logs-auto-instrumentation/" + }, + { + "dataSource": "otel-java-sdk", + "label": "Java logs", + "imgUrl": "/Logos/java.svg", + "tags": ["logs"], + "module": "logs", + "link": "http://localhost:3000/docs/userguide/collecting_application_logs_otel_sdk_java/" + }, + { + "dataSource": "nodejs-pino-logs", + "label": "Pino Logs", + "imgUrl": "/Logos/pino.svg", + "tags": ["logs"], + "module": "logs", + "link": "http://localhost:3000/docs/logs-management/send-logs/nodejs-pino-logs/" + }, + { + "dataSource": "nodejs-winston-logs/", + "label": "Winston Logs", + "imgUrl": "/Logos/winston.svg", + "tags": ["logs"], + "module": "logs", + "link": "http://localhost:3000/docs/logs-management/send-logs/nodejs-winston-logs/" + }, + { + "dataSource": "golang-zap-logs", + "label": "Zap Logs", + "imgUrl": "/Logos/zap.svg", + "tags": ["logs"], + "module": "logs", + "link": "http://localhost:3000/docs/logs-management/send-logs/zap-to-signoz/" + }, + { + "dataSource": "golang-logrus-logs", + "label": "Logrus Logs", + "imgUrl": "/Logos/logrus.svg", + "tags": ["logs"], + "module": "logs", + "link": "http://localhost:3000/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/" + "link": "http://localhost:3000/docs/userguide/hostmetrics/" + }, + { + "dataSource": "k8s-metrics", + "label": "Kuberenetes Monitoring", + "tags": ["infrastructure monitoring"], + "module": "infra-monitoring-k8s", + "imgUrl": "/Logos/kubernetes.svg", + "link": "http://localhost:3000/docs/userguide/k8s-metrics/" + }, + { + "dataSource": "docker-container-metrics", + "label": "Docker Container Metrics", + "tags": ["metrics"], + "module": "metrics", + "imgUrl": "/Logos/docker.svg", + "link": "http://localhost:3000/docs/userguide/k8s-metrics/" }, { "dataSource": "ec2-application-logs", @@ -851,7 +930,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/ec2.svg", - "link": "https://signoz.io/docs/aws-monitoring/ec2-logs/" + "link": "http://localhost:3000/docs/aws-monitoring/ec2-logs/" }, { "dataSource": "ec2-infrastructure-metrics", @@ -859,7 +938,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ec2.svg", - "link": "https://signoz.io/docs/aws-monitoring/ec2-infra-metrics/" + "link": "http://localhost:3000/docs/aws-monitoring/ec2-infra-metrics/" }, { "dataSource": "ecs-ec2", @@ -867,7 +946,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ecs.svg", - "link": "https://signoz.io/docs/userguide/collecting-ecs-logs-and-metrics/" + "link": "http://localhost:3000/docs/userguide/collecting-ecs-logs-and-metrics/" }, { "dataSource": "ecs-external", @@ -875,7 +954,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ecs.svg", - "link": "https://signoz.io/docs/userguide/collecting-ecs-logs-and-metrics/" + "link": "http://localhost:3000/docs/userguide/collecting-ecs-logs-and-metrics/" }, { "dataSource": "ecs-fargate", @@ -883,7 +962,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ecs.svg", - "link": "https://signoz.io/docs/userguide/collecting-ecs-sidecar-infra/" + "link": "http://localhost:3000/docs/userguide/collecting-ecs-sidecar-infra/" }, { "dataSource": "eks", @@ -891,7 +970,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/eks.svg", - "link": "https://signoz.io/docs/aws-monitoring/eks/" + "link": "http://localhost:3000/docs/aws-monitoring/eks/" }, { "dataSource": "elb-logs", @@ -899,7 +978,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/elb.svg", - "link": "https://signoz.io/docs/aws-monitoring/elb-logs/" + "link": "http://localhost:3000/docs/aws-monitoring/elb-logs/" }, { "dataSource": "vpc-logs", @@ -907,7 +986,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/vpc.svg", - "link": "https://signoz.io/docs/aws-monitoring/vpc-logs/" + "link": "http://localhost:3000/docs/aws-monitoring/vpc-logs/" }, { "dataSource": "rds-logs", @@ -915,7 +994,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/rds.svg", - "link": "https://signoz.io/docs/aws-monitoring/rds-logs/" + "link": "http://localhost:3000/docs/aws-monitoring/rds-logs/" }, { "dataSource": "aws-lambda", @@ -923,7 +1002,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/lambda.svg", - "link": "https://signoz.io/docs/aws-monitoring/lambda-logs/" + "link": "http://localhost:3000/docs/aws-monitoring/lambda-logs/" }, { "dataSource": "vm-metrics-and-logging", @@ -931,7 +1010,7 @@ "tags": ["Azure"], "module": "apm", "imgUrl": "/Logos/azure-vm.svg", - "link": "https://signoz.io/docs/azure-monitoring/virtual-machines/vm-metrics/" + "link": "http://localhost:3000/docs/azure-monitoring/virtual-machines/vm-metrics/" }, { "dataSource": "app-service", @@ -947,19 +1026,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-vm.svg", - "link": "https://signoz.io/docs/azure-monitoring/app-service/logging/" + "link": "http://localhost:3000/docs/azure-monitoring/app-service/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-vm.svg", - "link": "https://signoz.io/docs/azure-monitoring/app-service/metrics/" + "link": "http://localhost:3000/docs/azure-monitoring/app-service/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-vm.svg", - "link": "https://signoz.io/docs/azure-monitoring/app-service/tracing/" + "link": "http://localhost:3000/docs/azure-monitoring/app-service/tracing/" } ] } @@ -970,7 +1049,7 @@ "tags": ["Azure"], "module": "apm", "imgUrl": "/Logos/azure-app-service.svg", - "link": "https://signoz.io/docs/azure-monitoring/aks/" + "link": "http://localhost:3000/docs/azure-monitoring/aks/" }, { "dataSource": "azure-container-apps", @@ -986,19 +1065,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-container-apps.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-container-apps/logging/" + "link": "http://localhost:3000/docs/azure-monitoring/az-container-apps/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-container-apps.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-container-apps/metrics/" + "link": "http://localhost:3000/docs/azure-monitoring/az-container-apps/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-container-apps.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-container-apps/tracing/" + "link": "http://localhost:3000/docs/azure-monitoring/az-container-apps/tracing/" } ] } @@ -1017,19 +1096,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-functions.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-fns/logging/" + "link": "http://localhost:3000/docs/azure-monitoring/az-fns/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-functions.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-fns/metrics/" + "link": "http://localhost:3000/docs/azure-monitoring/az-fns/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-functions.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-fns/tracing/" + "link": "http://localhost:3000/docs/azure-monitoring/az-fns/tracing/" } ] } @@ -1040,7 +1119,7 @@ "tags": ["Azure"], "module": "metrics", "imgUrl": "/Logos/azure-sql-database-metrics.svg", - "link": "https://signoz.io/docs/azure-monitoring/db-metrics/" + "link": "http://localhost:3000/docs/azure-monitoring/db-metrics/" }, { "dataSource": "azure-blob-storage", @@ -1056,19 +1135,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-blob-storage.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-blob-storage/logging/" + "link": "http://localhost:3000/docs/azure-monitoring/az-blob-storage/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-blob-storage.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-blob-storage/metrics/" + "link": "http://localhost:3000/docs/azure-monitoring/az-blob-storage/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-blob-storage.svg", - "link": "https://signoz.io/docs/azure-monitoring/az-blob-storage/tracing/" + "link": "http://localhost:3000/docs/azure-monitoring/az-blob-storage/tracing/" } ] } @@ -1087,25 +1166,25 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/logging/" }, { "key": "metrics", "label": "Cloud Function Metrics", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/fns-metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/fns-metrics/" }, { "key": "metrics", "label": "Custom Metrics", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/custom-metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/custom-metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/tracing/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/tracing/" } ] } @@ -1124,19 +1203,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-app-engine.svg", - "link": "https://signoz.io/docs/gcp-monitoring/app-engine/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/app-engine/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-app-engine.svg", - "link": "https://signoz.io/docs/gcp-monitoring/app-engine/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/app-engine/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-app-engine.svg", - "link": "https://signoz.io/docs/gcp-monitoring/app-engine/tracing/" + "link": "http://localhost:3000/docs/gcp-monitoring/app-engine/tracing/" } ] } @@ -1155,19 +1234,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-compute-engine.svg", - "link": "https://signoz.io/docs/gcp-monitoring/compute-engine/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/compute-engine/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-compute-engine.svg", - "link": "https://signoz.io/docs/gcp-monitoring/compute-engine/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/compute-engine/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-compute-engine.svg", - "link": "https://signoz.io/docs/gcp-monitoring/compute-engine/tracing/" + "link": "http://localhost:3000/docs/gcp-monitoring/compute-engine/tracing/" } ] } @@ -1186,13 +1265,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-storage.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcs/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcs/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-storage.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcs/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcs/metrics/" } ] } @@ -1211,13 +1290,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-sql.svg", - "link": "https://signoz.io/docs/gcp-monitoring/cloud-sql/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/cloud-sql/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-sql.svg", - "link": "https://signoz.io/docs/gcp-monitoring/cloud-sql/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/cloud-sql/metrics/" } ] } @@ -1236,13 +1315,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-load-balancer.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcp-clb/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcp-clb/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-load-balancer.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gcp-clb/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/gcp-clb/metrics/" } ] } @@ -1261,13 +1340,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-vpc.svg", - "link": "https://signoz.io/docs/gcp-monitoring/vpc/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/vpc/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-vpc.svg", - "link": "https://signoz.io/docs/gcp-monitoring/vpc/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/vpc/metrics/" } ] } @@ -1286,19 +1365,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-gke.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gke/gke-logging-and-metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/gke/gke-logging-and-metrics/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-gke.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gke/gke-logging-and-metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/gke/gke-logging-and-metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-gke.svg", - "link": "https://signoz.io/docs/gcp-monitoring/gke/gke-tracing/" + "link": "http://localhost:3000/docs/gcp-monitoring/gke/gke-tracing/" } ] } @@ -1317,19 +1396,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-run.svg", - "link": "https://signoz.io/docs/gcp-monitoring/cloud-run/logging/" + "link": "http://localhost:3000/docs/gcp-monitoring/cloud-run/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-run.svg", - "link": "https://signoz.io/docs/gcp-monitoring/cloud-run/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/cloud-run/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-cloud-run.svg", - "link": "https://signoz.io/docs/gcp-monitoring/cloud-run/tracing/" + "link": "http://localhost:3000/docs/gcp-monitoring/cloud-run/tracing/" } ] } @@ -1348,7 +1427,7 @@ "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-monitoring.svg", - "link": "https://signoz.io/docs/gcp-monitoring/cloud-monitoring/metrics/" + "link": "http://localhost:3000/docs/gcp-monitoring/cloud-monitoring/metrics/" } ] } @@ -1359,7 +1438,7 @@ "imgUrl": "/Logos/llm-monitoring.svg", "tags": ["LLM Monitoring"], "module": "apm", - "link": "https://signoz.io/docs/community/llm-monitoring/" + "link": "http://localhost:3000/docs/community/llm-monitoring/" }, { "dataSource": "android-java", @@ -1367,7 +1446,7 @@ "imgUrl": "/Logos/android-java-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-java/" + "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-java/" }, { "dataSource": "android-kotlin", @@ -1375,7 +1454,7 @@ "imgUrl": "/Logos/android-kotlin-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-kotlin/" + "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-kotlin/" }, { "dataSource": "flutter", @@ -1383,7 +1462,7 @@ "imgUrl": "/Logos/flutter-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-flutter/" + "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-flutter/" }, { "dataSource": "swift", @@ -1391,14 +1470,22 @@ "imgUrl": "/Logos/swift-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-swiftui/" + "link": "http://localhost:3000/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/" + "link": "http://localhost:3000/docs/frontend-monitoring/opentelemetry-web-vitals/" + }, + { + "dataSource": "document-load", + "label": "Document Load", + "imgUrl": "/Logos/document-load.svg", + "tags": ["Frontend Monitoring"], + "module": "apm", + "link": "http://localhost:3000/docs/frontend-monitoring/document-load/" } ] From 781eef62bcbcc9d408640124244860ef7c2bc971 Mon Sep 17 00:00:00 2001 From: CheetoDa Date: Wed, 12 Mar 2025 00:08:02 +0530 Subject: [PATCH 2/4] chore: resolved comments --- .../onboarding-config-with-links.json | 328 +++++++++--------- 1 file changed, 164 insertions(+), 164 deletions(-) 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 ecb83898759..06b47948503 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 @@ -16,7 +16,7 @@ "key": "springboot", "label": "Spring Boot", "imgUrl": "/Logos/springboot.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/", "question": { "desc": "What is your Environment?", "type": "select", @@ -26,19 +26,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-springboot/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-springboot/" } ] } @@ -47,7 +47,7 @@ "key": "tomcat", "label": "Tomcat", "imgUrl": "/Logos/tomcat.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/", "question": { "desc": "What is your Environment?", "type": "select", @@ -57,19 +57,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-tomcat/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-tomcat/" } ] } @@ -78,7 +78,7 @@ "key": "jboss", "label": "JBoss", "imgUrl": "/Logos/jboss.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/", "question": { "desc": "What is your Environment?", "type": "select", @@ -88,19 +88,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-jboss/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-jboss/" } ] } @@ -109,7 +109,7 @@ "key": "opentelemetry-quarkus", "label": "Quarkus", "imgUrl": "/Logos/quarkus.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/", "question": { "desc": "What is your Environment?", "type": "select", @@ -119,19 +119,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-quarkus/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-quarkus/" } ] } @@ -140,7 +140,7 @@ "key": "Others", "label": "Others", "imgUrl": "/Logos/java-others.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-java/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-java/", "question": { "desc": "What is your Environment?", "type": "select", @@ -150,13 +150,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-java/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-java/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-java/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-java/" } ] } @@ -180,7 +180,7 @@ "key": "flask", "label": "Flask", "imgUrl": "/Logos/flask.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-flask/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-flask/", "question": { "desc": "What is your Environment?", "type": "select", @@ -190,13 +190,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-flask/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-flask/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-flask/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-flask/" } ] } @@ -205,7 +205,7 @@ "key": "django", "label": "Django", "imgUrl": "/Logos/django.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-django/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-django/", "question": { "desc": "What is your Environment?", "type": "select", @@ -215,13 +215,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-django/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-django/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-django/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-django/" } ] } @@ -230,7 +230,7 @@ "key": "fastapi", "label": "FastAPI", "imgUrl": "/Logos/fastapi.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-fastapi/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-fastapi/", "question": { "desc": "What is your Environment?", "type": "select", @@ -240,13 +240,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-fastapi/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-fastapi/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-fastapi/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-fastapi/" } ] } @@ -255,7 +255,7 @@ "key": "falcon", "label": "Falcon", "imgUrl": "/Logos/falcon.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-falcon/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-falcon/", "question": { "desc": "What is your Environment?", "type": "select", @@ -265,13 +265,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-falcon/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-falcon/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-falcon/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-falcon/" } ] } @@ -280,7 +280,7 @@ "key": "others", "label": "Others", "imgUrl": "/Logos/python-others.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-python/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-python/", "question": { "desc": "What is your Environment?", "type": "select", @@ -290,13 +290,13 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-python/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-python/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-python/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-python/" } ] } @@ -320,7 +320,7 @@ "key": "nodejs", "label": "NodeJs", "imgUrl": "/Logos/nodejs.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/", "question": { "desc": "What is your Environment?", "type": "select", @@ -330,19 +330,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-javascript/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-javascript/" } ] } @@ -351,7 +351,7 @@ "key": "express", "label": "Express", "imgUrl": "/Logos/express.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/", "question": { "desc": "What is your Environment?", "type": "select", @@ -361,19 +361,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-express/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-express/" } ] } @@ -382,7 +382,7 @@ "key": "nestjs", "label": "NestJS", "imgUrl": "/Logos/nestjs.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/", "question": { "desc": "What is your Environment?", "type": "select", @@ -392,19 +392,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nestjs/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nestjs/" } ] } @@ -413,7 +413,7 @@ "key": "angular", "label": "Angular", "imgUrl": "/Logos/angular.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/", "question": { "desc": "What is your Environment?", "type": "select", @@ -423,19 +423,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-angular/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-angular/" } ] } @@ -444,7 +444,7 @@ "key": "nextjs", "label": "NextJS", "imgUrl": "/Logos/nextjs.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/", "question": { "desc": "What is your Environment?", "type": "select", @@ -454,19 +454,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-nextjs/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-nextjs/" } ] } @@ -481,7 +481,7 @@ "tags": ["apm"], "module": "apm", "id": "golang", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/", "question": { "desc": "What is your Environment?", "type": "select", @@ -491,19 +491,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-golang/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-golang/" } ] } @@ -515,7 +515,7 @@ "tags": ["apm"], "module": "apm", "id": "php", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/", "question": { "desc": "What is your Environment?", "type": "select", @@ -525,19 +525,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-php/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-php/" } ] } @@ -549,7 +549,7 @@ "tags": ["apm"], "module": "apm", "id": "dotnet", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/", "question": { "desc": "What is your Environment?", "type": "select", @@ -559,19 +559,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-dotnet/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-dotnet/" } ] } @@ -583,7 +583,7 @@ "tags": ["apm"], "module": "apm", "id": "ruby-on-rails", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/", "question": { "desc": "What is your Environment?", "type": "select", @@ -593,19 +593,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-ruby-on-rails/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-ruby-on-rails/" } ] } @@ -617,7 +617,7 @@ "tags": ["apm"], "module": "apm", "id": "elixir", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/", "question": { "desc": "What is your Environment?", "type": "select", @@ -627,19 +627,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-elixir/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-elixir/" } ] } @@ -651,7 +651,7 @@ "tags": ["apm"], "module": "apm", "id": "rust", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/", "question": { "desc": "What is your Environment?", "type": "select", @@ -661,19 +661,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-rust/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-rust/" } ] } @@ -685,7 +685,7 @@ "tags": ["apm"], "module": "apm", "id": "swift", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/", + "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/", "question": { "desc": "What is your Environment?", "type": "select", @@ -695,19 +695,19 @@ "key": "vm", "label": "VM", "imgUrl": "/Logos/vm.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/" }, { "key": "k8s", "label": "Kubernetes", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/" }, { "key": "windows", "label": "Windows", "imgUrl": "/Logos/windows.svg", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-swift/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-swift/" } ] } @@ -719,7 +719,7 @@ "tags": ["apm"], "module": "apm", "id": "opentelemetry-cpp", - "link": "http://localhost:3000/docs/instrumentation/opentelemetry-cpp/" + "link": "https://signoz.io/docs/instrumentation/opentelemetry-cpp/" }, { "dataSource": "kubernetes-pod-logs", @@ -728,7 +728,7 @@ "tags": ["logs"], "module": "logs", "id": "kubernetes-pod-logs", - "link": "http://localhost:3000/docs/userguide/collect_kubernetes_pod_logs/" + "link": "https://signoz.io/docs/userguide/collect_kubernetes_pod_logs/" }, { "dataSource": "docker-container-logs", @@ -737,7 +737,7 @@ "tags": ["logs"], "module": "logs", "id": "docker-container-logs", - "link": "http://localhost:3000/docs/userguide/collect_docker_logs/" + "link": "https://signoz.io/docs/userguide/collect_docker_logs/" }, { "dataSource": "vercel-logs", @@ -746,7 +746,7 @@ "tags": ["logs"], "module": "logs", "id": "vercel-logs", - "link": "http://localhost:3000/docs/userguide/vercel_logs_to_signoz/" + "link": "https://signoz.io/docs/userguide/vercel_logs_to_signoz/" }, { "dataSource": "heroku-logs", @@ -755,7 +755,7 @@ "tags": ["logs"], "module": "logs", "id": "heroku-logs", - "link": "http://localhost:3000/docs/userguide/heroku_logs_to_signoz/" + "link": "https://signoz.io/docs/userguide/heroku_logs_to_signoz/" }, { "dataSource": "http-logs", @@ -764,7 +764,7 @@ "tags": ["logs"], "module": "logs", "id": "http-logs", - "link": "http://localhost:3000/docs/userguide/send-logs-http/" + "link": "https://signoz.io/docs/userguide/send-logs-http/" }, { "dataSource": "syslogs", @@ -773,7 +773,7 @@ "tags": ["logs"], "module": "logs", "id": "syslogs", - "link": "http://localhost:3000/docs/userguide/collecting_syslogs/" + "link": "https://signoz.io/docs/userguide/collecting_syslogs/" }, { "dataSource": "fluentd", @@ -782,7 +782,7 @@ "tags": ["logs"], "module": "logs", "id": "fluentd", - "link": "http://localhost:3000/docs/userguide/fluentd_to_signoz/" + "link": "https://signoz.io/docs/userguide/fluentd_to_signoz/" }, { "dataSource": "fluentbit", @@ -791,7 +791,7 @@ "tags": ["logs"], "module": "logs", "id": "fluentbit", - "link": "http://localhost:3000/docs/userguide/fluentbit_to_signoz/" + "link": "https://signoz.io/docs/userguide/fluentbit_to_signoz/" }, { "dataSource": "logstash", @@ -800,7 +800,7 @@ "tags": ["logs"], "module": "logs", "id": "logstash", - "link": "http://localhost:3000/docs/userguide/logstash_to_signoz/" + "link": "https://signoz.io/docs/userguide/logstash_to_signoz/" }, { "dataSource": "tomcat-logs", @@ -809,7 +809,7 @@ "tags": ["logs"], "module": "logs", "id": "tomcat-logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/collect-tomcat-access-and-garbage-collector-logs/" + "link": "https://signoz.io/docs/logs-management/send-logs/collect-tomcat-access-and-garbage-collector-logs/" }, { "dataSource": "vector-logs", @@ -818,7 +818,7 @@ "tags": ["logs"], "module": "logs", "id": "vector-logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/vector-logs-to-signoz/" + "link": "https://signoz.io/docs/logs-management/send-logs/vector-logs-to-signoz/" }, { "dataSource": "windows-events-logs", @@ -826,7 +826,7 @@ "imgUrl": "/Logos/windows-events-logs.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/windows-events-log/" + "link": "https://signoz.io/docs/logs-management/send-logs/windows-events-log/" }, { "dataSource": "cloudwatch-logs", @@ -834,7 +834,7 @@ "imgUrl": "/Logos/cloudwatch-logs.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/userguide/send-cloudwatch-logs-to-signoz/" + "link": "https://signoz.io/docs/userguide/send-cloudwatch-logs-to-signoz/" }, { "dataSource": "from-log-file", @@ -842,7 +842,7 @@ "imgUrl": "/Logos/from-log-file.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/aws-lambda-nodejs/" + "link": "https://signoz.io/docs/logs-management/send-logs/aws-lambda-nodejs/" }, { "dataSource": "aws-lambda-nodejs-logs", @@ -850,7 +850,7 @@ "imgUrl": "/Logos/lambda.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/userguide/collect_logs_from_file/" + "link": "https://signoz.io/docs/userguide/collect_logs_from_file/" }, { "dataSource": "python-logs-auto-instrumentation", @@ -858,7 +858,7 @@ "imgUrl": "/Logos/python.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/userguide/python-logs-auto-instrumentation/" + "link": "https://signoz.io/docs/userguide/python-logs-auto-instrumentation/" }, { "dataSource": "otel-java-sdk", @@ -866,7 +866,7 @@ "imgUrl": "/Logos/java.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/userguide/collecting_application_logs_otel_sdk_java/" + "link": "https://signoz.io/docs/userguide/collecting_application_logs_otel_sdk_java/" }, { "dataSource": "nodejs-pino-logs", @@ -874,7 +874,7 @@ "imgUrl": "/Logos/pino.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/nodejs-pino-logs/" + "link": "https://signoz.io/docs/logs-management/send-logs/nodejs-pino-logs/" }, { "dataSource": "nodejs-winston-logs/", @@ -882,7 +882,7 @@ "imgUrl": "/Logos/winston.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/nodejs-winston-logs/" + "link": "https://signoz.io/docs/logs-management/send-logs/nodejs-winston-logs/" }, { "dataSource": "golang-zap-logs", @@ -890,7 +890,7 @@ "imgUrl": "/Logos/zap.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/zap-to-signoz/" + "link": "https://signoz.io/docs/logs-management/send-logs/zap-to-signoz/" }, { "dataSource": "golang-logrus-logs", @@ -898,7 +898,7 @@ "imgUrl": "/Logos/logrus.svg", "tags": ["logs"], "module": "logs", - "link": "http://localhost:3000/docs/logs-management/send-logs/logrus-to-signoz/" + "link": "https://signoz.io/docs/logs-management/send-logs/logrus-to-signoz/" }, { "dataSource": "hostmetrics", @@ -906,7 +906,7 @@ "tags": ["infrastructure monitoring"], "module": "infra-monitoring-hosts", "imgUrl": "/Logos/hostmetrics.svg", - "link": "http://localhost:3000/docs/userguide/hostmetrics/" + "link": "https://signoz.io/docs/userguide/hostmetrics/" }, { "dataSource": "k8s-metrics", @@ -914,7 +914,7 @@ "tags": ["infrastructure monitoring"], "module": "infra-monitoring-k8s", "imgUrl": "/Logos/kubernetes.svg", - "link": "http://localhost:3000/docs/userguide/k8s-metrics/" + "link": "https://signoz.io/docs/userguide/k8s-metrics/" }, { "dataSource": "docker-container-metrics", @@ -922,7 +922,7 @@ "tags": ["metrics"], "module": "metrics", "imgUrl": "/Logos/docker.svg", - "link": "http://localhost:3000/docs/userguide/k8s-metrics/" + "link": "https://signoz.io/docs/userguide/k8s-metrics/" }, { "dataSource": "ec2-application-logs", @@ -930,7 +930,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/ec2.svg", - "link": "http://localhost:3000/docs/aws-monitoring/ec2-logs/" + "link": "https://signoz.io/docs/aws-monitoring/ec2-logs/" }, { "dataSource": "ec2-infrastructure-metrics", @@ -938,7 +938,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ec2.svg", - "link": "http://localhost:3000/docs/aws-monitoring/ec2-infra-metrics/" + "link": "https://signoz.io/docs/aws-monitoring/ec2-infra-metrics/" }, { "dataSource": "ecs-ec2", @@ -946,7 +946,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ecs.svg", - "link": "http://localhost:3000/docs/userguide/collecting-ecs-logs-and-metrics/" + "link": "https://signoz.io/docs/userguide/collecting-ecs-logs-and-metrics/" }, { "dataSource": "ecs-external", @@ -954,7 +954,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ecs.svg", - "link": "http://localhost:3000/docs/userguide/collecting-ecs-logs-and-metrics/" + "link": "https://signoz.io/docs/userguide/collecting-ecs-logs-and-metrics/" }, { "dataSource": "ecs-fargate", @@ -962,7 +962,7 @@ "tags": ["AWS"], "module": "metrics", "imgUrl": "/Logos/ecs.svg", - "link": "http://localhost:3000/docs/userguide/collecting-ecs-sidecar-infra/" + "link": "https://signoz.io/docs/userguide/collecting-ecs-sidecar-infra/" }, { "dataSource": "eks", @@ -970,7 +970,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/eks.svg", - "link": "http://localhost:3000/docs/aws-monitoring/eks/" + "link": "https://signoz.io/docs/aws-monitoring/eks/" }, { "dataSource": "elb-logs", @@ -978,7 +978,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/elb.svg", - "link": "http://localhost:3000/docs/aws-monitoring/elb-logs/" + "link": "https://signoz.io/docs/aws-monitoring/elb-logs/" }, { "dataSource": "vpc-logs", @@ -986,7 +986,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/vpc.svg", - "link": "http://localhost:3000/docs/aws-monitoring/vpc-logs/" + "link": "https://signoz.io/docs/aws-monitoring/vpc-logs/" }, { "dataSource": "rds-logs", @@ -994,7 +994,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/rds.svg", - "link": "http://localhost:3000/docs/aws-monitoring/rds-logs/" + "link": "https://signoz.io/docs/aws-monitoring/rds-logs/" }, { "dataSource": "aws-lambda", @@ -1002,7 +1002,7 @@ "tags": ["AWS", "logs"], "module": "logs", "imgUrl": "/Logos/lambda.svg", - "link": "http://localhost:3000/docs/aws-monitoring/lambda-logs/" + "link": "https://signoz.io/docs/aws-monitoring/lambda-logs/" }, { "dataSource": "vm-metrics-and-logging", @@ -1010,7 +1010,7 @@ "tags": ["Azure"], "module": "apm", "imgUrl": "/Logos/azure-vm.svg", - "link": "http://localhost:3000/docs/azure-monitoring/virtual-machines/vm-metrics/" + "link": "https://signoz.io/docs/azure-monitoring/virtual-machines/vm-metrics/" }, { "dataSource": "app-service", @@ -1026,19 +1026,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-vm.svg", - "link": "http://localhost:3000/docs/azure-monitoring/app-service/logging/" + "link": "https://signoz.io/docs/azure-monitoring/app-service/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-vm.svg", - "link": "http://localhost:3000/docs/azure-monitoring/app-service/metrics/" + "link": "https://signoz.io/docs/azure-monitoring/app-service/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-vm.svg", - "link": "http://localhost:3000/docs/azure-monitoring/app-service/tracing/" + "link": "https://signoz.io/docs/azure-monitoring/app-service/tracing/" } ] } @@ -1049,7 +1049,7 @@ "tags": ["Azure"], "module": "apm", "imgUrl": "/Logos/azure-app-service.svg", - "link": "http://localhost:3000/docs/azure-monitoring/aks/" + "link": "https://signoz.io/docs/azure-monitoring/aks/" }, { "dataSource": "azure-container-apps", @@ -1065,19 +1065,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-container-apps.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-container-apps/logging/" + "link": "https://signoz.io/docs/azure-monitoring/az-container-apps/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-container-apps.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-container-apps/metrics/" + "link": "https://signoz.io/docs/azure-monitoring/az-container-apps/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-container-apps.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-container-apps/tracing/" + "link": "https://signoz.io/docs/azure-monitoring/az-container-apps/tracing/" } ] } @@ -1096,19 +1096,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-functions.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-fns/logging/" + "link": "https://signoz.io/docs/azure-monitoring/az-fns/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-functions.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-fns/metrics/" + "link": "https://signoz.io/docs/azure-monitoring/az-fns/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-functions.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-fns/tracing/" + "link": "https://signoz.io/docs/azure-monitoring/az-fns/tracing/" } ] } @@ -1119,7 +1119,7 @@ "tags": ["Azure"], "module": "metrics", "imgUrl": "/Logos/azure-sql-database-metrics.svg", - "link": "http://localhost:3000/docs/azure-monitoring/db-metrics/" + "link": "https://signoz.io/docs/azure-monitoring/db-metrics/" }, { "dataSource": "azure-blob-storage", @@ -1135,19 +1135,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/azure-blob-storage.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-blob-storage/logging/" + "link": "https://signoz.io/docs/azure-monitoring/az-blob-storage/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/azure-blob-storage.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-blob-storage/metrics/" + "link": "https://signoz.io/docs/azure-monitoring/az-blob-storage/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/azure-blob-storage.svg", - "link": "http://localhost:3000/docs/azure-monitoring/az-blob-storage/tracing/" + "link": "https://signoz.io/docs/azure-monitoring/az-blob-storage/tracing/" } ] } @@ -1166,25 +1166,25 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/logging/" }, { "key": "metrics", "label": "Cloud Function Metrics", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/fns-metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/fns-metrics/" }, { "key": "metrics", "label": "Custom Metrics", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/custom-metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/custom-metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-cloud-functions.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcp-fns/tracing/" + "link": "https://signoz.io/docs/gcp-monitoring/gcp-fns/tracing/" } ] } @@ -1203,19 +1203,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-app-engine.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/app-engine/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/app-engine/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-app-engine.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/app-engine/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/app-engine/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-app-engine.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/app-engine/tracing/" + "link": "https://signoz.io/docs/gcp-monitoring/app-engine/tracing/" } ] } @@ -1234,19 +1234,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-compute-engine.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/compute-engine/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/compute-engine/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-compute-engine.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/compute-engine/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/compute-engine/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-compute-engine.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/compute-engine/tracing/" + "link": "https://signoz.io/docs/gcp-monitoring/compute-engine/tracing/" } ] } @@ -1265,13 +1265,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-storage.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcs/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/gcs/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-storage.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcs/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/gcs/metrics/" } ] } @@ -1290,13 +1290,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-sql.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/cloud-sql/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/cloud-sql/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-sql.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/cloud-sql/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/cloud-sql/metrics/" } ] } @@ -1315,13 +1315,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-load-balancer.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcp-clb/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/gcp-clb/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-load-balancer.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gcp-clb/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/gcp-clb/metrics/" } ] } @@ -1340,13 +1340,13 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-vpc.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/vpc/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/vpc/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-vpc.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/vpc/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/vpc/metrics/" } ] } @@ -1365,19 +1365,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-gke.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gke/gke-logging-and-metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/gke/gke-logging-and-metrics/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-gke.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gke/gke-logging-and-metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/gke/gke-logging-and-metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-gke.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/gke/gke-tracing/" + "link": "https://signoz.io/docs/gcp-monitoring/gke/gke-tracing/" } ] } @@ -1396,19 +1396,19 @@ "key": "logging", "label": "Logs", "imgUrl": "/Logos/gcp-cloud-run.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/cloud-run/logging/" + "link": "https://signoz.io/docs/gcp-monitoring/cloud-run/logging/" }, { "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-run.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/cloud-run/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/cloud-run/metrics/" }, { "key": "tracing", "label": "Traces", "imgUrl": "/Logos/gcp-cloud-run.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/cloud-run/tracing/" + "link": "https://signoz.io/docs/gcp-monitoring/cloud-run/tracing/" } ] } @@ -1427,7 +1427,7 @@ "key": "metrics", "label": "Metrics", "imgUrl": "/Logos/gcp-cloud-monitoring.svg", - "link": "http://localhost:3000/docs/gcp-monitoring/cloud-monitoring/metrics/" + "link": "https://signoz.io/docs/gcp-monitoring/cloud-monitoring/metrics/" } ] } @@ -1438,7 +1438,7 @@ "imgUrl": "/Logos/llm-monitoring.svg", "tags": ["LLM Monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/community/llm-monitoring/" + "link": "https://signoz.io/docs/community/llm-monitoring/" }, { "dataSource": "android-java", @@ -1446,7 +1446,7 @@ "imgUrl": "/Logos/android-java-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-java/" + "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-java/" }, { "dataSource": "android-kotlin", @@ -1454,7 +1454,7 @@ "imgUrl": "/Logos/android-kotlin-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-kotlin/" + "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-kotlin/" }, { "dataSource": "flutter", @@ -1462,7 +1462,7 @@ "imgUrl": "/Logos/flutter-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-flutter/" + "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-flutter/" }, { "dataSource": "swift", @@ -1470,7 +1470,7 @@ "imgUrl": "/Logos/swift-monitoring.svg", "tags": ["mobile app monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/instrumentation/mobile-instrumentation/opentelemetry-swiftui/" + "link": "https://signoz.io/docs/instrumentation/mobile-instrumentation/opentelemetry-swiftui/" }, { "dataSource": "web-vitals", @@ -1478,7 +1478,7 @@ "imgUrl": "/Logos/llm-monitoring.svg", "tags": ["Frontend Monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/frontend-monitoring/opentelemetry-web-vitals/" + "link": "https://signoz.io/docs/frontend-monitoring/opentelemetry-web-vitals/" }, { "dataSource": "document-load", @@ -1486,6 +1486,6 @@ "imgUrl": "/Logos/document-load.svg", "tags": ["Frontend Monitoring"], "module": "apm", - "link": "http://localhost:3000/docs/frontend-monitoring/document-load/" + "link": "https://signoz.io/docs/frontend-monitoring/document-load/" } ] From e9c1c49b021fee0434f4f5009984a7270cc6fd89 Mon Sep 17 00:00:00 2001 From: CheetoDa Date: Wed, 12 Mar 2025 00:10:32 +0530 Subject: [PATCH 3/4] chore: resolved comments --- .../onboarding-configs/onboarding-config-with-links.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 06b47948503..b33bdffa8e3 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 @@ -877,7 +877,7 @@ "link": "https://signoz.io/docs/logs-management/send-logs/nodejs-pino-logs/" }, { - "dataSource": "nodejs-winston-logs/", + "dataSource": "nodejs-winston-logs", "label": "Winston Logs", "imgUrl": "/Logos/winston.svg", "tags": ["logs"], @@ -910,7 +910,7 @@ }, { "dataSource": "k8s-metrics", - "label": "Kuberenetes Monitoring", + "label": "Kubernetes Monitoring", "tags": ["infrastructure monitoring"], "module": "infra-monitoring-k8s", "imgUrl": "/Logos/kubernetes.svg", From 5007f98120c79140737922c17f35dec5dca969b8 Mon Sep 17 00:00:00 2001 From: CheetoDa Date: Wed, 12 Mar 2025 01:02:06 +0530 Subject: [PATCH 4/4] chore: optimised svg images --- .../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 | 2 +- frontend/public/Logos/django.svg | 42 +-- frontend/public/Logos/docker.svg | 2 +- frontend/public/Logos/document-load.svg | 2 +- 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 | 18 +- 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 | 74 +----- frontend/public/Logos/python-others.svg | 3 +- frontend/public/Logos/python.svg | 3 +- frontend/public/Logos/quarkus.svg | 13 +- 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 | 27 +- frontend/public/Logos/zap.svg | 10 +- 85 files changed, 85 insertions(+), 1157 deletions(-) diff --git a/frontend/public/Logos/android-java-monitoring.svg b/frontend/public/Logos/android-java-monitoring.svg index b2eb976ea4d..185be736856 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 3480717db76..57ec2f00228 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 09c59e99fa9..c2a44eaccc3 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 60bf068531c..c12b0f33f39 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 699c84721b7..f1d36f04844 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 ecfcfc08d4e..3a9b41a5f4c 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 d45672703d4..1dfb3d7ce0b 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 54051fc58f5..741ac3a2713 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 16501330964..5487de0b0a2 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 3dd3d4db91a..aa3603fa519 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 9face30fb9e..f1230b0beb1 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 fed69970bb3..0ff026d6563 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 bde2b818816..c4ba1cea049 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 46e787df156..18bc36afdf0 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 9eb82fbb256..6b5e69c2c1b 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 index a177a90ee95..99b0044e54d 100644 --- a/frontend/public/Logos/cpp.svg +++ b/frontend/public/Logos/cpp.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/public/Logos/django.svg b/frontend/public/Logos/django.svg index 80cbe71c827..2bf4a6e55e3 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 ff2b2b4381f..b7f541a5b06 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 index 00a9e21c80f..2aa088b8677 100644 --- a/frontend/public/Logos/document-load.svg +++ b/frontend/public/Logos/document-load.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/public/Logos/dotnet.svg b/frontend/public/Logos/dotnet.svg index d204a090424..8c30839b2c4 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 14f083fd6d5..809e3bde884 100644 --- a/frontend/public/Logos/ec2.svg +++ b/frontend/public/Logos/ec2.svg @@ -1,18 +1 @@ - - - - Icon-Architecture/64/Arch_Amazon-EC2_64 - Created with Sketch. - - - - - - - - - - - - - \ 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 c2ef4c212f0..298bf962087 100644 --- a/frontend/public/Logos/ecs.svg +++ b/frontend/public/Logos/ecs.svg @@ -1,18 +1 @@ - - - - Icon-Architecture/64/Arch_Amazon-Elastic-Container-Service_64 - Created with Sketch. - - - - - - - - - - - - - \ 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 b4a9336b1e4..f9ed63b6f80 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 2ac7bed2785..44eed963786 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 63f85412284..f4a5cd051de 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 4dc0362ab85..46fbf073092 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 22deec6694f..dc47ccf8682 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 85f2d133724..9e93fbabd01 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 257941467a2..3ed0264f06a 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 34f7d1c6d79..ad499b467f5 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 05ccd00206e..2c467232295 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 313b30ff76a..eb4c27471b4 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 61560fd4cfc..e1aa82a96dd 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 046144123d3..b994fc366fc 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 2d10189401e..c78d7481c10 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 2b02982241a..f76e8d9b390 100644 --- a/frontend/public/Logos/gcp-cloud-load-balancer.svg +++ b/frontend/public/Logos/gcp-cloud-load-balancer.svg @@ -1,28 +1 @@ - - - - - - - Icon_24px_LoadBalancing_Color - - - - - - - - - - - - - - - - - - - - - \ 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 ab3111db6d7..8d505afe923 100644 --- a/frontend/public/Logos/gcp-cloud-monitoring.svg +++ b/frontend/public/Logos/gcp-cloud-monitoring.svg @@ -1 +1 @@ -Icon_24px_Monitoring_Color \ 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 e2e3b7d3165..b1b9dfd6c9c 100644 --- a/frontend/public/Logos/gcp-cloud-run.svg +++ b/frontend/public/Logos/gcp-cloud-run.svg @@ -1 +1 @@ -Icon_24px_CloudRun_Color \ 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 b6910a6d7cb..fca0e436f85 100644 --- a/frontend/public/Logos/gcp-cloud-sql.svg +++ b/frontend/public/Logos/gcp-cloud-sql.svg @@ -1,20 +1 @@ - - - - - - - Icon_24px_SQL_Color - - - - - - - - - - - - - \ 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 d30e0030858..5b06633eb05 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 9ed632fae3c..961530f8600 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 9cbabc50fdf..42f1d28b7d2 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 295b0ee2abc..c2e648c80d7 100644 --- a/frontend/public/Logos/gcp-vpc.svg +++ b/frontend/public/Logos/gcp-vpc.svg @@ -1 +1 @@ -Icon_24px_VirtualPrivateCloud_Color \ 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 64e96207771..71017e61ff0 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 91f1f98ff18..75be3a7a77c 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 60bf068531c..c12b0f33f39 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 f09e4eee205..ddfd284cde3 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 7e9c623de6a..34c2076b079 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 7e9c623de6a..34c2076b079 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 9650ca78efa..97cf150db8c 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 cf727552602..60d957e04ad 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 86e288be34d..9626c3a6ca3 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 0975f058ff3..beda9437207 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 7b8cb6b9a0c..648c7d59b27 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 index 7524b0b9635..9659d9d7ccf 100644 --- a/frontend/public/Logos/logrus.svg +++ b/frontend/public/Logos/logrus.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/frontend/public/Logos/logstash.svg b/frontend/public/Logos/logstash.svg index cf718cd0888..66cc4c39203 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 69830240c2e..01a2aa720d5 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 50ccbbd18e9..768ee71c22a 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 9c2d5c64a53..b6053af008e 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 0481f9f80e2..8d75d7b6e31 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 9eb82fbb256..6b5e69c2c1b 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 37a5e6fe7ec..618c8bcf671 100644 --- a/frontend/public/Logos/php.svg +++ b/frontend/public/Logos/php.svg @@ -1,96 +1 @@ - - - Official PHP Logo - - - - image/svg+xml - - Official PHP Logo - - - Colin Viebrock - - - - - - - - - - - - Copyright Colin Viebrock 1997 - All rights reserved. - - - 1997 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ 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 index 8cbd0941b9d..ee599a298a5 100644 --- a/frontend/public/Logos/pino.svg +++ b/frontend/public/Logos/pino.svg @@ -1,73 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - + \ No newline at end of file diff --git a/frontend/public/Logos/python-others.svg b/frontend/public/Logos/python-others.svg index e771ee25415..b1ba69ed5d4 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 e771ee25415..b1ba69ed5d4 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 index be721de2fe0..d554520e698 100644 --- a/frontend/public/Logos/quarkus.svg +++ b/frontend/public/Logos/quarkus.svg @@ -1,12 +1 @@ - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/public/Logos/rds.svg b/frontend/public/Logos/rds.svg index 245d23725ab..05e3928995c 100644 --- a/frontend/public/Logos/rds.svg +++ b/frontend/public/Logos/rds.svg @@ -1,18 +1 @@ - - - - Icon-Architecture/64/Arch_Amazon-RDS_64 - Created with Sketch. - - - - - - - - - - - - - \ 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 3c2c7472da6..267aa61210d 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 0091b5a8c89..292c9abcc7c 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 a9cce289932..641f7bd37a2 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 60bf068531c..c12b0f33f39 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 740097b5591..153e0d33e70 100644 --- a/frontend/public/Logos/springboot.svg +++ b/frontend/public/Logos/springboot.svg @@ -1 +1 @@ -spring-icon \ 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 9fd1efc698d..de52ba48df8 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 9fd1efc698d..de52ba48df8 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 40f90555771..c7ce5c428e6 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 487a0d7094e..9147ff16892 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 487a0d7094e..9147ff16892 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 b045c75543b..0d2db6ee618 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 5f54fdea951..19368075455 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 eb27e293a7a..7b86d6bd725 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 289a01df5f4..b8ec7ad3bac 100644 --- a/frontend/public/Logos/vpc.svg +++ b/frontend/public/Logos/vpc.svg @@ -1 +1 @@ -aws-vpc \ 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 b2ffa2c4566..98945febac1 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 b2ffa2c4566..98945febac1 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 index 096803cd16d..47b5262a442 100644 --- a/frontend/public/Logos/winston.svg +++ b/frontend/public/Logos/winston.svg @@ -1,26 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/frontend/public/Logos/zap.svg b/frontend/public/Logos/zap.svg index f08c027cf9b..71914aee532 100644 --- a/frontend/public/Logos/zap.svg +++ b/frontend/public/Logos/zap.svg @@ -1,9 +1 @@ - - - - - - - - - \ No newline at end of file + \ No newline at end of file