newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 598 forks source link

[Spike] Implement Support for AIM Events #2419

Open kford-newrelic opened 9 months ago

kford-newrelic commented 9 months ago

this issue is not ready for implementation we are awaiting a spec to confirm what needs to be accomplished.

Description

For AI Monitoring, we want to allow customers to be able to sample AI events separately from existing custom events. To do this, the agent needs to be able to separate out the AI/LLM events from other custom events as well as provide configuration to tune settings such as the pool size for these events.

Acceptance Criteria

AI Monitoring occurs using a new AI-specific event.

Design Consideration/Limitations

Allows customers to fine-tune the monitoring pool size without impacting other agent features.

Dependencies

N/A

Additional context

CDD

workato-integration[bot] commented 9 months ago

https://new-relic.atlassian.net/browse/NR-219649

kaylareopelle commented 9 months ago

This is not a requirement for GA. The exact approach is still under development.