Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Blameless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Blameless Integration

1.0.0 / Unreleased
==================
### Changes

* [FEATURE] Initial Blameless Integration Tile.
32 changes: 32 additions & 0 deletions Blameless/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Overview

Use the Blameless-Datadog integration to add your SLI metrics to the Blameless platform. This seamless integration allows for you to create SLOs and their corresponding error budgets within the Blameless platform using any Datadog metrics.

Get metrics from Datadog in real time to:

* Create new SLOs

* Enable error budgets for your SLOs

* Create Blameless incidents based on error budget burn thresholds


## Setup

Setup within Blameless is simple. all you need is a [Datadog Application Key]{https://docs.datadoghq.com/api/?lang=python#authentication} and a [Datadog API key]{https://docs.datadoghq.com/api/?lang=python#overview} and toggle the enable switch within your settings page.

## Data Collected
### Metrics

The Blameless integration does not provide any metrics at this time.

### Events

The Blameless integration does not include any events at this time.

### Service Checks

The Blameless integration does not include any service checks at this time.

## Troubleshooting
Need help? Contact [Datadog Support][http://docs.datadoghq.com/help/].
Binary file added Blameless/assets/logos/avatars-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blameless/assets/logos/saas-logos-bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Blameless/assets/logos/saas_logos-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions Blameless/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"display_name": "Blameless",
"maintainer": "[email protected]",
"manifest_version": "1.0.0",
"name": "Blameless",
"metric_prefix": "blameless.",
"metric_to_check": "",
"creates_events": false,
"short_description": "Push your Datadog metrics into Blameless to create, measure, and take action on error budgets.",
"guid": "8e5e4a84-9d78-4fb3-b800-252e2330b5a0",
"support": "core",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"public_title": "Blameless Integration",
"categories": [
"collaboration",
"SRE",
"SLO",
"monitoring",
"notification",
"incident management",
"on-call management"
],
"type": "check",
"is_public": true,
"integration_id": "blameless",
"assets": {
"dashboards": {},
"monitors": {},
"service_checks": "assets/service_checks.json"
}
}
4 changes: 4 additions & 0 deletions Blameless/metadata.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name
postgresql.connections,gauge,,connection,,The number of active connections to this database.,0,postgres,pg conns
postgresql.commits,gauge,,transaction,second,The number of transactions that have been committed in this database.,0,postgres,pg commits
postgresql.rollbacks,gauge,,transaction,second,The number of transactions that have been rolled back in this database.,-1,postgres,pg rollbacks
1 change: 1 addition & 0 deletions Blameless/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]