Introduction
Leveraging the OpenTelemetry Protocol (OTLP), msServiceProfiler Trace offers the forwarding service to collect, process, and route distributed Trace data, enabling performance monitoring and analysis across microservice architectures.
msServiceProfiler Trace profiles request metrics, such as response time, response status, client IP address/port, and server IP address/port, from MindIE Motor services and exports them to OTLP-compliant, open-source platforms like Jaeger for analysis.
- This version targets the MindIE inference framework, supporting both single-node and multi-node PD contention deployments.
- Currently, Trace monitoring can be performed only on the /v1/chat/completions and /v1/completions core APIs of MindIE for sending requests.
- For details about the msServiceProfiler Trace data monitoring APIs, see "msServiceProfiler API Reference (C++)" > "Trace Data Monitoring".
- For details about MindIE Motor, see MindIE Service Development Guide.
Parent topic: msServiceProfiler Trace Data Monitoring