Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gateway): IPFSBackend metrics and HTTP range support #245

Merged
merged 4 commits into from
Apr 3, 2023

Commits on Mar 31, 2023

  1. feat(gateway): IPFSBackend tracing and metrics

    - Adds spans for every IPFSBackend API call
    - Adds success/failure histogram for each API call
      ipfs_gw_backend_api_call_duration_seconds
    lidel committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e49cc43 View commit details
    Browse the repository at this point in the history
  2. fix: switch gateway GetRange API to match Get

    Also fixes serving range requests for /ipfs/bafydir when we know we'll
    get the index.html or _redirect.
    aschmahmann authored and lidel committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b775259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecf32dc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. chore: remove bitswap from debug log

    blockstore can be used in contexts where there is no bitswap,
    and this log message will me EXTREMELY confusing, wasting people's
    time on debugging invalid side of system
    lidel committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    de9daf5 View commit details
    Browse the repository at this point in the history