Skip to content

Instantly share code, notes, and snippets.

View sseg's full-sized avatar
:shipit:
Cutting scope

Steven Seguin sseg

:shipit:
Cutting scope
View GitHub Profile
@gregbuehler
gregbuehler / nrqlizer.py
Created November 16, 2019 01:29
Slack New Relic NRQL Slash Command Endpoint
#!/usr/bin/env python
import os
import requests
import json
from datetime import datetime
from flask import Flask, jsonify, request
app = Flask(__name__)