chore: added doc link for kafka on getStarted for non-cloud users (#6222)

* chore: added doc link for kafka on getStarted for non-cloud users

* chore: added link with utm parameter
This commit is contained in:
SagarRajput-7 2024-10-21 15:52:35 +05:30 committed by GitHub
parent e5be431f18
commit 481f9620d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ import { DataSource } from 'types/common/queryBuilder';
import { v4 as uuid } from 'uuid';
export const KAFKA_SETUP_DOC_LINK =
'https://github.com/shivanshuraj1333/kafka-opentelemetry-instrumentation/tree/master';
'https://signoz.io/docs/messaging-queues/kafka?utm_source=product&utm_medium=kafka-get-started';
export function convertToTitleCase(text: string): string {
return text