-
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
Include OpenLIT to OpenTelemetry Vendors #4378
Conversation
@patcher9 taking a look at what OpenLIT is, it looks to me that it should be listed with "integrations" not with "vendors" |
@patcher9 also, are you involved in the LLM Semantic Conventions SIG already? |
Yeah I was a bit confused for sure. But I figured our SDK is what I was gonna add in "Integrations", But since our UI is providing dashboards which are powered by Otel data (can be any OTEL trace that is sent), Vendors made sense for the UI front. Its quite similar to Traceloop which is listed in vendors in this list already
Not involved fully involved yet, Though we follow the semantics that were merged recently as we have been following the progress for a while now |
Ah, I missed the UI part then somehow, then you're at the right place. In that case the
👍 |
My bad, Lemme clear it a bit on how it works And now since we only work on OTEL (Actual ingestion being via collector), Linking out to the root of the repo made more sense. Based on the flow and as I saw SigNoz and traceloop directly link out to their website, I felt Repo root might be better to use |
Then your solution is not supporting native OTLP. Please annotate that in your entry correctly. Note that our page currently states that the vendor list only contains vendors with native OTLP support, so we might consider splitting the list out in those with native and those without native support.
We need to follow up with them then, because they should also point to the right documentation. |
Cool, Updated the native OTLP to Does it work now? with repo link. It does say at the heading itself |
To make it short, our vendors page does not reflect the reality of what backends do and can do anymore. It needs some rework, but that's none of your concerns (except you are open to help with that:-)), please add the link to your docs and then I'll merge in the PR |
@svrnm Updated the link to point to our docs |
/fix:refcache |
You triggered fix:refcache action run at https://github.com/open-telemetry/opentelemetry.io/actions/runs/8922156839 |
Appreciated, I will raise an issue and tag you there as well (maybe we have one already so I might reuse that one, need to check) |
Hey @svrnm one question I missed to add the Also Can I add the SDK to the Integrations page, Seems like a good fit? Just wanted to confirm on these two before I make another PR |
Distributions is not used anymore, since we have a dedicated page for them: https://opentelemetry.io/ecosystem/distributions/
It's either a distribution or an integration. Spreading it out across all the pages is not something we should do as it decreases the value of each page. I think your SDK is best described as a distribution. |
In this PR, I have added OpenLIT as a OTEL Vendors as we provide LLM Observability to our end users. I have linked out to our Repository as the source. I have included the entry in the alphabetical order in the list.
Please let me know if you have any suggestions, Thanks!