Documentation to create Linkerd extensions #8679
Replies: 1 comment 3 replies
-
Hi @dashingsat, thanks for the interest! We unfortunately do not have any concrete documentation on creating your own extension. Extensions in general make use of the Linkerd API. For example, different viz CLI commands might interact with the metrics api to get the relevant metric: linkerd2/viz/metrics-api/proto/viz.proto Lines 195 to 205 in b8e549e Generally, once installed, extensions have a special label
tapshark is a great example of an extension that interacts with the tap api to list events. I'd look through the code there as a starting point :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We are extremely new to Linkerd. I was trying to see if there are some existing getting started documentations to create own extensions.
Thanks and Regards
Satya
Beta Was this translation helpful? Give feedback.
All reactions