Sentry Metrics - Now in Beta 🔥🔥🔥 #64195
Replies: 20 comments 33 replies
-
This sounds great! But I am a little confused how it differs from the custom metrics already in the product, aside from maybe better dashboarding features? |
Beta Was this translation helpful? Give feedback.
-
This is super exciting! Are there calculations for metrics? And also, for counter metrics, can we see count? One thing I would like to do is calculate late sum/count for a specific metric as a success percentage (0 = success, 1 = failure) |
Beta Was this translation helpful? Give feedback.
-
One first feedback: The different JS functions can't be used in a cloudflare worker environment where I/O is not allowed outside the request, it fails with:
I'm trying to find a workaround, but it doesn't look like there is one at the moment. |
Beta Was this translation helpful? Give feedback.
-
Very exciting stuff! Is there any documentation on the equations currently supported? |
Beta Was this translation helpful? Give feedback.
-
UpdateWe've now transitioned Sentry Metrics from alpha to beta 🚀 |
Beta Was this translation helpful? Give feedback.
-
This looks really cool, but I'm curious -- what's the SaaS pricing situation on metrics now/when it goes GA? Will they use Performance Units (if so, how many) or are they included for no extra charge as the docs seem to indicate? I personally like the free option, but I'm biased. |
Beta Was this translation helpful? Give feedback.
-
Metrics look great so far. The only thing that is a bit confusing to me is the default view that can be saved. This functionality is not scoped to the project but for the user (or for everyone, can't say for sure). This is a bit clunky since switching between projects also retains the metrics displayed. We have projects where metrics vary drastically from each other. For me a functionality like a project scoped default view is missing right now. |
Beta Was this translation helpful? Give feedback.
-
Nice work! Will metrics be available on on-premise installations? |
Beta Was this translation helpful? Give feedback.
-
This feature looks really interesting. We are checking it out while the feature is in Beta and free.
Overall, it looks not that readable atm and should be improved. |
Beta Was this translation helpful? Give feedback.
-
Hi! Is there a way to maybe send metrics over an HTP request? I migrated my project from python to Go, and I can see that metrics is not supported by the Go SDK, bit metrics are super important to my project currently |
Beta Was this translation helpful? Give feedback.
-
Is there way to get same |
Beta Was this translation helpful? Give feedback.
-
I have some piece of feedback:
|
Beta Was this translation helpful? Give feedback.
-
This is a great addition to the Sentry service, but I'm having trouble with visibility of metrics (or delays in flushing metrics) using Java SDK v7.9.0. It looks like sometimes it takes hours for the metrics to show up in the Sentry dashboards, and sometimes I'm not sure they show up at all (which makes for rather poor metrics, since I can't trust that they'll get there). Should I file a separate ticket? |
Beta Was this translation helpful? Give feedback.
-
asp.net projects are listed under "unsupported" even though it works: |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using Node (and Express) and already use Sentry for issues, performance and other features. Now trying out Metrics and I've added this code in one of our APIs and after calling the API several times, no custom metrics shows up in the Sentry UI. I've waited more than an hour and see nothing. What else should I do? I've went through this Sentry Metrics documentation. Sentry.metrics.increment('item.product', 1, {
tags: { 'item.status': 'active' },
}); |
Beta Was this translation helpful? Give feedback.
-
[Announcement] Upcoming API changesHi everyone, Through the beta process so far, we've learned that metrics that are connected to traces give our users a more intuitive and connected debugging workflow. We're committed to surfacing actionable insights in Sentry and we think tracing is core to helping developers find the root cause of an unexpected behaviour in their app. To deliver a more effective metrics experience, we will be transitioning to a new Metrics API that ensures all collected metrics have a correlated span. You'll eventually need to migrate to the new APIs once released and we will continue to support the existing for a sufficient period of time to allow for a smooth transition. We believe that this change will enhance debugging capabilities by ensuring metrics are consistently linked with all your Sentry data through traces. We hope you agree and encourage you to continue providing feedback, so we can deliver the best possible product experience. For more context and details about this upcoming change, please check out this article. |
Beta Was this translation helpful? Give feedback.
-
Hi Alexandra,
I missed setting "metricsAggregator" to "true". After that, the metrics
started flowing. So we can close this ticket.
Thanks,
Gopi
…On Thu, Jun 13, 2024 at 2:41 AM Alexandra Cota ***@***.***> wrote:
Thanks for reporting, @JeremiaAu <https://github.com/JeremiaAu> 🙏 we'll
fix this.
—
Reply to this email directly, view it on GitHub
<#64195 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDTHJK3YCNEW6HUQX2DX3FTZHFSN7AVCNFSM6AAAAABCRYIVUSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TONRRGQZTS>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Gopi Sundharam
*Skuvent, Inc* | Co-Founder, CTO
***@***.*** | m: 408-836-0944
|
Beta Was this translation helpful? Give feedback.
-
I am using Metrics to track the success rate of network requests on my Android App. Can this functionality be added? Looking forward to your reply, thank you! @ale-cota |
Beta Was this translation helpful? Give feedback.
-
Hello, we're building a Cordova mobile app but metrics are not yet supported in the Cordova SDK. So I'm trying to use a second browser SDK instance where metrics are supported, but keep the instances separate as per the guidance here: I see in those docs this approach isn't recommended but we're stuck between a rock and a hard place because although the Cordova SDK is missing metrics support, it still has some functionality we need around native crashes, offline storage etc. Because the |
Beta Was this translation helpful? Give feedback.
-
How to get metrics out of Sentry? Is there a Rest API or Prometheus exporter? |
Beta Was this translation helpful? Give feedback.
-
Sentry’s latest product is now in Alpha. With metrics you can track and visualize the data points you care about over time, making it easier to monitor your application health and identify issues.
You can create custom metrics that matter to your team, like processing time, checkout conversion rate, or user sign ups, and also explore out-of-the-box metrics, like transaction duration.
Processing_time.mov
If you find something interesting, like a spike in processing time, drill into specific events and use correlated traces and other signals like profiles to find the cause of the issue.
Trace_Correlation.mov
Create metric-based alerts to get notified about unexpected changes or spikes and stay ahead of issues. If you want to continuously monitor a particular metric, add the widget to a Dashboard for quick comparison and reference.
Sign-up for the waitlist
Sentry Metrics is currently in Alpha for our Javascript, Python, PHP, .NET, and Rust SDKs. Features are still in-progress and may have bugs so you’ll likely encounter a few - we recognize the irony.
Join our waitlist to be among one of the first to try it out. You’ll be contacted when it’s your turn via email.
Let us know what you think
If you are an early adopter, we’d love to hear what you think. How are you metrics? How is it helping you and your team? How could it be improved?
Please post down below to ask any questions and let us know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions