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
The format of the logs suggest that it's coming from a package dependency and not from within Lily's runtime (which defines the log format for all components within).
If I had to guess: Lotus uses OpenCensus for exporting traces, whereas Lily uses OpenTelemetry and it may be the case the tracing provider expected by Lotus is incompatible with the one used by Lily.
Describe the bug:
Noticing this error occasionally in the new EKS cluster:
daemon 2022/10/10 17:25:34 starting span "ExportMetrics": unsupported sampler: 0x12a1fc0
A sample of logs: https://protocollabs.grafana.net/explore?orgId=1&left=%7B%22datasource%22:%22grafanacloud-logs%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Benvironment%3D%5C%22sentinel-staging-v1%5C%22%7D%20%7C%3D%20%60unsupported%20sampler%60%22,%22queryType%22:%22range%22,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%221665413147087%22,%22to%22:%221665420697193%22%7D%7D
Steps to Reproduce:
watch
job with default tasksLily Version: v0.12.0
The text was updated successfully, but these errors were encountered: