Skip to content

Commit

Permalink
issue:4061560: [TFS plugin] When the telemetry is unresponsive stream…
Browse files Browse the repository at this point in the history
… cached data (#261)
  • Loading branch information
ananalaghbar authored Sep 30, 2024
1 parent a7515a4 commit ccb500f
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 109 deletions.
4 changes: 4 additions & 0 deletions plugins/fluentd_telemetry_plugin/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ max-public-methods=100

[DESIGN]
max-attributes=10
max-args=10
max-locals=20
max-module-lines=1500

[MESSAGES CONTROL]
disable=missing-module-docstring,missing-function-docstring,fixme

[FORMAT]
max-line-length=140
max-positional-arguments=10

[BASIC]
min-public-methods=0
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ c_fluent_streamer = True
bulk_streaming = True
compressed_streaming = False
stream_only_new_samples = True
enable_cached_stream_on_telemetry_fail = False
enabled = False

[logs-config]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
"stream_only_new_samples": {
"type": "boolean"
},
"enable_cached_stream_on_telemetry_fail": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
}
Expand Down
Loading

0 comments on commit ccb500f

Please sign in to comment.