I hereby claim:
- I am lclarkmichalek on github.
- I am laurie (https://keybase.io/laurie) on keybase.
- I have a public key ASCShXi8EDq9NFDJ5UDMVlLRteY6zMRoqNnT9Ot2Acq-Zwo
To claim this, I am signing this object:
url := fmt.Sprintf("%v/dist/v1/%v/artifact/%v/%v", baseURL, repoName, version, runtime.GOOS) | |
debug("GET", url) | |
resp, err := client.Get(url) | |
if err != nil { | |
return errors.Wrap(err, "could not request latest version download") | |
} | |
defer resp.Body.Close() | |
debug("GET", resp.StatusCode, url) | |
if !(200 <= resp.StatusCode && resp.StatusCode < 300) { | |
data, _ := ioutil.ReadAll(resp.Body) |
global: | |
scrape_interval: 15s | |
scrape_timeout: 10s | |
evaluation_interval: 1m | |
rule_files: | |
- /etc/prometheus/rules/*.rules | |
scrape_configs: | |
- job_name: cadvisor | |
params: | |
module: |
relabel_configs: | |
- source_labels: [__meta_kubernetes_service_annotation_prometheus_io_scrape] | |
regex: "true" | |
action: keep | |
- source_labels: [__meta_kubernetes_service_annotation_prometheus_io_scheme] | |
regex: (https?) | |
target_label: __scheme__ | |
action: replace | |
- source_labels: [__meta_kubernetes_service_annotation_prometheus_io_path] | |
regex: (.+) |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"flag" | |
"time" | |
"context" | |
etcd "github.com/coreos/etcd/clientv3" | |
"github.com/golang/glog" |
Mobile computing is primarily defined by the use of mobile devices at the edge of the network. Whereas traditional computing would often involve the use of static devices connected to a secure network while protected by a layer of physical security, mobile computing involves using mobile devices such as smartphones which are connected to a potentially insecure network, with no physical security. In some cases, mobile computing also involves transferring responsibilities that were previously analogue or manual, and digitalising them in the process. For example, the process of recording a biological sample might require recording the name of the sample, along with taking a photo. In a non mobile computing system, the photo and name would be recorded on separate mediums, and collated together after the photo has been developed. In a mobile computing system, the photo could be taken digitally, and associated with the name of the sample (and any other records) immediately. While this might seem tangential to mobil