Skip to content

Commit

Permalink
1.0.6 Release (#97)
Browse files Browse the repository at this point in the history
* Bumped version number for Fluent Bit config maps
* Updated CHANGELOG.md
  • Loading branch information
BryanEllington authored Apr 19, 2021
1 parent eaaf049 commit 4a65a54
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# SAS Viya Monitoring for Kubernetes

## Version 1.0.6 (19APR21)

* **Overall**
* [FEATURE] Custom names for the NGINX controller service are now supported
via the `NGINX_SVCNAME` environment variable (or `user.env` setting).
* [CHANGE] Several updates to documentation have been made to improve clarity
and organize the content in a more useful way.

* **Monitoring**
* [FEATURE] There is a [new sample](samples/gke-monitoring) that demonstrates
how to enable Google Cloud's Operation Suite to collect metrics a Prometheus
instance that is scraping metrics from SAS Viya components
* [CHANGE] The [Amazon CloudWatch sample](samples/cloudwatch) has been
updated to include many more metrics and mappings. Almost all metrics exposed
by SAS Viya and third party components are now mapped properly to sets of
dimensions. A new [reference](samples/cloudwatch/reference.md) documents
the metrics by dimention, by source, and by metric name.

* **Logging**
* [FIX] Missing Kubernetes metadata on log messages from some pods (inc. CAS
server pod) has been fixed. Prior to fix, the kube.namespace field was set
to `missing_ns` and all other `kube.*` fields were not present.

## Version 1.0.5 (15MAR21)

* **Overall**
Expand Down Expand Up @@ -37,7 +60,7 @@

* **Logging**
* [FEATURE] The browser-accessible URL for Kibana included in the output
of `logging/bin/deploy_logging_open.sh` now takes into account ingress
of `logging/bin/deploy_logging_open.sh` now takes into account ingress
configuration
* [EXPERIMENTAL] A new _experimental_ script `logging/bin/getlogs.sh`
allows exporting logs to CSV format [`Documentation`](logging/Export_Logs.md)
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/fluent-bit_config.configmap_azmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.9.002
Set fb_configMap_version 0.2.9
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/fluent-bit_config.configmap_open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.9.002
Set fb_configMap_version 0.2.9
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down

0 comments on commit 4a65a54

Please sign in to comment.