Operations | Monitoring | ITSM | DevOps | Cloud

Blog

The AppD Approach: Increasing Mobile Engagement with Business iQ

With 2.3 billion smartphone users worldwide, enterprises can’t afford to ignore the mobile channel. Last year, $2 billion of Black Friday’s total sales of $5.03 billion were spent on mobile devices. And mobile isn’t just about shopping. People are now spending equal amounts of time on mobile devices and desktop computers. Flurry Insights pegs the average time that people devote to mobile devices at 5 hours a day.

Less Toil, More Coil - Telemetry Analysis with Python

This was a frequent request we were hearing from many customers: "How can I analyze my data with Python?" The Python Data Science toolchain (Jupyter/NumPy/pandas) offers a wide spectrum of advanced data analytics capabilities. Therefore, seamless integration with this environment is important for our customers who want to make use of those tools.

Stackdriver brings powerful alerting capabilities to the condition editor UI

We are excited to announce the beta version of our new alerting condition configuration UI. In addition to allowing you to define alerting conditions more precisely, this new UI provides an easier, more visual way to find the metrics to alert on. The new UI lets you use the same metrics selector as used in Stackdriver’s Metrics Explorer to define a broader set of conditions. Starting today, you can use that metrics selector to create and edit threshold conditions for alerting policies.

Sentry Raises $16 Million Series B from NEA and Accel

We recently raised an additional $16 million in funding from our partners at NEA and Accel. What are we going to do with these additional funds? Great question! For a long time Sentry has had a rigid, singular focus: given an application error, discover everything a developer needs to know about it and inform the team as quickly as possible.

The AppD Approach: Market-changing SAP Monitoring

AppDynamics’ unique, market-changing SAP Monitoring Agent is the only APM solution delivering code-level SAP visibility and real-user, business transaction performance monitoring. For enterprises running SAP business applications, our innovative agent can significantly improve service quality, cost of service, speed and innovation.

timeShift(GrafanaBuzz, 1w) Issue 46

The day has finally arrived; GDPR is officially in effect! These new policies are meant to provide more transparency about the data companies collect on users, and how that data is used. I for one am just excited that the onslaught of "We’ve updated our privacy policy" emails arriving in my pummeled inbox is nearing its end.

Apache SkyWalking provides open source APM and distributed tracing in .NET Core field

In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.

Finding slow ActiveRecord queries with Scout

Once your Rails app begins seeing consistent traffic, you're bound to have slow SQL queries. While PostgreSQL and MySQL can log slow queries, it's difficult to gleam actionable information from this raw stream. The slow query logs lack application context: where's the LOC generating the query? Is this slow all of the time, or just some of the time? Which controller-action or background job is the caller? Enter Scout.