In depth detail of data being produced to newrelic
We went through docs.newrelic.com/docs/data-apis/manage-data/manage-data-coming-new-relic/
It just shows around 7 sources of data being ingested to newrelic.
We want to know more details exactly what type of data from which all apps are being ingested so that we can reduce the amount.
We even tried to run following query based on docs.newrelic.com/docs/new-relic-solutions/observability-maturity/operational-efficiency/data-governance-baseline-ingest-guide/#prereqs
SELECT * FROM NrConsumption LIMIT 5
It gave only two rows in result.
Read more here: Source link
