Skip to content

Commit

Permalink
Merge pull request #6026 from newrelic/Usage-data-dictionary-edits
Browse files Browse the repository at this point in the history
Data dictionary edits for usage events/attributes
  • Loading branch information
zuluecho9 committed Feb 7, 2022
2 parents d37ff1d + 22dba5d commit 253c22b
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 92 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: 'New Instant observability partner integrations for CI/CD, Kubernetes, and machine learning'
title: 'New Instant Observability partner integrations for CI/CD, Kubernetes, and machine learning'
summary: 'Nine new quickstarts for monitoring CI/CD, MLOps, and load testing'
releaseDate: '2022-01-31'
learnMoreLink: 'https://newrelic.com/blog/nerdlog/quickstarts-machine-learning-kubernetes-cicd'
getStartedLink: 'https://developer.newrelic.com/instant-observability/'
---
In case you missed it, [New Relic I/O](https://docs.newrelic.com/whats-new/2021/10/instant-observability-10-13-21) helps you instrument, monitor, and analyze your stack in minutes. The secret ingredient is [400+ free expert-built quickstarts](https://developer.newrelic.com/instant-observability/) that bundle the integrations, guides, dashboards, and alerts for the technologies you rely on.

## New integrations for instant observability
## New integrations for Instant Observability

![Partners contributing quickstarts to Instant Observability](./images/io-partner-quickstarts.png "Partners contributing quickstarts to Instant Observability")

Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/data-dictionary/events/NrConsumption/FullUsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ events:
- NrMTDConsumption
---

The number of Full Stack Observability users provisioned.
The number of full platform users.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ events:
- NrMTDConsumption
---

The number of gigabytes ingested by the consuming account via either an agent, a custom event API, or another integration.
The amount of data ingested by the consuming account.
10 changes: 0 additions & 10 deletions src/data-dictionary/events/NrConsumption/IncidentEvents.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/data-dictionary/events/NrConsumption/month.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ events:
- NrMTDConsumption
---

The month and year during which the consumption occurred, expressed by the month spelled out and the year in the format yyyy. Example: August 2020
The month and year during which the consumption occurred. Example: August 2020.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: FullPlatformUsersBillable
type: attribute
units: count
events:
- NrMTDConsumption
---

The number of billable full platform users.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: FullPlatformUsersFree
type: attribute
units: count
events:
- NrMTDConsumption
---

The number of full platform users within the free limit (if available).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ events:
- NrMTDConsumption
---

The number of Full-Stack Observability users provisioned that are billable.
The number of billable full platform users.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ events:
- NrMTDConsumption
---

The number of Full-Stack Observability users provisioned that are within the free limit.
The number of full platform users within the free limit (if available).

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dataSources:
- Account Usage
---

This event tracks your New Relic platform usage and estimated cost across an entire billing period. It generates aggregate values from the NrConsumption event.
This event tracks your New Relic usage (data and billable users) and estimated cost across an entire calendar month. It generates aggregate values from the `NrConsumption` event.

0 comments on commit 253c22b

Please sign in to comment.