New Relic
Last updated
curl -v -XPOST https://api.thousandeyes.com/v7/streams -H "Content-Type: application/json" -H \
"Authorization: Bearer $BEARER_TOKEN" -d '{
"type": "opentelemetry",
"testMatch": [{
"id": "281474976717575",
"domain": "cea"
}],
"endpointType": "http",
"streamEndpointUrl": "https://otlp.eu01.nr-data.net:4318/v1/metrics",
"customHeaders": {
"api-key": "{NEW_RELIC_LICENSE_KEY}"
}
}'curl -v -XPOST https://api.thousandeyes.com/v7/streams -H "Content-Type: application/json" -H \
"Authorization: Bearer $BEARER_TOKEN" -d '{
"type": "opentelemetry",
"testMatch": [{
"id": "281474976717575",
"domain": "cea"
}],
"endpointType": "grpc",
"streamEndpointUrl": "https://otlp.eu01.nr-data.net:4317",
"customHeaders": {
"api-key": "{NEW_RELIC_LICENSE_KEY}"
}
}'