Skip to content

Instantly share code, notes, and snippets.

View rakshith91's full-sized avatar
🗽

Rakshith Bhyravabhotla rakshith91

🗽
View GitHub Profile
var PatchDatadogIncident = Class.create();
PatchDatadogIncident.prototype = {
initialize: function () {
this.isIncidentCreationEnabled = gs.getProperty("x_datad_datadog.syncIncidents") === "true";
this.apiKey = gs.getProperty("x_datad_datadog.apiKey");
this.applicationKey = gs.getProperty("x_datad_datadog.applicationKey");
this.datacenter = gs.getProperty("x_datad_datadog.datacenter");
},
execute: function (current) {
@rakshith91
rakshith91 / azure-eventgrid Python SDK Champion Scenarios
Created January 21, 2021 20:24
Samples for all the champion scenarios to use azure-evengrid python SDK
## Send events
## Send batch events
## Consume events