Skip to content

Instantly share code, notes, and snippets.

View austinlparker's full-sized avatar
🔭
otel me more

Austin Parker austinlparker

🔭
otel me more
View GitHub Profile
@austinlparker
austinlparker / gist:8552209
Created January 22, 2014 01:54
THE GREATEST BURN OF #YOSPOS IN THE PAST HALF-MINUTE
[20:51] <+ tehloki> | Why can I never think of a decent euphemism for vaginal intercourse
[20:51] <+ tehloki> | Everything else has like a dozen great ones
[20:52] <+ tehloki> | But all the ones for straight piv sex are silly and boring
[20:52] <@ serewit> | might as well ask a blind man to tell you what an apple looks like
[20:52] <@ serewit> | how can you describe what you've never experienced?
@austinlparker
austinlparker / Terminal Quick Reference
Last active November 8, 2022 11:23
A quick reference to some common or useful terminal commands. (Works with most Linux distributions and MacOS X)
===============================================================================
Terminal Command Quick Reference
===============================================================================
================================== ==================================
Shortcuts Navigation
================================== ==================================
ctrl + L Clear Terminal ls -a List all files/folders
ctrl + D Logout ls -l List all (Detail View)
ctrl + A Cursor to line start cd <dir> Change to <dir>

Keybase proof

I hereby claim:

  • I am austinlparker on github.
  • I am serewit (https://keybase.io/serewit) on keybase.
  • I have a public key whose fingerprint is ED58 E516 36C7 7B24 D82C 6029 2BB6 831D 9B73 9CAC

To claim this, I am signing this object:

List of Organizations with positive Labour Market Opinion (LMO) between June 1st, 2010
and June 13th, 2012, by organization province/territory location
Prepared by:
Integrity Division
Temporary Foreign worker Program
0756504 BC LTD HUMPTYS 31
0786 INVESTMENTS LTD JUGO JUICE
(samcli27) aparker@irvine  ~/go/src/github.com/apprenda/rebind   master ●  samdev local start-api --docker-network lambda-local -t templates/results-template.yml -n etc/devenv/results/docker-dynamo-environment.json --skip-pull-image --debug -d 5985
2018-06-19 13:58:20 local start-api command is called
2018-06-19 13:58:20 3 resources found in the template
2018-06-19 13:58:20 Found Serverless function with name='RebindIngestService' and CodeUri='../bin/cmd/ingest'
2018-06-19 13:58:20 Found Serverless function with name='RebindQueryService' and CodeUri='../bin/cmd/query'
2018-06-19 13:58:20 Trying paths: ['/Users/aparker/.docker/config.json', '/Users/aparker/.dockercfg']
2018-06-19 13:58:20 Found file at path: /Users/aparker/.docker/config.json
2018-06-19 13:58:20 Found 'auths' section
2018-06-19 13:58:20 Auth data for https://index.docker.io/v1/ is absent. Client might be using a credentials store instead.
2018-06-19 13:58:20 Found 'credsStore' section
@austinlparker
austinlparker / Dockerfile
Created September 19, 2018 14:50
LightStep + Nginx Dockerfile
FROM ubuntu:18.04
RUN set -x \
# Install package dependencies
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
wget \
gzip \
gnupg2 \
software-properties-common \
# bundle install
# LS_ACCESS_TOKEN=<token> bundle exec ruby main.rb
main.rb
---
Bundler.require
OpenTelemetry::SDK.configure do |c|
c.service_name = 'ruby-test'
c.add_span_processor(
OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(
exporter: OpenTelemetry::Exporter::OTLP::Exporter.new(
@austinlparker
austinlparker / logs.txt
Created November 3, 2022 13:06
docker receiver logs
This file has been truncated, but you can view the full file.
2022/11/03 13:02:14 proto: duplicate proto type registered: jaeger.api_v2.PostSpansRequest
2022/11/03 13:02:14 proto: duplicate proto type registered: jaeger.api_v2.PostSpansResponse
2022-11-03T13:02:14.928Z info service/telemetry.go:110 Setting up own telemetry...
2022-11-03T13:02:14.928Z info service/telemetry.go:140 Serving Prometheus metrics {"address": ":8888", "level": "basic"}
2022-11-03T13:02:14.929Z info components/components.go:30 In development component. May change in the future. {"kind": "exporter", "data_type": "metrics", "name": "logging/debug", "stability": "in development"}
2022-11-03T13:02:14.929Z warn [email protected]/factory.go:110 'loglevel' option is deprecated in favor of 'verbosity'. Set 'verbosity' to equivalent value to preserve behavior. {"kind": "exporter", "data_type": "metrics", "name": "logging/debug", "loglevel": "debug", "equivalent verbosity level": "detailed"}
2022-11-03T13:02:14.929Z info components/components.go:30 In development component. May change in the future.
This file has been truncated, but you can view the full file.
2023-07-20T15:00:58.8818125Z Requested labels: ubuntu-latest
2023-07-20T15:00:58.8818433Z Job defined at: open-telemetry/opentelemetry-demo/.github/workflows/build-images.yml@refs/pull/989/merge
2023-07-20T15:00:58.8818616Z Reusable workflow chain:
2023-07-20T15:00:58.8818713Z open-telemetry/opentelemetry-demo/.github/workflows/checks.yml@refs/pull/989/merge (cc4a29c78704979d2824d4d004c7e38aa2e19425)
2023-07-20T15:00:58.8818812Z -> open-telemetry/opentelemetry-demo/.github/workflows/build-images.yml@refs/pull/989/merge (cc4a29c78704979d2824d4d004c7e38aa2e19425)
2023-07-20T15:00:58.8818921Z Waiting for a runner to pick up this job...
2023-07-20T15:01:01.9391698Z Job is waiting for a hosted runner to come online.
2023-07-20T15:01:02.8626369Z Job is about to start running on the hosted runner: GitHub Actions 292 (hosted)
2023-07-20T15:01:15.3668113Z Current runner version: '2.306.0'
2023-07-20T15:01:15.3703164Z ##[group]Operating System
docker compose build emailservice --no-cache
WARN[0000] The "TRACETEST_DEV" variable is not set. Defaulting to a blank string.
[+] Building 32.7s (14/14) FINISHED
=> [emailservice internal] load .dockerignore 0.0s
=> => transferring context: 50B 0.0s
=> [emailservice internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 566B 0.0s
=> [emailservice internal] load metadata for docker.io/library/ruby:3.1.4-alpine 1.6s
=> [emailservice] importing cache manifest from ghcr.io/open-telemetry/demo:1.4.0-emailservice 0.0s
=> [emailservice base 1/1] FROM docker.io/library/ruby:3.1.4-alpine@sha256:1a316159d7fa08cd32d5f1fa50577dc2ed8e2e7 0.0s