Skip to main content
GET
/
api
/
metrics
/
points
Query metric points
curl --request GET \
  --url http://localhost:4318/api/metrics/points
{
  "rows": [
    {}
  ],
  "count": 123
}

Query Parameters

date_from
string
date_to
string
project_id
string
service_name
string
instrument_name
string
instrument_unit
string
instrument_type
string
select
string
max_rows
integer
default:100
storage
enum<string>
default:auto
Available options:
auto,
local,
s3

Response

200 - application/json

OK

rows
object[]
required
count
integer
required