Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.simplismart.ai/llms.txt

Use this file to discover all available pages before exploring further.

Simplismart exposes deployment metrics in Prometheus format, ready for integration with any observability platform. Monitor GPU utilization, Kubernetes health, and HTTP request metrics, all from a single endpoint.

Quick Start

1

Configure scrape endpoint

Below given is the scrape endpoint:
https://api.app.simplismart.ai/observability/metrics/federate/
The Federate API is rate limited to 5 requests per minute.
2

Set up authentication

Use Simplismart API KEY for authentication.
authorization:
  type: Bearer
  credentials: "${SIMPLISMART_API_KEY}"
3

Configure scrape interval

The recommended scrape interval is 60 seconds. It is advised not to reduce the interval below 30 seconds, as shorter intervals may not provide meaningful additional visibility and can lead to unnecessary overhead.

Supported integrations

Send metrics to your preferred observability platform using OpenTelemetry Collector:

Prometheus

Scrape and query metrics using Prometheus

Datadog

Forward metrics to Datadog for monitoring

New Relic

Send metrics to New Relic for observability
For detailed metric descriptions, see the supported metrics reference.