Skip to main content
Version: Cloud

Getting Started

Setup SnappyFlow Account

  • Go to www.snappyflow.io
  • Register for a free trial. A demo account will be created with a pre-configured sample application
  • Request an upgrade to Full Trial by clicking on the link provided in the top bar. You will get an email stating “your trial environment is ready” once SnappyFlow team approves your trial request.

Important terminologies and concepts

sfAgent

sfPoller

sfPod

sfKubeAgent

Profile Key

Tagging Approach

sfAgent

Monitoring of applications running on VM or bare-metal requires installation of a lightweight agent called sfAgent. sfAgent provides following features:

  • Discovery of services
  • Auto-recommendation of monitoring configuration based on discovered services
  • Monitoring of various services based on specified configurations
  • Log parsing and collection
  • Orchestration of tracing (check out sfTracing for details)

Installation procedures

sfPoller

sfPoller is a poller appliance installed within user’s cloud account. It can be used to

  • Monitor cloud services such as RDS, ELB, Lamba, ECS, Azure App Service etc.

  • Monitor Databases

  • Perform Synthetic Monitoring of APIs using postman like collections

  • Stream logs from applications to sfPoller, apply parsing rules and forward logs to SnappyFlow.

Procedure for sfPoller setup

sfPod

Daemon set installed on Kubernetes cluster and monitors the following elements:

  • Host, Pod & Container metrics
  • Resources such as deployments, Daemon Sets etc.
  • Kubernetes core services metrics
  • Cluster logs
  • Monitor Prometheus exporters running on any of the application pods

Procedure for sfPod setup

sfKubeAgent

sfAgent equivalent and installed as a side-car container within a Kubernetes pod and can be configured to monitor metrics and logs of other containers running on pods.

Procedure for setting up sfKubeAgent

Profile Key

Every user account has a unique system generated profile key. Data sent by collectors to SnappyFlow need to have the correct profile key and tags to be allowed into SnappyFlow. This key has to be copied by the user and pasted into the configuration file of sfAgent or within sfPoller’s UI

Tagging Approach

SnappyFlow mandates that all end-points should be assigned two tags - _tag_projectName and _tag_appName. These tags have to be added to configuration files of sfAgent or within sfPoller’s UI. Pls see the video that explains how end-points should be organized hierarchically in SnappyFlow and how tags should be assigned

Let's Start Monitoring

Try out one of the simple exercises to familiarize yourself with the product

Monitor a Linux instance
Monitor a Kubernetes Cluster
Monitor a Windows instance
Trace an application