-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SigNoz Integration #26
Comments
Logs API - https://signoz.io/docs/logs-management/logs-api/overview/#api-endpoint |
Also, for Logs API since community edition does not have apikey support, if we can get support via user credentials that would make integration more widely used. |
Thanks for sharing the references to SigNoz docs :) @nitin302 About the logs API - can you please elaborate on the API key v.s basic credentials? Are you referring to SigNoz community edition? BTW - If you want to take a stab at that and implement and initial version of SigNoz integration, that would be amazing :) I can help you on that. |
Yes, the SigNoz community edition does not have API key support - https://signoz.io/#/, but typically user credentials (basic) works. I might be interested in contributing, if you can share steps... I can create a new PR. |
@nitin302 sure, I can provide some guidance :) Thanks for showing interest. For the SigNoz integration, I recommend following the structure we used for Coralogix: Database: Add a new record in the vendors table by updating UI Card: Copy the Coralogix UI card in Sub-Agent: Create a sub-agent in Langchain based on the Coralogix structure, modifying it for SigNoz. Currently, the Coralogix agent fetches logs, so we’ll need to decide what SigNoz should do. (Optional) Processor: If needed, create a processor for Opsgenie incidents to handle SigNoz-related root-cause-analysis flows. The main work is to create the sub-agent. This is the trickiest part, and requires some prompt engineering. Lemme know what you think about it. I'd be happy to hop on a call with you if you want to discuss further :) |
@david1542 @nitin302 I am going to attempt Signoz integration. We will see how it turns out. I will update this thread with what I plan and then discuss |
@vikash-fourkites Gotcha, thanks for good spirit of contributing 😊 I know @nitin302 has started working on that. @nitin302 Do you mind sharing your progress maybe? |
I wasn't able to make much progress but i've provided context to @vikash-fourkites, thanks. |
@nitin302 awesome, thanks a lot. |
Hi @david1542, I noticed there haven't been any updates on the issue since September 18. I'm interested in contributing and would love to take it on if possible. Could you also send me an invitation to join the Slack? Thanks! |
Hi @Subash-Mohan :) Thanks for reaching out! We're currently working on it ourselves. You can join the Slack community using this link. |
Add an integration with SigNoz. The integration, in the initial phase, should do the following:
The text was updated successfully, but these errors were encountered: