Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

These are the highlights of new features or additions to existing features in v4.1.x.

Table of Contents

Multiple suffixes with cache.config

...

There is now a new set of metrics for the log collation feature:

Events of Log::error()

No Formatcode
    proxy.process.log.event_log_error_ok
    proxy.process.log.event_log_error_skip
    proxy.process.log.event_log_error_aggr
    proxy.process.log.event_log_error_full
    proxy.process.log.event_log_error_fail

Events for Log::access()

No Formatcode
    proxy.process.log.event_log_access_ok
    proxy.process.log.event_log_access_skip
    proxy.process.log.event_log_access_aggr
    proxy.process.log.event_log_access_full
    proxy.process.log.event_log_access_fail

Logging Data to/from network/disk

No Formatcode
    proxy.process.log.num_sent_to_network
    proxy.process.log.num_received_from_network
    proxy.process.log.num_flush_to_disk
    proxy.process.log.bytes_sent_to_network
    proxy.process.log.bytes_received_from_network
    proxy.process.log.bytes_flush_to_disk
    proxy.process.log.bytes_written_to_disk

Other

No Formatcode
    proxy.process.log.log_files_open
    proxy.process.log.log_files_space_used

...

The following four configurations now also take a new value, "2":

Code Block
    proxy.config.http.cache.ignore_accept_mismatch
    proxy.config.http.cache.ignore_accept_language_mismatch
    proxy.config.http.cache.ignore_accept_encoding_mismatch
    proxy.config.http.cache.ignore_accept_charset_mismatch

...

This adds a new configuration option to elevate plugins to load with root privileges:

Code Block
    proxy.config.plugin.load_elevated

...

Cache Cluster improvements

TBD.

Jira: TBD

 

More details

  • Slide deck with more feature / improvement details