OpenTelemetry Metrics to Last9
This API endpoint allows writing metrics in OpenTelemetry format to Last9. It expects the token and tenant to be passed in the request URL which can be retrieved from the Last9 cluster's "Write/Read Data" section.
POST
https://app-tsdb.last9.io/1.0/stream/{token}/sender/{tenant}/write
This API endpoint allows writing metrics in OpenTelemetry format to Last9. It expects the token and tenant to be passed in the request URL which can be retrieved from the Last9 cluster's "Write/Read Data" section.
PATH PARAMS
token
- Token which is unique for each Last9 cluster. Get this from the "Write/Read Data" section in your Last9 Cluster.
tenant
- Name of the tenant. This is typically the slug for your organization in Last9 platform.
version
- Version
BODY PARAMS
RAW_BODY
- OpenTelemetry Compatible Metrics Payload.
Reach out to us on cs@last9.io
if you have any questions about how to get started with sending data via OpenTelemetry to Last9.