Releases: newrelic/nri-flex
v1.3.0
Added
- Graduated from experimental to GA for Kubernetes
- Graduated from experimental to GA Windows (Windows Server 2012, Windows Server 2016, Windows Server 2019)
- Graduated from experimental to GA for the text file API under Linux
- Graduated from experimental to GA for store_variables function
v1.2.2
v1.2.1
v1.2.0
Add
- Read v4 agent integrations config format to ensure config_file arg is fully supported
- Experimental Save and Filter Functions:
- save_output: Saves sample output to JSON file.
- sample_include_match_all_filter: Similar to sample_include_filter except creates samples only with match all key/values supplied in the filter.
Changed
- Move lookup creation after addAttribute
- Improve path handling
- Improve command behaviour so it returns error sample on failure
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.9.7
Changelog
c63644c Added status attribute (#83)
49d9c75 HTTP and HTTPS integration tests
1cfcdac Removing BuildKite scripts
6654806 Update CHANGELOG.md
13514d2 add goreleaser support (#93)
22ac16b add more error checking and exit with an exitcode in case of critical failure
1b85604 add option for outputting logs in json structure. this allows for easier parsing from external tools
d5c123f added dig config (#76)
f1f9385 don't return when failing to read configuration files when running in lambda mode
0e50783 feat: output http errors to sample
24ce2be fix: remove variableProcessor from loop, and make available for lookups
25fc7fa fixed RunAsync bug
1227a4c make removekeys case-insensitive
c290533 parametrise nrjmx tool path
ba64b4c rafactor error handling for outputs and processor
540e936 storelookup async (#74)