You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"level":"warn","ts":1732886807.0902967,"logger":"crowdsec","msg":"metrics endpoint not found, older LAPI?","instance_id":"1d64c975","address":"http://crowdsec:8080/"}
I am launching FrankenPHP and Crowdsec in Docker with this config. Crowdsec config is here, Caddy config is here (note it's JSON5, not JSON). The endpoint is accessible from FrankenPHP container, though, so unclear why this error is being spammed. Since it's spammed into Caddy's log, my assumption is that something is wrong in how it communicates with Crowdsec, but I am open to any ideas, what else may be wrong.
The text was updated successfully, but these errors were encountered:
v0.7.0 introduced support for sending metrics to CrowdSec: #49. It probably logs the errors because you're using an older version of the LAPI.
I've opened #49 and will create a new patch release to disable the run loop (for now). I want to make the metrics interval configurable in a (quick) follow up, so that it can be disabled if needed.
well, that's the thing, I am using latest container from Crowdsec (image: crowdsecurity/crowdsec:latest), so how can it be old? For reference my bouncers:
I am getting a lot of warnings in logs like
I am launching FrankenPHP and Crowdsec in Docker with this config. Crowdsec config is here, Caddy config is here (note it's JSON5, not JSON). The endpoint is accessible from FrankenPHP container, though, so unclear why this error is being spammed. Since it's spammed into Caddy's log, my assumption is that something is wrong in how it communicates with Crowdsec, but I am open to any ideas, what else may be wrong.
The text was updated successfully, but these errors were encountered: