Closed jkowall closed 16 hours ago
Name | Link |
---|---|
Latest commit | c79b24dc982206011e3070cc46357c0bd3f653ff |
Latest deploy log | https://app.netlify.com/sites/romantic-neumann-1959d7/deploys/673cffb876843e0008326700 |
Deploy Preview | https://deploy-preview-783--romantic-neumann-1959d7.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
It doesn't fully address the ticket, as I would like the diagram to be more detailed w.r.t. the core extensions
Can you provide what you mean by "core extensions" that you'd like to see?
Can you provide what you mean by "core extensions" that you'd like to see?
jaeger_storage
, jaeger_query
and jaeger_storage_exporter
are what I consider core components, since without them there is no Jaeger-v2.
All of these should be addressed with the latest push (two).
linter complains of missleppings
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:79:6 - Unknown word (Recievers) fix: (Receivers)
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:80:103 - Unknown word (Recieve) fix: (Receive)
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:82:115 - Unknown word (Recieve) fix: (Receive)
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:84:113 - Unknown word (Recieve) fix: (Receive)
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:86:115 - Unknown word (Recieve) fix: (Receive)
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:98:126 - Unknown word (OLTP)
/home/runner/work/documentation/documentation/content/docs/next-release-v2/architecture.md:100:1[18](https://github.com/jaegertracing/documentation/actions/runs/11921650283/job/33226240441?pr=783#step:4:19) - Unknown word (OLTP)
Should be fixed now, sorry for the missed spelling correction.
Which problem is this PR solving?
Part of #777
Description of the changes
Added new diagram Provided details of all components, ref:
How was this change tested?
local make develop
Checklist