Releases: dremio/dremio-diagnostic-collector
Releases · dremio/dremio-diagnostic-collector
v0.3.2
Changelog
0.3.2
Added
- redaction of PAT token in logs
- enhanced logging of configuration file to help in identifying typos in the conf
- more tests
Fixed
- REST api capture was disabled, this is now fixed
- job profiles were always selecting one type, now the types of job profiles are spread out
- we were always downloading the same job profile now we are not
- fixed race in cli output to non thread safe implementations
- spelling fixes
- AWSE sometimes is tricky and fools DDC which is the correct PID we have no added more thorough detection
v0.3.1
Changelog
0.3.1
Added
- support for untrusted certs when accessing the dremio API
Fixed
- We were logging WARN messages for unsupported kinds, we are ignoring those now and there will be a debug log that explains we are not masking those kinds
Changed
- if unable to detect any dremio PID process we will now exit with an error that states one must run sudo to run collections
- several warnings have the text error in them, this was leading to people thinking there was an error when really it is just a warning that may or may not be signficant
- REST calls now only occur on the first coordinator and will not occur on subsequent nodes