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

Implement a Dimensional Metrics API #2354

Open
kford-newrelic opened this issue Dec 9, 2023 · 1 comment
Open

Implement a Dimensional Metrics API #2354

kford-newrelic opened this issue Dec 9, 2023 · 1 comment
Labels
8 Story Point Estimate needs review

Comments

@kford-newrelic
Copy link

Description

Today customers can only report timeslice metrics through our language agents. The feature ergonomics are lacking. These custom metrics are not dimensional, they are simple flat metric names that must be queried through the “magical” newrelic.timeslice.value metric, hindering discoverability.

Acceptance Criteria

We will add a new dimensional metric API to our language agents supporting count and summary metrics.  

Design Consideration/Limitations

Custom metric data will be more discoverable as a normal dimensional metric.  DM data is more  usable - customers can filter and facet on autocompletable attribute names. The API and data format is closer to modern telemetry apis like OTel.  Customers can build dashboards using these metrics, and if they later switch to OpenTelemetry agents, they will be able to report the same metrics into their existing dashboards.  A dimensional metric API is a compelling feature that may drive agent upgrades.

Dependencies

N/A

Additional context

Full document with details: APM Agent Dimensional metrics API - Google Docs

@workato-integration
Copy link

@kford-newrelic kford-newrelic added estimate Issue needing estimation jan-mar qtr Possible FY Q4 candidate labels Dec 9, 2023
@kford-newrelic kford-newrelic added 8 Story Point Estimate and removed estimate Issue needing estimation labels Dec 20, 2023
@kford-newrelic kford-newrelic removed the jan-mar qtr Possible FY Q4 candidate label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8 Story Point Estimate needs review
Projects
None yet
Development

No branches or pull requests

2 participants