cetra3
|
9406c3ad2b
|
Adjust the config check to be a separate faster to compile binary (#3313)
|
2023-06-26 06:23:21 -04:00 |
Charles Hall
|
4e5798852f
|
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.
```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
|
2023-06-08 15:38:26 -04:00 |
Nutomic
|
83d2959b4b
|
Update doku dependency for easier formatting of defaults.hjson (#2553)
|
2022-11-11 16:01:29 -05:00 |
Riley
|
3032a2745b
|
Opentelemetry (#1992)
* Add otlp export
* Add jaeger to dev docker
* More instrument
* Update deps
* Merge from main.
* Add comment about viewing traces
* Fixing reqwest-tracing dep.
* Update pre-commit regex
* Move imports to top
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
|
2022-01-06 19:10:20 +00:00 |
Nutomic
|
7bfe59a89f
|
Format config/defaults.hjson before committing (#1860)
|
2021-10-22 13:29:47 -04:00 |