Alternatives to SignalFx logo

Alternatives to SignalFx

Datadog, Prometheus, Splunk, Sumo Logic, and Zipkin are the most popular alternatives and competitors to SignalFx.
55
111
+ 1
22

What is SignalFx and what are its top alternatives?

We provide operational intelligence for today’s elastic architectures through monitoring specifically designed for microservices and containers with: -powerful and proactive alerting -metrics aggregation -visualization into time series data
SignalFx is a tool in the Performance Monitoring category of a tech stack.

Top Alternatives to SignalFx

  • Datadog
    Datadog

    Datadog is the leading service for cloud-scale monitoring. It is used by IT, operations, and development teams who build and operate applications that run on dynamic or hybrid cloud infrastructure. Start monitoring in minutes with Datadog! ...

  • Prometheus
    Prometheus

    Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. ...

  • Splunk
    Splunk

    It provides the leading platform for Operational Intelligence. Customers use it to search, monitor, analyze and visualize machine data. ...

  • Sumo Logic
    Sumo Logic

    Cloud-based machine data analytics platform that enables companies to proactively identify availability and performance issues in their infrastructure, improve their security posture and enhance application rollouts. Companies using Sumo Logic reduce their mean-time-to-resolution by 50% and can save hundreds of thousands of dollars, annually. Customers include Netflix, Medallia, Orange, and GoGo Inflight. ...

  • Zipkin
    Zipkin

    It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. ...

  • New Relic
    New Relic

    The world’s best software and DevOps teams rely on New Relic to move faster, make better decisions and create best-in-class digital experiences. If you run software, you need to run New Relic. More than 50% of the Fortune 100 do too. ...

  • Instana
    Instana

    It is the Application Performance Management solution for modern dynamic applications, using automation and AI to manage their service quality. ...

  • Grafana
    Grafana

    Grafana is a general purpose dashboard and graph composer. It's focused on providing rich ways to visualize time series metrics, mainly though graphs but supports other ways to visualize data through a pluggable panel architecture. It currently has rich support for for Graphite, InfluxDB and OpenTSDB. But supports other data sources via plugins. ...

SignalFx alternatives & related posts

Datadog logo

Datadog

9K
7.6K
857
Unify logs, metrics, and traces from across your distributed infrastructure.
9K
7.6K
+ 1
857
PROS OF DATADOG
  • 137
    Monitoring for many apps (databases, web servers, etc)
  • 107
    Easy setup
  • 87
    Powerful ui
  • 83
    Powerful integrations
  • 70
    Great value
  • 54
    Great visualization
  • 46
    Events + metrics = clarity
  • 41
    Custom metrics
  • 41
    Notifications
  • 39
    Flexibility
  • 19
    Free & paid plans
  • 16
    Great customer support
  • 15
    Makes my life easier
  • 10
    Adapts automatically as i scale up
  • 9
    Easy setup and plugins
  • 8
    Super easy and powerful
  • 7
    AWS support
  • 7
    In-context collaboration
  • 6
    Rich in features
  • 5
    Docker support
  • 4
    Cost
  • 4
    Full visibility of applications
  • 4
    Monitor almost everything
  • 4
    Cute logo
  • 4
    Automation tools
  • 4
    Source control and bug tracking
  • 4
    Simple, powerful, great for infra
  • 4
    Easy to Analyze
  • 4
    Best than others
  • 3
    Best in the field
  • 3
    Expensive
  • 3
    Good for Startups
  • 3
    Free setup
  • 2
    APM
CONS OF DATADOG
  • 19
    Expensive
  • 4
    No errors exception tracking
  • 2
    External Network Goes Down You Wont Be Logging
  • 1
    Complicated

related Datadog posts

Robert Zuber

Our primary source of monitoring and alerting is Datadog. We’ve got prebuilt dashboards for every scenario and integration with PagerDuty to manage routing any alerts. We’ve definitely scaled past the point where managing dashboards is easy, but we haven’t had time to invest in using features like Anomaly Detection. We’ve started using Honeycomb for some targeted debugging of complex production issues and we are liking what we’ve seen. We capture any unhandled exceptions with Rollbar and, if we realize one will keep happening, we quickly convert the metrics to point back to Datadog, to keep Rollbar as clean as possible.

We use Segment to consolidate all of our trackers, the most important of which goes to Amplitude to analyze user patterns. However, if we need a more consolidated view, we push all of our data to our own data warehouse running PostgreSQL; this is available for analytics and dashboard creation through Looker.

See more
Farzeem Diamond Jiwani
Software Engineer at IVP · | 8 upvotes · 1.3M views

Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

Current Environment: .NET Core Web app hosted on Microsoft IIS

Future Environment: Web app will be hosted on Microsoft Azure

Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

Please advise on the above. Thanks!

See more
Prometheus logo

Prometheus

4.5K
3.7K
239
An open-source service monitoring system and time series database, developed by SoundCloud
4.5K
3.7K
+ 1
239
PROS OF PROMETHEUS
  • 47
    Powerful easy to use monitoring
  • 38
    Flexible query language
  • 32
    Dimensional data model
  • 27
    Alerts
  • 23
    Active and responsive community
  • 22
    Extensive integrations
  • 19
    Easy to setup
  • 12
    Beautiful Model and Query language
  • 7
    Easy to extend
  • 6
    Nice
  • 3
    Written in Go
  • 2
    Good for experimentation
  • 1
    Easy for monitoring
CONS OF PROMETHEUS
  • 12
    Just for metrics
  • 6
    Bad UI
  • 6
    Needs monitoring to access metrics endpoints
  • 4
    Not easy to configure and use
  • 3
    Supports only active agents
  • 2
    Written in Go
  • 2
    TLS is quite difficult to understand
  • 2
    Requires multiple applications and tools
  • 1
    Single point of failure

related Prometheus posts

Conor Myhrvold
Tech Brand Mgr, Office of CTO at Uber · | 15 upvotes · 4M views

Why we spent several years building an open source, large-scale metrics alerting system, M3, built for Prometheus:

By late 2014, all services, infrastructure, and servers at Uber emitted metrics to a Graphite stack that stored them using the Whisper file format in a sharded Carbon cluster. We used Grafana for dashboarding and Nagios for alerting, issuing Graphite threshold checks via source-controlled scripts. While this worked for a while, expanding the Carbon cluster required a manual resharding process and, due to lack of replication, any single node’s disk failure caused permanent loss of its associated metrics. In short, this solution was not able to meet our needs as the company continued to grow.

To ensure the scalability of Uber’s metrics backend, we decided to build out a system that provided fault tolerant metrics ingestion, storage, and querying as a managed platform...

https://eng.uber.com/m3/

(GitHub : https://github.com/m3db/m3)

See more
Matt Menzenski
Senior Software Engineering Manager at PayIt · | 15 upvotes · 694.1K views

Grafana and Prometheus together, running on Kubernetes , is a powerful combination. These tools are cloud-native and offer a large community and easy integrations. At PayIt we're using exporting Java application metrics using a Dropwizard metrics exporter, and our Node.js services now use the prom-client npm library to serve metrics.

See more
Splunk logo

Splunk

739
958
14
Search, monitor, analyze and visualize machine data
739
958
+ 1
14
PROS OF SPLUNK
  • 2
    Ability to style search results into reports
  • 2
    Alert system based on custom query results
  • 2
    API for searching logs, running reports
  • 2
    Query engine supports joining, aggregation, stats, etc
  • 1
    Query any log as key-value pairs
  • 1
    Splunk language supports string, date manip, math, etc
  • 1
    Granular scheduling and time window support
  • 1
    Custom log parsing as well as automatic parsing
  • 1
    Dashboarding on any log contents
  • 1
    Rich GUI for searching live logs
CONS OF SPLUNK
  • 1
    Splunk query language rich so lots to learn

related Splunk posts

Shared insights
on
KibanaKibanaSplunkSplunkGrafanaGrafana

I use Kibana because it ships with the ELK stack. I don't find it as powerful as Splunk however it is light years above grepping through log files. We previously used Grafana but found it to be annoying to maintain a separate tool outside of the ELK stack. We were able to get everything we needed from Kibana.

See more
Shared insights
on
SplunkSplunkElasticsearchElasticsearch

We are currently exploring Elasticsearch and Splunk for our centralized logging solution. I need some feedback about these two tools. We expect our logs in the range of upwards > of 10TB of logging data.

See more
Sumo Logic logo

Sumo Logic

195
280
21
Cloud Log Management for Application Logs and IT Log Data
195
280
+ 1
21
PROS OF SUMO LOGIC
  • 11
    Search capabilities
  • 5
    Live event streaming
  • 3
    Pci 3.0 compliant
  • 2
    Easy to setup
CONS OF SUMO LOGIC
  • 2
    Expensive
  • 1
    Occasionally unreliable log ingestion
  • 1
    Missing Monitoring

related Sumo Logic posts

Logentries, LogDNA, Timber.io, Papertrail and Sumo Logic provide free pricing plan for #Heroku application. You can add these applications as add-ons very easily.

See more
Zipkin logo

Zipkin

192
142
10
A distributed tracing system
192
142
+ 1
10
PROS OF ZIPKIN
  • 10
    Open Source
CONS OF ZIPKIN
    Be the first to leave a con

    related Zipkin posts

    New Relic logo

    New Relic

    22.1K
    8.4K
    1.9K
    New Relic is the industry’s largest and most comprehensive cloud-based observability platform.
    22.1K
    8.4K
    + 1
    1.9K
    PROS OF NEW RELIC
    • 415
      Easy setup
    • 344
      Really powerful
    • 244
      Awesome visualization
    • 194
      Ease of use
    • 151
      Great ui
    • 107
      Free tier
    • 80
      Great tool for insights
    • 66
      Heroku Integration
    • 55
      Market leader
    • 49
      Peace of mind
    • 21
      Push notifications
    • 20
      Email notifications
    • 17
      Heroku Add-on
    • 16
      Error Detection and Alerting
    • 13
      Multiple language support
    • 11
      Server Resources Monitoring
    • 11
      SQL Analysis
    • 9
      Transaction Tracing
    • 8
      Azure Add-on
    • 8
      Apdex Scores
    • 7
      Analysis of CPU, Disk, Memory, and Network
    • 6
      Application Availability Monitoring and Alerting
    • 6
      Performance of External Services
    • 6
      Detailed reports
    • 6
      Error Analysis
    • 6
      Application Response Times
    • 5
      JVM Performance Analyzer (Java)
    • 5
      Most Time Consuming Transactions
    • 4
      Easy to use
    • 4
      Browser Transaction Tracing
    • 4
      Top Database Operations
    • 3
      Application Map
    • 3
      Custom Dashboards
    • 3
      Pagoda Box integration
    • 3
      Weekly Performance Email
    • 2
      Easy to setup
    • 2
      App Speed Index
    • 2
      Background Jobs Transaction Analysis
    • 2
      Easy visibility
    • 1
      Real User Monitoring Overview
    • 1
      Time Comparisons
    • 1
      Access to Performance Data API
    • 1
      Free
    • 1
      Super Expensive
    • 1
      Incident Detection and Alerting
    • 1
      Best monitoring on the market
    • 1
      Rails integration
    • 1
      Worst Transactions by User Dissatisfaction
    • 1
      Real User Monitoring Analysis and Breakdown
    • 1
      Team Collaboration Tools
    • 1
      Metric Data Resolution
    • 1
      Metric Data Retention
    • 1
      Best of the best, what more can you ask for
    • 0
      Exceptions
    • 0
      Cost
    • 0
      Price
    • 0
      Proce
    CONS OF NEW RELIC
    • 20
      Pricing model doesn't suit microservices
    • 10
      UI isn't great
    • 7
      Expensive
    • 7
      Visualizations aren't very helpful
    • 5
      Hard to understand why things in your app are breaking

    related New Relic posts

    Farzeem Diamond Jiwani
    Software Engineer at IVP · | 8 upvotes · 1.3M views

    Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

    Current Environment: .NET Core Web app hosted on Microsoft IIS

    Future Environment: Web app will be hosted on Microsoft Azure

    Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

    Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

    Please advise on the above. Thanks!

    See more
    Jerome Dalbert
    Principal Backend Software Engineer at StackShare · | 5 upvotes · 275.9K views

    We currently monitor performance with the following tools:

    1. Heroku Metrics: our main app is Hosted on Heroku, so it is the best place to get quick server metrics like memory usage, load averages, or response times.
    2. Good old New Relic for detailed general metrics, including transaction times.
    3. Skylight for more specific Rails Controller#action transaction times. Navigating those timings is much better than with New Relic, as you get a clear full breakdown of everything that happens for a given request.

    Skylight offers better Rails performance insights, so why use New Relic? Because it does frontend monitoring, while Skylight doesn't. Now that we have a separate frontend app though, our frontend engineers are looking into more specialized frontend monitoring solutions.

    Finally, if one of our apps go down, Pingdom alerts us on Slack and texts some of us.

    See more
    Instana logo

    Instana

    84
    113
    17
    Automatic Application and Infrastructure Monitoring
    84
    113
    + 1
    17
    PROS OF INSTANA
    • 4
      Flexible pricing
    • 4
      Easy to integrate
    • 3
      Insight into RCA
    • 3
      Self service
    • 2
      Simple query interface
    • 1
      Automatic
    CONS OF INSTANA
      Be the first to leave a con

      related Instana posts

      Grafana logo

      Grafana

      16.5K
      13.2K
      414
      Open source Graphite & InfluxDB Dashboard and Graph Editor
      16.5K
      13.2K
      + 1
      414
      PROS OF GRAFANA
      • 89
        Beautiful
      • 68
        Graphs are interactive
      • 57
        Free
      • 56
        Easy
      • 34
        Nicer than the Graphite web interface
      • 25
        Many integrations
      • 18
        Can build dashboards
      • 10
        Can collaborate on dashboards
      • 10
        Easy to specify time window
      • 9
        Dashboards contain number tiles
      • 5
        Click and drag to zoom in
      • 5
        Integration with InfluxDB
      • 5
        Open Source
      • 4
        Authentification and users management
      • 4
        Threshold limits in graphs
      • 3
        Simple and native support to Prometheus
      • 3
        It is open to cloud watch and many database
      • 3
        Alerts
      • 2
        You can visualize real time data to put alerts
      • 2
        You can use this for development to check memcache
      • 2
        Great community support
      • 0
        Plugin visualizationa
      • 0
        Grapsh as code
      CONS OF GRAFANA
      • 1
        No interactive query builder

      related Grafana posts

      Conor Myhrvold
      Tech Brand Mgr, Office of CTO at Uber · | 15 upvotes · 4M views

      Why we spent several years building an open source, large-scale metrics alerting system, M3, built for Prometheus:

      By late 2014, all services, infrastructure, and servers at Uber emitted metrics to a Graphite stack that stored them using the Whisper file format in a sharded Carbon cluster. We used Grafana for dashboarding and Nagios for alerting, issuing Graphite threshold checks via source-controlled scripts. While this worked for a while, expanding the Carbon cluster required a manual resharding process and, due to lack of replication, any single node’s disk failure caused permanent loss of its associated metrics. In short, this solution was not able to meet our needs as the company continued to grow.

      To ensure the scalability of Uber’s metrics backend, we decided to build out a system that provided fault tolerant metrics ingestion, storage, and querying as a managed platform...

      https://eng.uber.com/m3/

      (GitHub : https://github.com/m3db/m3)

      See more
      Matt Menzenski
      Senior Software Engineering Manager at PayIt · | 15 upvotes · 694.1K views

      Grafana and Prometheus together, running on Kubernetes , is a powerful combination. These tools are cloud-native and offer a large community and easy integrations. At PayIt we're using exporting Java application metrics using a Dropwizard metrics exporter, and our Node.js services now use the prom-client npm library to serve metrics.

      See more