Monitoring
Available

New Relic Integration

TigerTrust integrates with New Relic to provide comprehensive certificate observability. Track certificate health, monitor expiration timelines, and receive intelligent alerts alongside your application metrics.

Key Features

APM Integration
Custom Events
Alerts
Dashboards
NRQL Queries
Infrastructure Agent
Synthetic Monitoring

Benefits

Unified observability for certificates and applications
Custom dashboards for certificate metrics
NRQL-powered certificate analytics
Integration with New Relic Alerts
Correlation with APM traces

Common Use Cases

Monitoring certificate expiration across infrastructure

Correlating certificate issues with application performance

Creating executive dashboards for certificate health

Setting up proactive expiration alerts

New Relic Integration with TigerTrust

TigerTrust integrates with New Relic to provide comprehensive certificate observability alongside your application monitoring.

Event Integration

TigerTrust sends custom events to New Relic:

{ "eventType": "TigerTrustCertificate", "certificateId": "cert-123", "commonName": "api.example.com", "issuer": "DigiCert", "daysUntilExpiry": 30, "keySize": 2048, "algorithm": "RSA", "environment": "production", "status": "valid" }

NRQL Queries

Query certificate data with NRQL:

-- Certificates expiring within 30 days SELECT count(*) FROM TigerTrustCertificate WHERE daysUntilExpiry < 30 FACET environment SINCE 1 day ago -- Certificate health by issuer SELECT average(daysUntilExpiry) FROM TigerTrustCertificate FACET issuer TIMESERIES AUTO -- Renewal success rate SELECT percentage(count(*), WHERE status = 'renewed') FROM TigerTrustCertificateEvent WHERE eventType = 'renewal' SINCE 1 week ago

Pre-Built Dashboards

Import TigerTrust dashboards for instant visibility:

  • Certificate Inventory Overview
  • Expiration Timeline
  • Compliance Status
  • Renewal Analytics
  • Environment Breakdown

Alert Conditions

Set up intelligent certificate alerts:

{ "name": "Certificate Expiring Soon", "type": "static", "nrql": { "query": "SELECT min(daysUntilExpiry) FROM TigerTrustCertificate WHERE environment = 'production'" }, "critical": { "operator": "below", "threshold": 7 }, "warning": { "operator": "below", "threshold": 30 } }

APM Correlation

Correlate certificate events with application performance:

  • Link certificate issues to error rates
  • Track TLS handshake performance
  • Monitor certificate-related latency
  • Identify certificate impact on transactions

Infrastructure Agent

Deploy the infrastructure agent for host-level certificate monitoring:

  • File system certificate scanning
  • Process certificate usage
  • Network certificate inspection
  • Container certificate discovery

Achieve complete certificate observability with New Relic and TigerTrust.

Getting Started

1

Generate a New Relic Insights Insert Key

2

Configure New Relic integration in TigerTrust

3

Install pre-built dashboards

4

Set up certificate alert conditions

5

Enable infrastructure agent integration

Ready to Integrate New Relic?

Get started with TigerTrust and automate your certificate lifecycle management today.