GithubHelp home page GithubHelp logo

Comments (4)

fzrvic avatar fzrvic commented on May 18, 2024

added metrics:

  1. record_processed_count

    • tags :
      • stage(file_write/upload)
      • filename(partition+uuid)
      • partition
    • counter of how many records/message written to files (parquet) tags, can be used to inform how many records written and uploaded for each file
  2. file_open_total

    • tags :
      • partition
    • counter of how many file is created (opened)
  3. file_closed_total

    • tags:
      • partition
      • success(true/false)
    • counter of how many file closed, tags can be used to tell how many success/fails, is there any issues when closing a file
  4. file_closing_time_milliseconds

    • tags :
      • filename(partition+uuid)
    • timer to record how long the duration of closing local file
  5. file_size_bytes_total

    • tags:
      • filename(partition+uuid)
      • partition
    • counter of how many bytes file written and successfully closed, tags can be used to inform how many bytes written for each files/ partition
  6. file_upload_total

    • tags:
      • success(true/false)
      • partition
    • counter of how many file is uploaded , tags will tell how many upload success/ fails, this will help us identify issues on object storage config/ other issues on object storage itself
  7. file_upload_time_milliseconds

    • tags:
      • filename(partition+uuid)
    • duration of file upload
  8. file_upload_bytes

    • tags:
      • filename(partition+uuid)
      • partition
    • size of files that uploaded

from firehose.

gauravsinghania avatar gauravsinghania commented on May 18, 2024

For file_upload_total, do we want to add error type as tag?

from firehose.

sravankorumilli avatar sravankorumilli commented on May 18, 2024

filename as tag shouldn't be there, as that won't be useful, imo we shouldn't choose something as a tag which is unique as time proceeds

from firehose.

lavkesh avatar lavkesh commented on May 18, 2024

Remove file-name from tag.

  • As a rule tags should not be unbounded

validate topics in the path.
validate key for the writermap.
metric for local file storage failure.
add topic as tags.
error type as tags.

from firehose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.