• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

Find and query your NGINX data in New Relic

View your NGINX data in New Relic

Once your setup is complete and data is flowing, you can view your NGINX metrics and logs in New Relic and create custom alerts.

Query your data with NRQL

You can create custom queries to analyze your NGINX data:

Example queries:

-- View request rate over time
FROM Metric SELECT rate(sum(nginx.requests), 1 minute)
WHERE nginx.deployment.name = 'production-web-01'
TIMESERIES
-- Check connection states
FROM Metric SELECT latest(nginx.connections_current)
WHERE nginx.deployment.name = 'production-web-01'
FACET state
-- Analyze log patterns (if log forwarding enabled)
FROM Log SELECT count(*)
WHERE nginx.deployment.name = 'production-web-01'
FACET status SINCE 1 hour ago

Troubleshoot data visibility

Next steps

Learn more about your data:

Setup guides:

Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.