-
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
New Blog Post: Build your own OpenTelemetry backents for fun, analytics... and maybe some profit :) #5809
Comments
@open-telemetry/docs-approvers adding this as context, @arusevm and I talked about this as a follow up to #5419 on slack and I suggested that a blog post may be an option here. @arusevm on the blog post, a few points:
|
Sounds good to me - fun is always good, aaand also, my feeling is many people prefer to learn about something (like OTEL) by looking at the data. On top of that - by showing some data we can also add a few suggestions on how to add 'own' telemetry. That is - if a developer is looking to instrument their own code - a few practical suggestions on how to approach it... sort of follow from seeing how fields in the data are populated... We do have a few of these suggestions on our repo - I can get a link to that if an example will help?
Yeah, I think something more focused is better. I shared a number of bullet points that I knew are too much for a single post. Superset comes with Druid (needs a database to query), we also have a fork of the otel demo app that also deploys Druid and Superset, so, we have the extra option that people can quickly try it. Don't know if that fits, but it's there anyway... My only worry is that the OpenTelemetry guides on writing blog posts do mention something like 'prefer CNCF open source over non-CNCF... like Prometheus/Jaeger...' and Superset/Druid might go against that? |
That's the spin I am looking for for such a post, it's less about "oh, observability backends are so expensive, let my build my own thing, how hard could that be", but more about exploring the data, playing with it, etc. So yes, suggestions are welcome.
That would work for me. You might want to call out that superset also has support for clickhouse, but druid is also good.
We prefer CNCF, but in that particular case it's about demonstrating otel + these projects, and most importantly you are not affiliated with them/trying to sell some Apache Superset like product. E.g. it would be a different matter if someone from Preset would write that article, as this would go against our social media guidelines (of course I would love seeing something like that on their blog or any other blog as well, it's just not applicable here), I hope that makes sense. |
Yeah, have no intention to go in the direction of 'critical use' (as done by DevOps monitoring production environments, for example) - we don't have the experience and can hardly contribute anything. Over here we're mostly into 'actually telemetry data has other uses too (especially for developers).' So, whatever I do will be 'out of critical use' and into (if possible) - 'get creative about what else you can do with this data'. For example - with Superset might do examples with different charts (different than the ones you typically get on Ops monitoring platforms) to illustrate key points in OpenTelemetry - like signal correlation, but also in a non-critical context... I don't know, more like illustrating how things work rather than what happens right now on prod... By the way - the above is one of the reasons why I do like the 'tests telemetry' part - it's not 'critical use', code tests are common to all software developers, and the needs (in terms of visualizations on the data) are different (than monitoring production environments). What do you think about this? I kinda would like to have some sort of context or background for the post, like - 'let's have some fun with telemetry from the tests that we run anyway'... I have some other candidates too, but not necessarily as broad, might be specific to a programming language, etc... What do you think? One more question by the way, kind of follows from all of the above: I'm not completely sure about how OpenTelemetry looks at the 'Dev or Ops' thing. On one hand, on the home page there's a 'Get started by your role', sort of suggests to me that there is a distinction between the two. But on the other - for the blog - can I 'afford' to write only for the devs? Or anything else I might be missing here? |
works for me!
That eventually goes away. Don't worry too much about it. Note that most folks (including myself) will be out of office during the next week (or two), so let's follow up afterwards! Thanks & happy holidays |
Hi,
We've been using OpenTelemetry in some less obvious ways and have accumulated code and content that we started sharing recently. We believe that with the help of additional open source projects it's quite easy for software developers to build their own OTEL backends - for analytics, audit logging and even usage-based billing. Thought that might be interesting to the broader community, but not hundred percent sure what fits and what doesn't, so, I'll quickly outline it here and see how it goes.
A short intro I have in mind:
And a very, very quick outline (as I'm not sure these topics actually fit):
Depending on the topics above - a post might refer to open source from Apache (like Arrow, BookKeeper, Druid, Parquet, Superset and other...), Pandas, Jupyter notebooks and more. May also refer to popular and not-so-open-source platforms like GitHub (and its Actions) for example.
Also, might refer to open source created by us - (note: it's a work in progress, haven't shared everything yet).
Happy to provide more details here or on CNCF Slack.
The text was updated successfully, but these errors were encountered: