Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latency doesn't shown when quiet-text: true #539

Closed
top-secrett opened this issue Jan 5, 2024 · 2 comments
Closed

Latency doesn't shown when quiet-text: true #539

top-secrett opened this issue Jan 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@top-secrett
Copy link

top-secrett commented Jan 5, 2024

Describe the bug
When I enable normalize with quiet-text: true and enable latency, latency doens't shown.
image

To Reproduce

collectors:
  - name: ns-col-ipv4
    afpacket-sniffer:
       port: 53
       device: ens192
       chan-buffer-size: 65535
     transforms:
       latency:
         measure-latency: true
         unanswered-queries: true
         queries-timeout: 2
       normalize:
         qname-lowercase: false
         quiet-text: true
loggers:
  - name: ns-log
     logfile:
        file-path: /var/log/dns/ns4-queries.log
        mode: text
        flush-interval: 1
        max-size: 100000000
        max-files: 0

routes:
    - from: [ ns-col-ipv4 ]
      to: [ ns-log ]

Additional context
Version: 0.39.0

@dmachard dmachard added bug Something isn't working and removed needs more investigation labels Jan 5, 2024
@dmachard dmachard added this to the v0.40.0 milestone Jan 5, 2024
@dmachard
Copy link
Owner

dmachard commented Jan 5, 2024

Thank to report this bug.
The fix will be available in next release.

@dmachard
Copy link
Owner

completed via #450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants