Closed blotus closed 2 weeks ago
@blotus: There are no 'kind' label on this PR. You need a 'kind' label to generate the release automatically.
/kind feature
/kind enhancement
/kind refactoring
/kind fix
/kind chore
/kind dependencies
@blotus: There are no area labels on this PR. You can add as many areas as you see fit.
/area agent
/area local-api
/area cscli
/area appsec
/area security
/area configuration
/kind enhancement /area agent
Attention: Patch coverage is 73.07692%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 58.46%. Comparing base (
19b70f1
) to head (437223d
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/acquisition/modules/loki/loki.go | 73.07% | 5 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When using Loki hosted in Grafana cloud, the
/ready
endpoint does not exist, which prevents crowdsec from starting.Add an option to bypass this check. Defaults to
false
to keep the same behavior by default.