Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.01 KB

File metadata and controls

26 lines (23 loc) · 1.01 KB

Hi 👋, I'm Raksmey

A Software Engineer from Cambodia living in Phnom Penh City

Connect with me:

bouali-ali-33026072

The Complete Spring Data JPA

Learn Spring data JPA from basic to advance

graph TD
    SDK["OpenTelemetry SDK"] --> |HTTP or gRPC| COLLECTOR
    COLLECTOR["Jaeger Collector"] --> STORE[Storage]
    COLLECTOR --> |gRPC| PLUGIN[Storage Plugin]
    COLLECTOR --> |gRPC/sampling| SDK
    PLUGIN --> STORE
    QUERY[Jaeger Query Service] --> STORE
    QUERY --> |gRPC| PLUGIN
    UI[Jaeger UI] --> |HTTP| QUERY
    subgraph Application Host
        subgraph User Application
            SDK
        end
    end
Loading