docs(DATAGO-128303): observability | documentation#1467
Conversation
✅ FOSSA Guard: Licensing (
|
✅ FOSSA Guard: Vulnerability (
|
|
|
||
| db.duration: | ||
| buckets: [0.001, 0.01, 0.1, 0.5, 1.0] | ||
| exclude_labels: [*] # This metric is effectively disabled |
There was a problem hiding this comment.
Do we have special yaml handling for this. I think this would throw an error with a pure yaml parser.
There was a problem hiding this comment.
| metric_prefix: sam | ||
| ``` | ||
|
|
||
| The `observability.path` field specifies the endpoint path for metrics (default: `/metrics`). The `observability.metric_prefix` field duplicates the top-level `metric_prefix` setting for convenience; both fields have the same effect. |
There was a problem hiding this comment.
What does top-level mean here? I didn't see any other metric_prefix attribute in the doc.
There was a problem hiding this comment.
great catch! no idea how it sneak in.
|
|
||
| - **Agent Mesh Enterprise**: Application metrics with OpenTelemetry is an enterprise-only feature. For information about installing Agent Mesh Enterprise, see [Enterprise Installation](./installation.md). | ||
|
|
||
| - **Agent Mesh Version**: Ensure you are running a version of Agent Mesh Enterprise that includes OpenTelemetry metrics support (version 1.20.0 or later). |
There was a problem hiding this comment.
1.20.0 sounds like it is relating to OTEL versions correct, and not the SAM Enterprise version?
One note to adjust here - it reads like you're stating that SAM Enterprise needs to be v1.20.0 or above.
There was a problem hiding this comment.
good point, i should probably remove version altogether, WDYT?
|
|
@enavitan remember to merge only after we have released SAM Enterprise this week. |





What is the purpose of this change?