alloy icon indicating copy to clipboard operation
alloy copied to clipboard

Pointless Windows Event logged every minute

Open bboreham opened this issue 1 year ago • 0 comments

These events, saying level=info agent=prometheus component=cluster msg="reshard timer ticked, scheduling refresh", are not useful:

image

All the more so since I don't have any remote-write configured:

server:
  http_listen_port: 12345
metrics:
  wal_directory: C:\ProgramData\grafana-agent-wal
  global:
    scrape_interval: 1m
  configs:
    - name: integrations
integrations:
  windows_exporter:
    enabled: true

bboreham avatar Feb 22 '23 10:02 bboreham