Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telemetry API Extension #144

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Conversation

iamemilio
Copy link
Contributor

@iamemilio iamemilio commented Jan 25, 2023

This constitutes a re-write or a v3 product of the newrelic-lambda-extension. This new tooling collects data from the telemetry api lambda services and forwards it to New Relic. It also supports collecting server less agent data when configured.

Draft PR

@CLAassistant
Copy link

CLAassistant commented Jan 25, 2023

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Attention: Patch coverage is 23.88797% with 462 lines in your changes missing coverage. Please review.

Project coverage is 41.77%. Comparing base (3c4218d) to head (4f7c563).
Report is 111 commits behind head on main.

Files Patch % Lines
telemetryApi/send_to_new_relic.go 4.07% 256 Missing and 3 partials ⚠️
telemetryApi/client.go 0.00% 61 Missing ⚠️
telemetryApi/listener.go 0.00% 44 Missing ⚠️
agentTelemetry/dispatcher.go 0.00% 39 Missing ⚠️
telemetryApi/dispatcher.go 0.00% 34 Missing ⚠️
agentTelemetry/ipc.go 0.00% 7 Missing ⚠️
config/config.go 87.71% 6 Missing and 1 partial ⚠️
agentTelemetry/batch.go 90.19% 4 Missing and 1 partial ⚠️
agentTelemetry/client.go 88.23% 2 Missing ⚠️
agentTelemetry/payload.go 0.00% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #144       +/-   ##
===========================================
- Coverage   77.59%   41.77%   -35.83%     
===========================================
  Files          24       18        -6     
  Lines        1129      881      -248     
===========================================
- Hits          876      368      -508     
- Misses        193      488      +295     
+ Partials       60       25       -35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants