alespour
a9898f179b
feat: add graylog plugin TCP support ( #9644 )
2021-09-21 16:02:36 -05:00
Heiko Schlittermann
b9aa9839fb
feat: Add json_timestamp_layout option ( #8229 )
2021-09-21 09:12:44 -06:00
Goutham Veeramachaneni
357959f087
fix: Add error message logging to outputs.http ( #9727 )
2021-09-14 17:04:34 -04:00
Jacob Marble
a3454be2d8
chore: update influxdb-observability for OpenTelemetry plugins ( #9718 )
2021-09-14 13:07:28 -05:00
dependabot[bot]
317ee71c32
fix: bump github.com/Azure/go-autorest/autorest/adal from 0.9.10->0.9.15
2021-09-13 12:38:59 -05:00
Daniel Dyla
95ef674456
feat(dynatrace-output): remove special handling from counters ( #9675 )
...
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2021-09-08 13:31:42 -05:00
alrex
147e3d1389
fix: outputs.opentelemetry use attributes setting ( #9588 )
2021-09-07 16:15:13 -05:00
Samantha Wang
890508431c
docs: fix influxdb output readme ( #9708 )
2021-09-02 15:24:26 -06:00
alrex
5a71f761dc
fix: outputs.opentelemetry use headers config in grpc requests ( #9587 )
2021-09-02 11:09:05 -05:00
reimda
2370d39e89
fix: output timestamp with fractional seconds ( #9625 )
2021-08-30 09:13:08 -06:00
Daniel Dyla
0ce9c2e9f6
fix(dt-output): remove hardcoded int value ( #9676 )
2021-08-26 11:57:22 -05:00
Phil Bracikowski
8daba8aa19
chore(influxv2plugin): Increase accepted retry-after header values. ( #9619 )
2021-08-25 18:43:06 -04:00
Sebastian Spaink
3a7d9b6d98
fix: support 1.17 & 1.16.7 Go versions ( #9642 )
2021-08-23 15:37:44 -05:00
Nicolai Scheer
41c384a978
feat: add bool datatype for sql output plugin ( #9598 )
...
Co-authored-by: Nicolai Scheer <nicolai.scheer@check24.de>
2021-08-17 17:19:02 -04:00
Alexander Krantz
eb41218fe0
fix: CrateDB replace dots in tag keys with underscores ( #9566 )
2021-08-10 17:48:02 -04:00
JC
e6abb46d87
fix: sort logs by timestamp before writing to Loki ( #9571 )
2021-08-05 17:32:04 -04:00
Jacob Marble
bfcd0f6bb1
feat: OpenTelemetry output plugin ( #9228 )
2021-08-04 16:11:55 -04:00
Alexander Krantz
de01d37a36
feat: Support AWS Web Identity Provider ( #9411 )
2021-08-03 17:29:26 -04:00
Mya
8d2b1e8dc1
Fix metrics reported as written but not actually written ( #9526 )
2021-07-28 14:55:23 -06:00
Hwanjin Jeong
f241f91112
Support Landing page on Prometheus landing page ( #8641 )
2021-07-27 17:17:42 -04:00
Daniel Dyla
403ce477c1
[output dynatrace] Initialize loggedMetrics map ( #9491 )
2021-07-21 10:53:23 -04:00
Jacob Hochstetler
4591c62cfc
Http plugin add cookie auth ( #9395 )
2021-07-13 15:58:49 -06:00
Minni Walia
f57ffa2a9b
Add new output plugin for Azure Data Explorer(ADX) ( #9426 )
2021-07-13 17:25:24 -04:00
Mat Wood
f69b37b759
Adding RFC3164 support to inputs.syslog ( #8454 )
2021-07-08 14:39:46 -06:00
Mya
84a37642d5
fixing insecure_skip_verify ( #9413 )
2021-06-22 15:56:29 -05:00
Sven Rebhan
ee0a86c4ae
Fix import of sqlite and ignore it on all platforms that require CGO. ( #9359 )
2021-06-15 16:46:53 -06:00
Harkamal Singh
cc82c7ccf9
Added support to override metric_url in newrelic output plugin ( #9342 )
2021-06-15 17:15:31 -04:00
Daniel Dyla
769f582245
Update dynatrace output ( #9363 )
...
- export timestamps
- enrich dimensions with OneAgent data
- Add default dimensions feature
2021-06-15 17:13:34 -04:00
Mya Longmire
da7f2c7a93
Bugfix outputs influxdb endless retires ( #9296 )
2021-06-10 16:05:43 -05:00
Daniel Dyla
298670ae18
Use dynatrace-metric-utils ( #9295 )
2021-06-08 15:27:39 -06:00
Alexander Emelin
0fd0ae0953
Add WebSocket output plugin ( #9188 )
2021-06-03 22:53:38 -06:00
reimda
e289612ff3
Add SQL output plugin ( #9280 )
2021-06-03 22:49:55 -06:00
Pascal Zimmermann
3ad40df311
Update pgx to v4 ( #9182 )
2021-06-02 21:28:16 -06:00
Alexander Krantz
db0b6de140
Add HTTP proxy to datadog output ( #9297 )
2021-06-01 17:18:31 -04:00
Greg Linton
df47b41668
Allow more characters in graphite tags ( #9249 )
2021-05-18 12:29:30 -04:00
Tuan Nguyen Huy
b56ffdc498
Add ability to enable gzip compression in elasticsearch output ( #8913 )
2021-05-08 13:17:44 -06:00
Sebastian Spaink
5256f916eb
Make microsoft lowercase ( #9209 )
2021-04-27 17:01:45 -05:00
David Bennett
8bb388584d
Add OAuth2 to HTTP input ( #9138 )
...
* add oauth2 to http input
* linter fixes
* add http config to common plugin
* address linter changes
* Update README.md
* add log for user if fields are missing
* add correct logger
* alter output plugin as well
* fix formatting
* add oauth2 separate package
* fix package naming
* remove unnecessary logger
2021-04-23 09:37:27 -04:00
Helen Weller
66e12e062d
remove deprecation warning ( #9125 )
2021-04-13 16:13:06 -04: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
Patryk Małek
2b41a1e1f4
Carbon2 serializer: sanitize metric name ( #9026 )
2021-04-08 10:31:31 -04:00
peter-volkov
61ea585533
use correct compute metadata url to get folder-id ( #9056 )
2021-03-26 13:27:53 -04:00
i-prudnikov
fdde9084c1
AWS Cloudwatch log output ( #8639 )
...
* Cloudwatch log output
* Fixes based on @sspaink review
* Make linter happy
* iMake LGTM happy, add new tests
2021-03-26 11:02:42 -05:00
Helen Weller
565336280a
moved samara config out of init into connect ( #9051 )
2021-03-25 18:06:03 -04:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -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
Jeff Ashton
8564d928df
Simplifying the kinesis output tests ( #8970 )
2021-03-24 14:29:22 -04:00
Paweł Żak
5de640b855
Linter fixes - unconvert, revive:empty-lines, revive:var-naming, revive:unused-parameter ( #9036 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-24 11:27:46 -04:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00