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

in_premetheus_remote_write: Implement handler of payloads of prometheus remote write protocol #8725

Merged
merged 6 commits into from
May 16, 2024

Commits on Apr 30, 2024

  1. in_prometheus_remote_write: Implement prometheus remote write input p…

    …lugin
    
    This plugin is able to handle the following types currently:
    
    * Counter
    * Gauge
    * Untyped
    * Histogram
    
    Summary type of metrics shouldn't be handled and decoded correctly for
    now.
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7f024a4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. in_prometheus_remote_write: Use abbreviated names for promethues remo…

    …te write
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4781bdd View commit details
    Browse the repository at this point in the history
  2. in_prometheus_remote_write: Remove a needless FIXME

    Because prometheus remote write just needs to decode the protobuf
    payloads.
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    04da871 View commit details
    Browse the repository at this point in the history
  3. in_prometheus_remote_write: Use one line declarations

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1b985cc View commit details
    Browse the repository at this point in the history
  4. in_prometheus_remote_write: Check return value from flb_io_net_write

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    95bfcf0 View commit details
    Browse the repository at this point in the history
  5. in_prometheus_remote_write: Add allocation check for mk_server

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4dc32b4 View commit details
    Browse the repository at this point in the history