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

Strange files created by ServerTelemetryChannel and not deleted #2917

Open
n0izynator opened this issue Nov 14, 2024 · 0 comments
Open

Strange files created by ServerTelemetryChannel and not deleted #2917

n0izynator opened this issue Nov 14, 2024 · 0 comments

Comments

@n0izynator
Copy link

Description:
Our application is using Application Insights with the ServerTelemetryChannel. However, we have observed that the channel is creating files with unexpected extensions (different from .trn) in the telemetry storage folder. These files are accumulating and are not being deleted as expected, which leads to storage bloat over time.
Image

Expected Behavior:

  • All files created by the channel should be deleted after being processed or after exceeding the retention period.

Actual Behavior:

  • Files with unexpected extensions are being created.
  • These files are not being deleted, leading to a potential buildup of unused files.

Impact:

  • Potential performance or disk space issues in long-running applications.

Environment Details:

  • Application Insights SDK version: 2.22.0
  • .NET version: net8.0
  • Hosting environment: RHOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant