Skip to content

Commit

Permalink
Merge pull request #97 from instana/r256-release-notes
Browse files Browse the repository at this point in the history
update release notes for R256
  • Loading branch information
andreachiavegatto authored Aug 22, 2023
2 parents 964a71f + 50cd5dc commit 7451c24
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion content/release-notes/1.256.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@

Node.js tracer now supports instrumentation for Kinesis in AWS SDK v3.

### Etcd sensor

Etcd sensor now supports API 3.x as a Beta. For more information, see [Performance metrics for Etcd API version 3.x (Beta)](https://github.ibm.com/instana/docs/blob/main/src/pages/ecosystem/etcd/index.md#performance-metrics-for-etcd-api-version-3x-beta).

### Kong API Gateway sensor

Kong API Gateway sensor now supports Kong-Admin-Token based authentication. For more information, see [Kong-Admin-Token based authentication](https://github.ibm.com/instana/docs/blob/main/src/pages/ecosystem/kong/index.md#kong-admin-token-based-authentication).

### New performance metrics for Oracle RAC

Instana now collects the following performance metrics for Oracle Real Application Clusters (RAC):

- List of top ten SQL queries with high I/O in the last 1 hour
- Library cache hit ratio
- List of top ten SQL queries with high I/O in the last 24 hours
- List of SQL queries that do not use bind variable in the code
- Tablespace usage
- Wait time per second for the following classes of Oracle wait events: user I/O, other, system I/O, concurrency, scheduler, application, commit, configuration, administrative, network, and queueing

### Recommended actions for associations

Go to the Associated Actions section of the [Issue](https://github.ibm.com/instana/docs/blob/main/src/pages/root_cause_analysis/index.md#issues) or [Incident](https://github.ibm.com/instana/docs/blob/main/src/pages/root_cause_analysis/index.md#incidents) page. In the Recommended actions section, you can see the top five AI-recommended actions, which are sorted by the confidence score. You can associate actions by clicking Associate Action in each recommended action row.
Expand All @@ -23,13 +42,31 @@ Synthetic monitoring supports Browser tests in a Beta test. Browser tests are av

A new playback engine is used to run these tests. You must upgrade your existing self-hosted Synthetic PoP to add the new playback engine to your PoP deployment. For more information, see [Using Synthetics to monitor endpoints](https://github.ibm.com/instana/docs/blob/main/src/pages/synthetic_monitoring/mon_endpoints.md) and [Browser test overview](https://github.ibm.com/instana/docs/blob/main/src/pages/synthetic_monitoring/browser_script/overview.md).

### Synthetic Monitoring: Synthetic CLI commands

You can use the `synctl` CLI commands to manage Synthetic tests, locations, and credentials. For more information, see the [Synthetic CLI Command](https://github.com/instana/synthetic-synctl).

### Table widget for events

The table widget in your custom dashboards now allows you to see a list of events that have been triggered either live or within a specified time period. For more information, see [Table widget](https://github.ibm.com/instana/docs/blob/main/src/pages/custom_dashboards/table.md#example-table).

### IBM IMS tracing

Automatic tracing is added for the IBM IMS TM Resource Adapter, which is used collect data about the performance of IBM IMS as a Java application. For more information about the frameworks and tools that are used to collect data about the performance of Java applications, see [Instrumented frameworks and libraries](https://github.ibm.com/instana/docs/blob/main/src/pages/ecosystem/jvm/instrumented_framework.md).


## Improvements

### ActiveMQ 5.17 and 5.18 support for Java tracer

ActiveMQ 5.17.x and 5.18.x are supported in Java tracer.

For more information, see [Messaging services](https://github.ibm.com/instana/docs/blob/652121e48838c0dada6afe692ea04b3d0ff3c1dd/src/pages/ecosystem/jvm/instrumented_framework.md#messaging-services).

### Link to mobile Smart Alerts in the alert channel configuration

In the alert channels configuration UI, now you can see mobile Smart Alerts that are associated with the alert channel and the links to go to these mobile Smart Alerts.

### Placeholder support in Synthetics Smart Alert title

You can now use dynamic placeholders as part of your Synthetics Smart Alert title. For more information, see [Smart Alerts for Synthetic Monitoring](https://github.ibm.com/instana/docs/blob/main/src/pages/synthetic_monitoring/smart_alerts.md)
Expand All @@ -39,8 +76,18 @@ You can now use dynamic placeholders as part of your Synthetics Smart Alert titl

### Synthetic Monitoring


- If an Instana application was deleted, the links to that application from Synthetic tests were retained, and the Synthetic tests with such links could not be updated. Now if an Instana application is deleted, the links in the Synthetic tests that are associated with that application are automatically removed.
- The `An unexpected error occurred` error message was displayed in the **Locations** tab if no Synthetic PoPs were deployed. Now the `No data available` message is displayed in the **Locations** tab if no Synthetic PoPs are deployed.
- In the **Results** tab for a Synthetic test, you were not able to filter Synthetic results from the deleted locations. Now you can filter Synthetic test results from the deleted locations. In the **Results** tab for a Synthetic test, you can select the name of the deleted location by using the Location filter to see the results from the deleted location within the selected time range.
- If a location was deleted without uninstalling the PoP, the existing tests were still running in the PoP, and the test results were sent to the backend. The issue is fixed now. If the location is deleted, the tests are cleared in the PoP, and no new test results are sent to the backend.
- If a REST API returned a response with the header `content-encoding: utf-8`, the API script that tested this API failed with the error message `Not able to decode utf-8`. The issue is fixed now.

### Unbounded Analytics

In the Unbounded Analytics page, if a tag filter value was blank, the value suggestions of other tag filters couldn't be loaded.

The issue is fixed now. Even though a tag filter value is blank, you can still see the value suggestions for other tag filters.

### KPI Card Layout

The layout of the KPI Cards on the Application and Service Summary pages is adjusted to match other screens when the window size is reduced.

0 comments on commit 7451c24

Please sign in to comment.