Powered By
analyzer pro
analyzer pro
analyzer pro
analyzer pro

Analyzer Pro Official

by Maxroll
Season 29Last Updated: February 4, 2025
Patch Notes

Analyzer Pro Official

GET /api/v1/health → returns "status":"ok","nodes":3 9. API Reference (selected) # Search logs curl -X POST "https://analyzer.pro/api/v1/search" \ -H "Authorization: Bearer $API_TOKEN" \ -d '"query": "status=500", "time_range": "1h"' Create alert curl -X POST "https://analyzer.pro/api/v1/alerts" -H "Content-Type: application/json" -d '"name":"High 500s","condition":"status=500 ' List data sources curl "https://analyzer.pro/api/v1/sources" -H "Authorization: Bearer $API_TOKEN"

from opentelemetry import trace from analyzer_pro import AnalyzerProSpanExporter exporter = AnalyzerProSpanExporter( endpoint="http://analyzer-pro:4318", api_key="your-key" ) trace.get_tracer_provider().add_span_processor(exporter) analyzer pro

© 2026 Maxroll a brand of IGN Entertainment, Inc. All rights reserved.
No part of this website or its content may be reproduced without the copyright owner's permission.
Maxroll is a registered trademark of IGN Entertainment, Inc.