Skip to content

Instantly share code, notes, and snippets.

View dodegaard's full-sized avatar

Doug Odegaard dodegaard

  • ServiceNow
  • Missoula, MT
  • 18:47 (UTC -06:00)
View GitHub Profile
@dodegaard
dodegaard / config.yaml
Created November 8, 2023 06:03
otelcol for Windows example
# Example config.yaml for use with a Windows otelcol-contrib executable
# If EC2 is used to host then uncomment the resourcedetection/ec2 processor and add to pipelines
# Other commented out values can be added as needed if running at command line for debugging prior to making a service
receivers:
otlp:
protocols:
grpc:
http:
hostmetrics:
@dodegaard
dodegaard / app.js
Last active October 20, 2015 17:30
another selection
var Students = React.createClass({
getInitialState: function(){
return {
showing: false
};
},
renderDetails: function(){
var shouldShow = this.state.showing;
@dodegaard
dodegaard / app.js
Created October 20, 2015 17:25
this is a test of sublime public gist
var Students = React.createClass({
getInitialState: function(){
return {
showing: false
};
},
renderDetails: function(){
var shouldShow = this.state.showing;