Skip to content

Commit

Permalink
DOC 181 (update blobstore metrics) completed, M8 early access 12.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeninaR committed Jun 10, 2018
1 parent c29b801 commit 1441503
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
22 changes: 22 additions & 0 deletions site/content/early_access/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,35 @@ weight:

This page contains early access information for XAP and InsightEdge 12.3.1, which is scheduled for release in Q2 2018. Early access builds are intended for those who want to get involved in the development process and try out new features and functionality early on, and even affect the final outcome. If you have any feedback on early access features, we'd love to hear it!

{{%warning "Important"%}}
In this milestone only, when trying to start Insightedge using the Python API the PySpark shell fails to start. This issue will be resolved in the next milestone.
{{%/warning%}}

{{%infosign%}} If you're just getting started with version 12.3.1, we recommend reading the [What's New](/xap/12.3/rn/whats-new.html) page in the general release notes.

{{%tip "Disclaimer"%}}
Early access builds are provided as is, and should not be used in production. The latest stable release is version **12.3**. <br>[Download](http://www.gigaspaces.com/xap-download) | [Documentation](/xap/12.3/)
{{%/tip%}}
<hr/>

# 12.3.1 M8 (Jun-10-2018)

## Download Links

* [InsightEdge (Open Source)](https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/12.3.1/gigaspaces-insightedge-12.3.1-m8-b19208.zip) | [InsightEdge Enterprise](https://gigaspaces-releases-eu.s3.amazonaws.com/insightedge/12.3.1/gigaspaces-insightedge-enterprise-12.3.1-m8-b19208.zip)

* [XAP (Open Source)](https://gigaspaces-releases-eu.s3.amazonaws.com/xap/12.3.1/gigaspaces-xap-12.3.1-m8-b19208.zip) | [XAP Enterprise](https://gigaspaces-releases-eu.s3.amazonaws.com/xap/12.3.1/gigaspaces-xap-enterprise-12.3.1-m8-b19208.zip) | [XAP.NET Enterprise](https://gigaspaces-releases-eu.s3.amazonaws.com/xap/12.3.1/gigaspaces-xap.net-12.3.1-m8-b19208.msi)

## Changelog

### Features and Enhancements

- {{% jira id="GS-13557" %}}: Configure Spark to include InsightEdge dependencies on startup.

### Resolved Issues

- {{% jira id="GS-13559" %}}: Display blobstore operation statistics in the GigaSpaces Management Center.

# 12.3.1 M7 (Jun-03-2018)

## Download Links
Expand Down
19 changes: 5 additions & 14 deletions site/content/xap/12.3/admin/metrics-bundled.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -218,25 +218,16 @@ Space metrics are reported with the following tags:

| Metric | Description | Type |
|:-------|:------------|:-----|
| space_operations_remove | Number of remove operations. | Long |
| space_operations_add | Number of add operations. | Long |
| space_operations_replace | Number of replace operations. | Long |
| space_operations_get | Number of get operations. | Long |
| space_operations_remove-tp | Remove operations per second. | Double |
| space_operations_add-tp | Add operations per second. | Double |
| space_operations_replace-tp | Replace operations per second. | Double |
| space_operations_get-tp | Get operations per second. | Double |
| space_blobstore_add | Number of add operations. | Long |
| space_blobstore_add-tp | Add operations per second. | Double |
| space_blobstore_add-tp | Number of add operations per second. | Double |
| space_blobstore_get | Number of get operations. | Long |
| space_blobstore_get-tp | Get operations per second. | Double |
| space_blobstore_get-tp | Number of get operations per second. | Double |
| space_blobstore_remove | Number of remove operations. | Long |
| space_blobstore_remove-tp| Remove operations per second. | Double |
| space_blobstore_remove-tp| Remove operations per second. | Double |
| space_blobstore_remove-tp| Number of remove operations per second. | Double |
| space_blobstore_compaction_avg | Compaction time on average | Double |
| space_blobstore_cache-size | Number of objects stored in the blobstore cache. | Long |
| space_blobstore_cache-hit | Blobstore cache hits. | Long |
| space_blobstore_cache-miss | Total of blobstore cache misses. | Long |
| space_blobstore_cache-hit | Number of blobstore cache hits. | Long |
| space_blobstore_cache-miss | Total number of blobstore cache misses. | Long |
| space_blobstore_hot-data-cache-miss | Subgroup of cache misses - misses of hot data not found in cache. | Long |
| space_blobstore_off-heap_used-bytes_total | Total used off-heap memory, in bytes. | Long |
| space_blobstore_off-heap_used-bytes\_{type_name} | Used off-heap memory per type, in bytes. | Long |
Expand Down

0 comments on commit 1441503

Please sign in to comment.