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

add otelcol.receiver.file_stats component #812

Merged
merged 7 commits into from
May 9, 2024

Commits on May 9, 2024

  1. add otelcol.receiver.file_stats component

    Add an otelcol.receiver.file_stats component which wraps around the
    upstream filestatsreceiver component from the -contrib distribution.
    
    Closes grafana#238.
    rfratto committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5b842a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f4ceb View commit details
    Browse the repository at this point in the history
  3. regenerate docs

    rfratto committed May 9, 2024
    Configuration menu
    Copy the full SHA
    95e849a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e0c84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfd1644 View commit details
    Browse the repository at this point in the history
  6. otelcol.receiver.file_stats: shim on unsupported platforms

    A bug in the upstream receiver prevents the component from compiling
    properly on FreeBSD. As a temporary workaround, we shim out
    implementations on unsupported platforms and return a fake component
    which is always unhealthy.
    rfratto committed May 9, 2024
    Configuration menu
    Copy the full SHA
    704ce02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    374d5c0 View commit details
    Browse the repository at this point in the history