Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Glossary

Snap is simple in scope and it becomes more simple when you know the terminology we use throughout the project. Here they are:

Config: Global Config

  • Values loaded at runtime of the daemon (reference)

Config: Global Options

  • Values passed as command-line parameters or environmental variables (reference)

Config: Metric Config

  • key/value pairs shared by collector namespace in a Task Manifest (example)

Config: Plugin Config

  • key/value pairs stored in the config block within a Task Manifest (example)

Metric Catalog

  • List of all available metrics exposed by a running instance of the Snap daemon (reference)

Metric: Dynamic

  • A metric is described as dynamic when it includes one or more wildcards in its namespace (reference)

Metric: Namespace

  • Namespaces are a series of namespace elements that uniquely identify a metric in Snap (reference)

Metric: Dynamic Namespace Element

  • An element of a metric whose value is set at runtime (reference)

Metric: Static Namespace Element

  • An element of a metric whose value is set at load time (reference)

Plugin

Plugin Status

  • An indicator of whether a plugin meets the maintainer's recommendations for best practices (see Plugin Status)

Plugin Type: Collector

  • Gathers data and presents as a dynamically-generated namespaced metric catalog (reference)

Plugin Type: Processor

  • Extends or filters collected metrics (reference)

Plugin Type: Publisher

  • Persists metrics into a target endpoint (reference)

Snap

  • The project name, focused on the Snap daemon and the plugins that power its collection, processing and publishing of telemetry

Snap Telemetry

  • The full name of the Snap project, used mostly for easy searching (like snap-telemetry.io) or hashtag (#SnapTelemetry)

'snaptel'

  • The command-line interface (CLI) for Snap, released as a binary

'snapteld'

Task

  • A job running within Snap, including the API version, schedule and workflow (all documented here)

Task Manifest

  • A file that includes the API version, schedule and workflow of a Task in a declarative form (reference)

Tribe

  • The clustering feature of Snap, documented here

Workflow

  • The explicit map of how collectors, processors and publishers are used in Snap (reference)

Workflow: Distributed

  • A workflow where one or more steps have a remote target specified (reference)

Workflow Manifest