{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/3"}],"enrichment":{"capability":"Sends custom metrics, events, logs, and distributed traces to New Relic for monitoring and observability without requiring a full agent installation.","skillfed_tags":["observability","new-relic","telemetry"],"use_cases":["Send custom business metrics (e.g., user signups, transaction amounts) to New Relic dashboards","Instrument distributed traces across microservices by creating and sending Span objects","Log application events and errors directly to New Relic for centralized audit and diagnostics","Monitor custom application gauges (e.g., queue depth, cache hit rate) without an agent","Build lightweight observability into serverless or containerized workloads where agent overhead is undesirable"],"what_it_does":"The New Relic Telemetry SDK is a Python library that sends observability data directly to New Relic's ingestion APIs without requiring a full APM agent. It supports four data types: metrics (gauge, count, summary), events (custom business events), logs (application log messages), and spans (distributed traces). You instantiate a client for each data type, construct the appropriate data objects, and call send or send_batch to transmit them to New Relic.\n\nThe package depends only on urllib3 for HTTP transport and supports Python 3.9 through 3.14 on both CPython and PyPy. It's useful when you want fine-grained control over what telemetry you collect and send, or when you need to instrument custom code without deploying a full agent. The documentation references New Relic's rate limits for each API, which you should review before high-volume use.","worth_installing":"Yes, if you need lightweight custom telemetry ingestion to New Relic and want to avoid agent overhead. The package is actively maintained, has no known vulnerabilities, and a permissive license. Install it when you're building observability into specific code paths rather than instrumenting an entire application."},"id":"newrelic-telemetry-sdk","links":{"html":"https://skillfed.io/packages/newrelic-telemetry-sdk","md":"https://skillfed.io/packages/newrelic-telemetry-sdk.md","pypi":"https://pypi.org/project/newrelic-telemetry-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-23","license_spdx":null,"license_treatment":"permissive","name":"newrelic-telemetry-sdk","python_support":"supports_current","summary":"New Relic Telemetry SDK"},"popularity":{"monthly_downloads":845991,"position":4917,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.9.0"}
