Emil 'Skeen' Madsen

Results 32 issues of Emil 'Skeen' Madsen
trafficstars

Currently the go-templates that are evaluated for `value` and `labels` fields have the following template functions: `gsub`, `base`, `add`, `subtract`, `multiply` and `divide`, but no easy way to add new...

As stated here: https://github.com/fstab/grok_exporter/pull/95#issuecomment-623672827, the Windows file tailer tests are flakey, and they should be fixed. I provided a potential explaination of the issue here: https://github.com/fstab/grok_exporter/pull/95#issuecomment-623905441

Hi, Currently invalid configured histograms trigger a panic on parse-time, aka. at the first sample for the histogram: ``` grok_exporter_1 | panic: histogram buckets must be in increasing order: 100000.000000...

Currently metrics can be specified to only be applied to specific files, rather than all files, using the `path` or `paths` argument, as shown here: ``` - type: counter name:...

Steps to reproduce: 1. Create a new virtual environment ``` $ python3 -m venv ./venv ``` 2. Activate the virtual environment ``` $ source venv/bin/activate ``` 3. Install `battle_tested` ```...

Hello, Current the project specifies the license as MIT in the package.json file, this does however not fill the purpose of a complete license write up. Can you please include...

## Feature Request Type - [ ] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description I'm trying to construct a JWT token...

Hi, I just stumbled upon the issue described in the title, which can be reproduced with the following `pytest` file. ```python import httpx import pytest from pydantic import AnyHttpUrl from...

bug

Running `tmctl create broker --help` produces the following output: ``` Create TriggerMesh Broker. More information at https://docs.triggermesh.io/brokers/ Usage: tmctl create broker [flags] Examples: tmctl create broker foo Flags: -h, --help...

Hi, Looking through the [CONTRIBUTING.md section on Requesting Features and Enhancements](https://github.com/triggermesh/triggermesh/blob/68d43c1aaabf98588b43e361fcf964a3d232249f/CONTRIBUTING.md#requesting-features-and-enhancements) I noticed that the `:raised_hands:` code seems not to render to :raised_hands: See the last line of the attached...