Skip to content

Commit ebada06

Browse files
KNW-1929, trial and free states, pick-25
1 parent 7d4513c commit ebada06

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/common/de/metric_backend.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ image::metric_backend_sql_console.png[alt="Mit SQL-Grundlagenwissen können Sie
9393
== Berechnungsgrundlagen für die Lizenzierung
9494
// TK: Wenn das schon ein Thema ist, dann vielleicht erstmal ein paar einführende Worte, dass die schöne, neue Welt nicht gratis ist.
9595

96+
[#custom_metrics]
9697
=== Custom Metrics
9798

9899
Eine _Custom Metric_ entspricht der Zeitreihe von Daten, die über _Service Name_, _Metric Name_ (in der Terminologie des Metrik-Backends, respektive des OpenTelemetry Collectors) sowie weitere Attribute identifiziert werden.
@@ -107,6 +108,7 @@ Hiervon wird wiederum am Monatsende der Monatsdurchschnitt gebildet.
107108
// Haben wir eine bsolute Höchstgrenze?
108109

109110

111+
[#frequency_incoming_data]
110112
=== Frequenz eingehender Daten
111113

112114
ifdef::onprem[]
@@ -115,12 +117,13 @@ Die Frequenz eingehender Daten wird bei {UE} derzeit nur durch Ihre Hardware, Ei
115117
endif::[]
116118

117119
ifdef::saas[]
118-
Die Frequenz eingehender Daten wird bei {CE} auf ein Datum pro 15 Sekunden begrenzt (bei Instanzen im Lizenzstatus „Trial“ auf ein Datum pro 30 Sekunden).
120+
Die Frequenz eingehender Daten wird bei {CE} auf ein Datum pro 15 Sekunden begrenzt.
119121
Treten Lastspitzen nur für wenige Minuten pro Tag auf, ziehen diese keine Drosselung eingehenden Verkehrs nach sich.
120122
// TK: Den vorherigen Satz versteh ich nicht. Von Drosselung war bisher nie die Rede.
121123
endif::[]
122124

123125

126+
[#retention_period]
124127
=== Vorhaltedauer
125128

126129
ifdef::onprem[]
@@ -132,5 +135,4 @@ endif::[]
132135

133136
ifdef::saas[]
134137
Die Vorhaltedauer von Telemetriedaten ist auf 14 Tage beschränkt.
135-
Bei Instanzen im Lizenzstatus „Trial“ beträgt die Vorhaltedauer zwei Tage.
136138
endif::[]

src/common/en/metric_backend.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ image::metric_backend_sql_console.png[alt=“With a basic understanding of SQL,
7272
[#license_calculation]
7373
== Basics for calculating licensing
7474

75+
[#custom_metrics]
7576
=== Custom Metrics
7677

7778
A _Custom Metric_ corresponds to a time series of data identified by _Service Name_, _Metric Name_ (in the terminology of the metrics backend or the OpenTelemetry Collector), and other attributes.
@@ -83,18 +84,20 @@ Once a day, an average of these numbers is calculated across all 20-minute inter
8384
From this, the monthly average is calculated at the end of the month.
8485

8586

87+
[#frequency_incoming_data]
8688
=== Frequency of incoming data
8789

8890
ifdef::onprem[]
8991
The frequency of incoming data for {UE} is currently limited only by your hardware, settings such as the connector's storage limit, and the network connection of the {CMK} server.
9092
endif::[]
9193

9294
ifdef::saas[]
93-
For {CE}, the frequency of incoming data is limited to one data point every 15 seconds (for sites with a 'Trial' license status, one data point every 30 seconds).
95+
For {CE}, the frequency of incoming data is limited to one data point every 15 seconds.
9496
If traffic spikes occur for only a few minutes per day, they do not result in throttling of incoming traffic.
9597
endif::[]
9698

9799

100+
[#retention_period]
98101
=== Retention period
99102

100103
ifdef::onprem[]
@@ -105,5 +108,4 @@ endif::[]
105108

106109
ifdef::saas[]
107110
The retention period for telemetry data is limited to 14 days.
108-
For sites with a 'Trial' license status, the retention period is two days.
109111
endif::[]

0 commit comments

Comments
 (0)