Ylem documentation
  • 🗒️General information
    • Introduction to Ylem
    • Quick start guide
    • Release notes
  • 🔬Open-source edition
    • Installation
    • Usage of Apache Kafka
    • Task processing architecture
    • Configuring integrations with .env variables
  • 💡Integrations
    • Connecting an integration
    • Library of integrations
      • Amazon Redshift
      • Apache Kafka
      • APIs
      • Atlassian Jira
      • AWS Lambda
      • AWS RDS
      • AWS S3
      • ClickHouse
      • ElasticSearch
      • E-mail
      • Google Big Query
      • Google Cloud SQL
      • Google Pub/Sub
      • Google Sheets
      • Immuta
      • Incident.io
      • Jenkins
      • Hubspot
      • Microsoft Azure SQL
      • MySQL
      • OpenAI ChatGPT
      • Opsgenie
      • PostgreSQL
      • PlanetScale
      • RabbitMQ
      • Salesforce
      • Slack
      • Snowflake
      • Tableau
      • Twilio. SMS
      • WhatsApp (through Twilio)
    • Initial demo data source
  • 🚡Pipelines
    • Pipeline management
    • Tasks
      • Aggregator
      • API Call
      • Code
      • Condition
      • External trigger
      • Filter
      • For each
      • GPT
      • Merge
      • Notification
      • Query
      • Pipeline runner
      • Processor
      • Transformer
    • Running and scheduling pipelines
    • Library of templates
    • Environment variables
    • Mathematical functions and operations
    • Formatting of messages
  • 📈Statistics and profiling
    • Statistics of runs
    • Slow tasks
  • 📊Metrics
    • Metric management
    • Using previous values of a metric
  • 💼Use cases, patterns, templates, examples
    • Use cases
    • Messaging patterns
      • Datatype Channel
      • Message Dispatcher
      • Messaging Bridge
      • Message Bus
      • Message Filter
      • Message Router
      • Point-to-Point Channel
      • Publish-Subscribe Channel
      • Pull-Push
    • Functional use cases
      • Streaming from Apache Kafka and messaging queues
      • Streaming from APIs
      • Streaming from databases
      • Data orchestration, transformation and processing
      • Usage of Python and Pandas
      • KPI Monitoring
      • OKRs and custom metrics
      • Data Issues & Incidents
      • Reporting
      • Other functional use cases
    • Industry-specific use cases
      • Finance and Payments
      • E-commerce & Logistics
      • Customer Success
      • Security, Risk, and Anti-Fraud
      • Anti-Money Laundering (AML)
  • 🔌API
    • OAuth clients
    • API Reference
  • 👁️‍🗨️Other resources
    • FAQ
    • Our blog on Medium
Powered by GitBook
On this page
  • Objectives and Key Results (OKRs)
  • HR OKR. Number of monthly hires
  • Customer success OKR. Number of sign-ins per month
  • Marketing OKR. The average number of website actions per user
  • Sales or Operations OKR. Monthly shipped amount

Was this helpful?

Edit on GitHub
  1. Use cases, patterns, templates, examples
  2. Functional use cases

OKRs and custom metrics

PreviousKPI MonitoringNextData Issues & Incidents

Last updated 8 months ago

Was this helpful?

The functionality of allows you to set up actions based on the values of various data KPIs, OKRs, SLAs, or any other custom metric you use in your organization.

Objectives and Key Results (OKRs)

OKRs (Objectives and Key Results) is a performance management framework that encourages companies to set, communicate, and monitor broad organizational goals and results. The framework is meant to be transparent and to align the business, team, and individual objectives in a hierarchal, measurable way.

Ylem's framework of metrics and pipelines perfectly fits the task of converting OKRs to practical automated actions.

HR OKR. Number of monthly hires

Retrieve data from the data source, where you store your HR data. It can be an API of Personio, BambooHR your custom DWH, or any other data storage

And then calculated the number of items with the aggregated function COUNT():

Customer success OKR. Number of sign-ins per month

First, you need to retrieve data from your data source when sign-ins are in the current month:

And then as same as in the previous example, to calculate a number of it:

Marketing OKR. The average number of website actions per user

Sales or Operations OKR. Monthly shipped amount

💼
Ylem's metrics