-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Move integrations to registry #4991
Move integrations to registry #4991
Conversation
Signed-off-by: svrnm <[email protected]>
Signed-off-by: svrnm <[email protected]>
Signed-off-by: svrnm <[email protected]>
Signed-off-by: svrnm <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, quite the refactoring, and improvements! RSLGTM 🎉
@@ -5,7 +5,7 @@ weight: 40 | |||
cSpell:ignore: Ecto Hex | |||
--- | |||
|
|||
{{% docs/languages/libraries-intro "Erlang" %}} | |||
{{% docs/languages/libraries-intro "erlang" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit, which you don't need to fix, but thought that I'd mention:
{{% docs/languages/libraries-intro "erlang" %}} | |
{{% docs/languages/libraries-intro erlang %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great!
Major rework for the registry, this moves all integrations into the registry, by that data gets de-duplicated, and reusable. Ultimately we should do the same with vendors & adopters, to make the registry our "single source of truth", but step by step.
I also restructured the integrations page a little bit, splitting libraries from "application integrations"
Preview Integrations: https://deploy-preview-4991--opentelemetry.netlify.app/ecosystem/integrations/
Preview Registry: https://deploy-preview-4991--opentelemetry.netlify.app/ecosystem/registry/
FYI, this tags all maintainers because I had to restructure the standardized "libraries" page