Embrace Metrics API

A Prometheus-compatible read API for querying Embrace metrics with PromQL. Standard Embrace metrics and any Custom Metrics an organization has created are queryable across one app, several apps, or every app in the organization by filtering on app_id. Authenticated with the organization's Metrics API bearer token from Settings → Organization → API. Any PromQL client works against it — the docs ship Node (prometheus-query) and Python (prometheus-api-client) samples against the /api/v1 Prometheus HTTP API surface.

API entry from apis.yml

apis.yml Raw ↑
aid: embrace-metrics-api
name: Embrace Metrics API
description: A Prometheus-compatible read API for querying Embrace metrics with PromQL. Standard Embrace
  metrics and any Custom Metrics an organization has created are queryable across one app, several apps,
  or every app in the organization by filtering on app_id. Authenticated with the organization's Metrics
  API bearer token from Settings → Organization → API. Any PromQL client works against it — the docs ship
  Node (prometheus-query) and Python (prometheus-api-client) samples against the /api/v1 Prometheus HTTP
  API surface.
humanURL: https://embrace.io/docs/metrics-forwarding/metrics-api/
baseURL: https://api.embrace.io/metrics
tags:
- Metrics
- PromQL
- Prometheus
- Observability
- Monitoring
properties:
- type: Documentation
  url: https://embrace.io/docs/metrics-forwarding/metrics-api/
- type: APIReference
  url: https://embrace.io/docs/metrics-forwarding/metrics-api/
- type: Examples
  url: https://embrace.io/docs/metrics-forwarding/metrics-api/code-samples/
- type: Authentication
  url: authentication/embrace-authentication.yml