Rethink category "Zero-code instrumentation" #6932
Replies: 4 comments 5 replies
-
I think "Instrumentation tools" could work. I wasn't coming up with anything on my own, so I asked ChatGPT if it had any ideas. Here are a couple options to add to the list:
"Application instrumentation" and "Instrumentation ecosystem" might overlap with SDKs. |
Beta Was this translation helpful? Give feedback.
-
I like Assisted instrumentation. It encompasses zero-code, automatic profilers, and a bunch of other stuff. |
Beta Was this translation helpful? Give feedback.
-
yeah, "Assisted" or "assistant" sounds good. I mean it has kind of an AI vibe since everything is an assistant right now but still, it's much better grouping for those than most of the ones we had before 👍 |
Beta Was this translation helpful? Give feedback.
-
As discussed during today's Comms meeting, I'd vote for:
I'd want to set the expectation that, at least for some languages, the instrumentation is fully automatic. Vs. just "assisted instrumentation". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When we discussed separating the language API & SDK docs from the "zero code/automatic" instrumentations we already knew that this second category is not optimal, since it also encapsulates solutions like Spring Boot Starter who are not fully "zero code", e.g. you still need to modify some config files or top level code, or code is changed at compile time, just not by a human.
This now gets even more complicated, since we have the go compile time instrumentation project, the ebpf profiler, and the ebpf instrumentation (beyla), which all kind of fit into the same category but stretch the "zero code" definition.
I would like to kick off this discussion to get answers for the following questions:
Beta Was this translation helpful? Give feedback.
All reactions