You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print logs when subscribing to events. Print a warning message if there is no event the agent subscribes to. (#290)
Allow the collector run in the non-Kubernetes environment by setting the option enablefalse under the k8smetadataprocessor section. (#285)
Add a new environment variable: IS_PRINT_EVENT. When the value is true, sinsp events can be printed to the stdout. (#283)
Declare the 9500 port in the agent's deployment file (#282)
Bug fixes
Avoid printing logs to console when both observability.logger.file_level and observability.logger.console_level are set to none(#316)
Fix the userAttributes array out of range error caused by userAttNumber exceeding 8
Fix the bug where no HTTP headers were got. (#301)
Fix the bug that need_trace_as_span options cannot take effect (#292)
Fix connection failure rate data lost when change topology layout in the Grafana plugin. (#289)
Fix the bug that the external topologys' metric name is named with kindling_entity_request prefix. Change the prefix of these metrics to kindling_topology_request (#287)
Fix the bug where the table name of SQL is missed if there is no trailing character at the end of the table name. (#284)