Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Add Event support - Draft as it depends on #24 merged #25

Closed
wants to merge 6 commits into from

Conversation

jthurman42
Copy link
Contributor

@jthurman42 jthurman42 commented Aug 7, 2020

This adds basic support for sending Events to New Relic.

Features:

  • Enables quick event creation via Harvester.ReportEvent()
  • Handles batching / reporting same as Metrics/Spans
  • Has an Integration test! Add NEW_RELIC_INSIGHTS_INSERT_KEY to GH Secrets and the Github Action tests will create some test events. Without the Environment variable integration tests are skipped.

@justinfoote
Copy link
Contributor

@jthurman42, I'm going to pull your the first commit from this PR into my in-progress work to support OpenTelemetry span Events (#31), and we'll include it in our next release.
But I'm going to leave the build refactoring out for now.

@a-feld
Copy link
Contributor

a-feld commented Apr 20, 2021

No idea why progress stopped here, but closing b/c I think it's no longer relevant? Reopen if required 😄

@a-feld a-feld closed this Apr 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add support for Events
3 participants