schema.org.ai

newrelic

Observability platform for monitoring applications and infrastructure.

Extends: Technology

New Relic

Observability platform for monitoring applications and infrastructure.

Overview

Category: Monitoring software

Observability platform for monitoring applications and infrastructure.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'New Relic',
  category: 'Monitoring software',
  description: 'Observability platform for monitoring applications and infrastructure.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "New Relic",
  "applicationCategory": "Monitoring software",
  "description": "Observability platform for monitoring applications and infrastructure."
}