https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • t

    Tom Sherman

    03/11/2023, 10:46 AM
    Ideally no IMO, doesn't seem very reliable to me
  • t

    Tom Sherman

    03/11/2023, 10:46 AM
    We use datadog for all logging and tracing and monitoring
  • t

    Tom Sherman

    03/11/2023, 10:47 AM
    But we haven't got this integrated with workers right now, because we don't deploy anything critical there
  • j

    johtso

    03/11/2023, 10:47 AM
    Looking at logtail right now but not clear on whether it's api would work with logpush
  • j

    johtso

    03/11/2023, 10:48 AM
    Will take another look at datadog, they seem to be mentioned a lot in the Cloudflare docs
  • j

    johtso

    03/11/2023, 10:48 AM
    I just don't remember ever using them for logs, just metrics
  • h

    HardAtWork

    03/11/2023, 10:49 AM
    LogTail would only work if they have an S3-compatible Endpoint, which it doesn't look like they have.
  • h

    HardAtWork

    03/11/2023, 10:49 AM
    Otherwise, you might be able to push to R2, and then cron with a Worker to push to LogTail
  • t

    Tom Sherman

    03/11/2023, 10:50 AM
    Can recommended. Distributed tracing is really nice
  • t

    Tom Sherman

    03/11/2023, 10:51 AM
    Basically track a request through all of your services by associating logs to traces We can see a flamegraph of traces across multiple services, it's really nice
  • j

    johtso

    03/11/2023, 10:57 AM
    I've had bad experiences with the datadog pricing structure, remember it really punishing you for using microservices
  • j

    johtso

    03/11/2023, 10:58 AM
    But I guess that was with larger projects
  • j

    johtso

    03/11/2023, 10:58 AM
    And things might have changed
  • j

    johtso

    03/11/2023, 11:00 AM
    Right.. "$30" per host per month.. what does that even mean when it comes to serverless?
  • j

    johtso

    03/11/2023, 11:07 AM
    This seems to suggest it's enterprise only? https://developers.cloudflare.com/logs/get-started/enable-destinations/datadog/
  • t

    Tom Sherman

    03/11/2023, 11:10 AM
    No idea, we probably have some enterprise deal that's way above my head 😂
  • t

    Tom Sherman

    03/11/2023, 11:10 AM
  • j

    johtso

    03/11/2023, 11:10 AM
    Worker "trace logs" are on the paid plan but not clear on the distinction
  • j

    johtso

    03/11/2023, 11:11 AM
    And what things you can pipe those into
  • s

    Skye

    03/11/2023, 11:11 AM
    Its ent for non-worker things, yeah
  • s

    Skye

    03/11/2023, 11:11 AM
    But workers themselves just need the 5$/month plan
  • j

    johtso

    03/11/2023, 11:11 AM
    The integration docs are just out of date?
  • s

    Skye

    03/11/2023, 11:14 AM
    I see info on it here
  • s

    Skye

    03/11/2023, 11:15 AM
    Just not in that section itself, I guess?
  • s

    Skye

    03/11/2023, 11:16 AM
    Ah it mentions workers events here too
  • j

    johtso

    03/11/2023, 11:18 AM
    What does enterprise logpush do that trace events doesn't?
  • s

    Skye

    03/11/2023, 11:22 AM
    From my understanding it's general events across your zone rather than just workers?
  • j

    johtso

    03/11/2023, 11:24 AM
    I guess if you're not enterprise you don't need to know 😂
  • j

    johtso

    03/11/2023, 11:36 AM
    Okay, had another look at honeycomb and it looks amazing
  • j

    johtso

    03/11/2023, 11:36 AM
    https://github.com/cloudflare/workers-honeycomb-logger
1...233723382339...2509Latest