-
Notifications
You must be signed in to change notification settings - Fork 115
Merge ci_feature into ci_feature_prod #147
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3c5b46d
Updatng release history
vishiy d31f588
fixing the plugin logs for emit stream
11fd5f6
updating log message
87a9cf8
Remove Log Processing from fluentd configuration
r-dilip 308be41
Remove plugin references from base_container.data
r-dilip 5bee0af
Merge pull request #124 from Microsoft/dilipr/fluentdConfigUpdates
r-dilip bcd1a3f
Dilipr/fluent bit log processing (#126)
r-dilip b02f2ec
Dilipr/glide updates (#127)
r-dilip e01c678
containerID="" for pull issues
vishiy b0ba22d
Using KubeAPI for getting image,name. Adding more logs (#129)
r-dilip 9783419
Dilipr/mark comments (#130)
r-dilip 8e35b73
Rashmi/segfault latest (#132)
rashmichandrashekar 4b63021
Adding a missed null check (#135)
rashmichandrashekar 8b964fd
reusing some variables (#136)
rashmichandrashekar 938c2ed
Rashmi/cjson delete null check (#138)
rashmichandrashekar fbfdf11
updating log level to debug for some provider workflows (#139)
rashmichandrashekar d426066
Fixing CPU Utilization and removing Fluent-bit filters (#140)
r-dilip c2cabab
Minor tweaks 1. Remove some logging 2. Added more Error Handling 3. C…
r-dilip 32567db
* Change FluentBit flush interval to 30 secs (from 5 secs)
vishiy afc981d
Container Log Telemetry
r-dilip 4b958dd
Fixing an issue with Send Init Event if Telemetry is not initialized …
r-dilip 510ef9f
PR feedback
r-dilip 684c39b
PR feedback
r-dilip e165275
Sending an event every 5 mins(Heartbeat) (#146)
r-dilip eecb5db
Merge branch 'ci_feature_prod' into ci_feature
vishiy cfe1ca9
PR feedback to cleanup removed workflows
vishiy 892b51c
updating agent version for telemetry
vishiy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| omsadmin_conf_path=/etc/opt/microsoft/omsagent/conf/omsadmin.conf | ||
| cert_file_path=/etc/opt/microsoft/omsagent/certs/oms.crt | ||
| key_file_path=/etc/opt/microsoft/omsagent/certs/oms.key | ||
| container_host_file_path=/var/opt/microsoft/docker-cimprov/state/containerhostname | ||
| container_inventory_refresh_interval=60 | ||
| kube_system_containers_refresh_interval=300 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| [SERVICE] | ||
| Flush 30 | ||
| Log_Level info | ||
| Parsers_File /etc/td-agent-bit/parsers.conf | ||
| Log_File /var/opt/microsoft/docker-cimprov/log/fluent-bit.log | ||
|
|
||
| [INPUT] | ||
| Name tail | ||
| Tag oms.container.log.* | ||
| Path /var/log/containers/*.log | ||
| DB /var/opt/microsoft/docker-cimprov/state/fblogs.db | ||
| Parser docker | ||
| Mem_Buf_Limit 30m | ||
| Path_Key filepath | ||
| Skip_Long_Lines On | ||
|
|
||
| [OUTPUT] | ||
| Name oms | ||
| EnableTelemetry true | ||
| TelemetryPushIntervalSeconds 300 | ||
| Match oms.container.log.* | ||
| AgentVersion ciprod10162018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.