New Relic
Monitor Spice Cloud with New Relic
Last updated
Was this helpful?
Was this helpful?
runtime:
telemetry:
metric_prefix: 'spiceai.'
properties:
environment: prod
region: us-west-2
team: data-platform
otel_exporter:
endpoint: https://otlp.nr-data.net/v1/metrics
push_interval: '30s'
headers:
api-key: ${secrets:NEW_RELIC_LICENSE_KEY}SELECT average(spiceai.query_duration_ms) FROM Metric WHERE environment = 'prod' FACET region SINCE 1 hour agocurl https://<app-cname>.spiceai.io/v1/metrics \
-H "X-API-Key: <API_KEY>"