Sven Rebhan
|
1329ae89ee
|
fix(outputs.azure_monitor): Prevent infinite send loop for outdated metrics (#16448)
|
2025-02-04 09:56:14 -06:00 |
Sven Rebhan
|
5b8dc1595f
|
chore(outputs.azure_monitor): Cleanup code (#16437)
|
2025-01-28 15:28:24 -06:00 |
Paweł Żak
|
686ff791ba
|
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/outputs` and `plugins/parsers` (#15847)
|
2024-09-11 14:57:14 -05:00 |
Sven Rebhan
|
b2967cb515
|
chore: Update go to v1.23.0 (#15766)
Co-authored-by: Pawel Zak <pawel.zak.pawel@gmail.com>
|
2024-08-30 14:23:51 -05:00 |
Paweł Żak
|
ae7fbc5082
|
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698)
|
2024-02-08 11:32:30 -06:00 |
Paweł Żak
|
5f2142a6cc
|
chore: Enable G601 rule for gosec (#13042)
|
2023-04-12 16:56:07 +02:00 |
Paweł Żak
|
c76f319b84
|
chore: Remove `revive:unhandled-error` - `errcheck` is more flexible (#13008)
|
2023-04-03 07:19:43 -06:00 |
Paweł Żak
|
39d6b1d5cb
|
chore: Fix linter findings for errorlint (part3) (#12704)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2023-02-22 13:38:16 +01:00 |
Paweł Żak
|
74703d092b
|
chore: Fix linter findings for prealloc (part2) (#12242)
|
2022-11-15 09:31:51 +01:00 |
Sebastian Spaink
|
d67f75e557
|
docs: Remove warning not to remove go:embed (#11797)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
|
2022-09-13 12:47:58 -05:00 |
Joshua Powers
|
8c49ddccc3
|
chore: update to go1.19.1 (#11776)
|
2022-09-08 12:49:36 -06:00 |
Joshua Powers
|
2fc19fa308
|
chore: correctly spell embed (#11200)
|
2022-05-27 07:13:47 -06:00 |
Sven Rebhan
|
d9a6d8b774
|
chore: embed sample configurations into README for outputs (#11182)
|
2022-05-25 08:48:59 -06:00 |
Joshua Powers
|
e28793cff1
|
fix: re-init azure monitor http client on context deadline error (#11030)
|
2022-05-10 15:24:01 -06:00 |
Sebastian Spaink
|
a7df6c6aa6
|
feat: migrate output plugins to new sample config format (#10910)
|
2022-04-07 15:55:03 -06:00 |
Joshua Powers
|
f975f4269e
|
fix: include body in error message (#10866)
|
2022-03-24 15:03:26 -06:00 |
Paweł Żak
|
3dc5281632
|
fix: Linter fixes for plugins/outputs/[a-f]* (#10124)
|
2021-11-18 09:26:24 -07:00 |
Eng Zer Jun
|
6a3b27126a
|
refactor: move from io/ioutil to io and os package (#9811)
|
2021-09-28 15:16:32 -06:00 |
David Bennett
|
842a788022
|
Remove error return type from metric.New method (#9116)
* Remove error return type from metric.New method.
* Formatting changes for linter + gofmt
* Additional linter fixes.
* More linter fixes.
* Linter fix.
* address comments
|
2021-04-13 14:40:03 -04:00 |
Sven Rebhan
|
9853bf6c54
|
Get rid of deprecated internal.{Duration,Size,Number} (#8969)
|
2021-04-09 13:15:04 -04:00 |
David Bennett
|
e4bbcc447d
|
Handle error when initializing the auth object in Azure Monitor output plugin. (#9048)
|
2021-03-25 09:20:41 -04:00 |
Paweł Żak
|
8a6907a186
|
Revive fixes - part 3 (#8872)
* * Revive fixes regarding following set of rules: [rule.var-naming]
|
2021-03-01 16:04:35 -05:00 |
Paweł Żak
|
ba66d4facb
|
Revive fixes - part 1 (#8797)
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
|
2021-02-08 11:18:40 -05:00 |
simnv
|
1696cca283
|
Fix using empty string as the namespace prefix in azure_monitor output plugin (#8282)
* Fix using empty string as the namespace prefix
Fixes #8256
* Test using empty string as the namespace prefix
|
2020-10-20 10:16:22 -04:00 |
Daniel Nelson
|
2799302142
|
Fix dimension limit on azure_monitor output (#7336)
|
2020-04-22 16:16:22 -07:00 |
Daniel Nelson
|
ad877fdd91
|
Fix scale set resource id with azure_monitor output (#5821)
|
2019-05-20 14:32:04 -07:00 |
Andrew Ernst
|
6add84eb25
|
Support Azure Sovereign Environments with endpoint_url option (#5453)
|
2019-02-20 15:16:23 -08:00 |
Raphael Couto
|
f794d5b08a
|
Fix error sending empty tag value in azure monitor output (#5083)
|
2018-12-13 11:57:03 -08:00 |
Trevor Pounds
|
ee056278f5
|
Enable gofmt code simplification (#4887)
|
2018-10-19 13:32:54 -07:00 |
Gunnar
|
f70d6519e7
|
Add Azure Monitor output plugin (#4089)
|
2018-09-05 14:50:32 -07:00 |