You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specmatic offers users insights into the [usage](https://insights.specmatic.io/dashboard/settings/usage) of its features. But it goes beyond usage.
8
10
[Specmatic Insights](/enterprise_onboarding/insights) provides reports on coverage, service dependency graphs, adoption by providers and consumers etc.
9
11
10
12
## Typical Payload
13
+
11
14
Usage analytics are posted roughly every minute (and once at exit) with the following payload shape.
12
15
16
+
13
17
```json
14
18
{
15
19
"usages": [
@@ -20,7 +24,7 @@ Usage analytics are posted roughly every minute (and once at exit) with the foll
20
24
],
21
25
"consumption": [
22
26
{
23
-
"product": "Specmatic AsyncAPI",
27
+
"product": "Specmatic Enterprise",
24
28
"feature": "test",
25
29
"used": 10,
26
30
"protocol": "mqtt+Amazon SQS"
@@ -30,7 +34,7 @@ Usage analytics are posted roughly every minute (and once at exit) with the foll
30
34
],
31
35
"usageMetadata": {
32
36
"productName": "Specmatic Enterprise",
33
-
"productVersion": "2.1.3-SNAPSHOT",
37
+
"productVersion": "1.0.3",
34
38
"runId": "AD4BF181-6E88-4380-A344-9E0A85EF916D",
35
39
"osName": "Linux",
36
40
"osVersion": "6.12.54-linuxkit",
@@ -43,9 +47,11 @@ Usage analytics are posted roughly every minute (and once at exit) with the foll
43
47
```
44
48
45
49
## Opt-Out of Usage Analytics
46
-
Trial and other free-tier users may choose to opt-out of Telemetry with the following top-level configuration in specmatic.yml file.
47
50
48
-
```yaml
49
-
disable_telemetry = true
50
-
```
51
+
Trial and other free-tier users may choose to opt-out of Telemetry with the following configuration in specmatic.yml file.
0 commit comments