Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPE-1188] Migrate schematic to SigNoz cloud #1564

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

BryanFauble
Copy link
Collaborator

Problem:

  1. Maintenance of the self-hosted SigNoz solution ended up causing more friction than it was worth.
  2. Schematic needed to be updated to use SigNoz cloud

Solution:

  1. Updating github actions to export telemetry data to SigNoz cloud
  2. Updating documentation to reflect this information as well as dropping the need to complete the oauth2 token exchange

Testing:

  1. Will be testing with this GH action run

@BryanFauble BryanFauble requested a review from a team as a code owner December 26, 2024 21:58
Copy link
Member

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 LGTM! Let's make sure to post in team channel to let everyone know of this change from self hosting to cloud.

Second - does this simplify things in terms of being able to export to other otel services like Jaeger and/or open relic?

@BryanFauble
Copy link
Collaborator Author

Second - does this simplify things in terms of being able to export to other otel services like Jaeger and/or open relic?

It was always the case that we could export data to other otel services or cloud offerings. From all of them that I had looked into though they all follow a similar model where you specify an HTTP header with an API key. In that regard, this means it's easier to swap to whichever cloud provider we want to use. The only caveat is that from python we can only send it to a single location, but, when sending data to an OpenTelemetry collector - That collector can forward the data to 1..* cloud providers. Though - For the most part I assume we only want to send data to a single place.

Copy link

@BryanFauble BryanFauble merged commit aa851e3 into develop Dec 27, 2024
7 of 8 checks passed
@BryanFauble BryanFauble deleted the dpe-1188-migrate-to-signoz-cloud branch December 27, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants