Skip to content

Commit 9046a70

Browse files
author
DataUI VCS Robot
committed
Release 28.12.2021
* DataLens: added instruction about navigator in charts. * Translations updated. * Fixes and improvements.
1 parent 55949c7 commit 9046a70

File tree

92 files changed

+2016
-1598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2016
-1598
lines changed

en/_includes/compute-limits.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ The limits per VM depend on its [platform](../compute/concepts/vm-platforms.md):
8686

8787
| Limits | Value |
8888
| ----- | ----- |
89-
| Maximum disk size | 4 TB |
90-
| Maximum disk snapshot size | 4 TB |
89+
| Maximum disk size | 256 TB |
9190
| [Allocation unit size](../compute/concepts/storage-read-write.md) | 32 GB |
9291
| Maximum^3^ [IOPS](../compute/concepts/storage-read-write.md) for writes per disk | 40,000 |
9392
| Maximum^3^ IOPS for writes per allocation unit | 1000 |
@@ -102,7 +101,7 @@ The limits per VM depend on its [platform](../compute/concepts/vm-platforms.md):
102101

103102
| Limits | Value |
104103
| ----- | ----- |
105-
| Maximum disk snapshot size | 4 TB |
104+
| Maximum disk size | 256 TB |
106105
| [Allocation unit size](../compute/concepts/storage-read-write.md) | 256 GB |
107106
| Maximum^3^ [IOPS](../compute/concepts/storage-read-write.md) for writes per disk | 11,000 |
108107
| Maximum^3^ IOPS for writes per allocation unit | 300 |

en/_includes/functions/timeslot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
When viewing the log, you can set a specific interval using the `--since` and `--until` flags. If no interval is specified when invoking a function, information for the last hour is displayed.
1+
When viewing the log, you can set a specific interval using the `--since` and `--until` flags. If no time interval is specified, information for the previous hour is displayed.
22

33
The following flags are used:
44

en/_includes/logging/read-logs.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The maximum record retention period is 3 days. The log uses Coordinated Universal Time, [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
1+
Maximum record retention period is 3 days. The log uses [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
22

33
You can filter records using the [language of filter expressions](../../logging/concepts/filter.md).
44

@@ -19,17 +19,17 @@ You can filter records using the [language of filter expressions](../../logging/
1919

2020
{% include [default-catalogue](../default-catalogue.md) %}
2121

22-
When viewing the log, you can set a specific interval using the `--since` and `--until` flags. If no interval is specified when invoking a function, information for the last hour is displayed.
22+
When viewing the log, you can set a specific interval using the `--since` and `--until` flags. If no time interval is specified, information for the previous hour is displayed.
2323

2424
The following flags are used:
25-
25+
2626
* `--since`: Time N and later.
2727
* `--until`: Time N and earlier.
2828

2929
If you only specify one flag, information is displayed for the hour before or after N depending on the flag.
3030

3131
Allowed time formats:
32-
32+
3333
* `HH:MM:SS`. Example: `15:04:05`.
3434
* [RFC-3339](https://www.ietf.org/rfc/rfc3339.txt). Example: `2006-01-02T15:04:05Z`, `2h`, `3h30m ago`.
3535

@@ -41,22 +41,22 @@ You can filter records using the [language of filter expressions](../../logging/
4141
yc logging read --group-name=default --format=json
4242
```
4343

44-
Result:
45-
44+
Result:
45+
4646
```
4747
[
48-
{
49-
"uid": "488ece3c-75b8-4d35-95ac-2b491b123472",
50-
"resource": {},
51-
"timestamp": "2021-06-22T02:10:40Z",
52-
"ingested_at": "2021-06-22T08:49:15.716Z",
53-
"saved_at": "2021-06-22T08:49:16.176097Z",
54-
"level": "INFO",
55-
"message": "My message",
56-
"json_payload": {
57-
"request_id": "1234"
58-
}
59-
}
48+
{
49+
"uid": "488ece3c-75b8-4d35-95ac-2b491b123472",
50+
"resource": {},
51+
"timestamp": "2021-06-22T02:10:40Z",
52+
"ingested_at": "2021-06-22T08:49:15.716Z",
53+
"saved_at": "2021-06-22T08:49:16.176097Z",
54+
"level": "INFO",
55+
"message": "My message",
56+
"json_payload": {
57+
"request_id": "1234"
58+
}
59+
}
6060
]
6161
```
6262

@@ -68,4 +68,8 @@ You can filter records using the [language of filter expressions](../../logging/
6868

6969
This command will return records for the last hour and continue to return new ones until you interrupt it with **Ctrl+C**. The `--follow` flag is not compatible with the `--since` and `--until` flags.
7070

71+
- API
72+
73+
You can view the entries in a log group using the API [read](../../logging/api-ref/grpc/log_reading_service.md) method.
74+
7175
{% endlist %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To access a container, use its name or unique ID. To get them, [get a list of containers](../../serverless-containers/operations/list.md) in the folder.

en/datalens/function-ref/EXP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ EXP(3) = 20.08553
4141

4242
#### Data source support {#data-source-support}
4343

44-
`Materialized Dataset`, `ClickHouse 19.13`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.6`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`.
44+
`Materialized Dataset`, `ClickHouse 19.13`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.6`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`, `YDB`.

en/datalens/function-ref/FIND.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ FIND("Lorem ipsum dolor sit amet", "or", 7) = 16
4545

4646
#### Data source support {#data-source-support}
4747

48-
`Materialized Dataset`, `ClickHouse 19.13`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.6`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`, `YDB`.
48+
`Materialized Dataset`, `ClickHouse 19.13`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.6`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`.

en/datalens/function-ref/WEEK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ WEEK(#1971-01-14 01:02:03#) = 2
3333

3434
#### Data source support {#data-source-support}
3535

36-
`Materialized Dataset`, `ClickHouse 19.13`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.6`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`, `YDB`.
36+
`Materialized Dataset`, `ClickHouse 19.13`, `Microsoft SQL Server 2017 (14.0)`, `MySQL 5.6`, `Oracle Database 12c (12.1)`, `PostgreSQL 9.3`.

en/datalens/function-ref/availability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Function availability for various data source types.
6565
| [DEGREES](DEGREES.md) | X | X | X | X | X | X | X | X | X | X | | X |
6666
| [DIV](DIV.md) | X | X | X | X | X | X | X | X | X | X | | X |
6767
| [ENDSWITH](ENDSWITH.md) | X | X | X | X | X | X | X | X | X | X | X | X |
68-
| [EXP](EXP.md) | X | X | X | X | X | X | X | X | X | X | | |
69-
| [FIND](FIND.md) | X | X | X | X | X | X | X | X | X | X | | X |
68+
| [EXP](EXP.md) | X | X | X | X | X | X | X | X | X | X | | X |
69+
| [FIND](FIND.md) | X | X | X | X | X | X | X | X | X | X | | |
7070
| [FIRST (window)](FIRST.md) | X | X | X | X | X | X | X | X | X | X | | |
7171
| [FLOAT](FLOAT.md) | X | X | X | X | X | X | X | X | X | X | | X |
7272
| [FLOOR](FLOOR.md) | X | X | X | X | X | X | X | X | X | X | | X |
@@ -166,6 +166,6 @@ Function availability for various data source types.
166166
| [UTF8](UTF8.md) | X | X | X | | | | | | | | | |
167167
| [VAR](VAR.md) | X | X | X | X | X | X | X | X | X | X | | X |
168168
| [VARP](VARP.md) | X | X | X | X | X | X | X | X | X | X | | X |
169-
| [WEEK](WEEK.md) | X | X | X | X | X | X | X | X | X | X | | X |
169+
| [WEEK](WEEK.md) | X | X | X | X | X | X | X | X | X | X | | |
170170
| [YEAR](YEAR.md) | X | X | X | X | X | X | X | X | X | X | | X |
171171
| [ZN](ZN.md) | X | X | X | X | X | X | X | X | X | X | | X |

en/dns/concepts/dns-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For security reasons, nested public zones can only be created by users and servi
3131

3232
The service does not require confirmation of domain ownership. You can use a domain zone even if it's not registered to you. However, if its owner confirms their rights to the domain zone, you'll lose access to it. If you are the owner of the domain and the zone is already used by someone, contact [support](../../support/overview.md).
3333

34-
To request external domain names, use caching resolvers like unbound, dnsmasq, or systemd-resolved. They can reduce the number of queries and service usage [costs](../pricing.md).
34+
To request external domain names, we recommend using [caching resolvers](../solutions/local-dns-cache.md), such as `systemd-resolved`, `dnsmasq`, or `unbound`. They can reduce the number of queries and service usage [costs](../pricing.md).
3535

3636
## Internal zones {#private-zones}
3737

0 commit comments

Comments
 (0)