We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72117d6 commit b7d041dCopy full SHA for b7d041d
docs/designs/012-health-events-exporter.md
@@ -267,7 +267,7 @@ Following the [CloudEvents 1.0 specification](https://github.com/cloudevents/spe
267
| Attribute | Type | Required | Description |
268
|-----------|------|----------|-------------|
269
| `specversion` | String | Yes | CloudEvents version (always "1.0") |
270
-| `id` | String (UUID) | Yes | Unique event ID; generated or from MongoDB `_id` |
+| `id` | String (UUID) | Yes | Unique event ID; from MongoDB `_id` |
271
| `time` | Timestamp (RFC3339) | Yes | Event generation time |
272
| `source` | String | Yes | Cluster identifier |
273
| `type` | String | Yes | Event type (always "health-event") |
0 commit comments