Skip to content

Instantly share code, notes, and snippets.

View axl89's full-sized avatar

Axel Amigo Arnold axl89

View GitHub Profile
@axl89
axl89 / influx.go
Last active March 29, 2020 11:35
InfluxDB batch writting in Golang
package main
import (
"log"
"os"
"strconv"
"time"
_ "github.com/influxdata/influxdb1-client" // this is important because of the bug in go mod
client "github.com/influxdata/influxdb1-client/v2"
@axl89
axl89 / circle-ci-output.txt
Created December 31, 2021 13:29
Circle CI output failing for sous-chef orb 2.1.1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 23409 100 23409 0 0 66288 0 --:--:-- --:--:-- --:--:-- 66314
ubuntu 16.04 x86_64
Getting information for chefdk current for ubuntu...
downloading https://omnitruck.chef.io/current/chefdk/metadata?v=&p=ubuntu&pv=16.04&m=x86_64
to file /tmp/install.sh.5059/metadata.txt
trying wget...