Skip to content

Commit d7d86da

Browse files
committed
Remove metric view configuration.
1 parent 9c17531 commit d7d86da

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

instrumentation/jmx-metrics/src/main/resources/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ instrumentation support the same metrics as the [JMX Metric Gatherer](https://gi
44

55
It is required at least until [open-telemetry/opentelemetry-java-instrumentation#9765](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/9765) is addressed.
66

7-
### view.yaml
8-
A [Metric View](https://opentelemetry.io/docs/specs/otel/metrics/sdk/#view) is functionality the OpenTelemetry SDK
9-
supports that allows users to customize the metrics outputted by the SDK. The SDK also supports [configuring views
10-
via YAML](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/incubator#view-file-configuration),
11-
which can be specified via property or environment variable. In this case, the view is configured to only retain metrics
12-
from the JMX Metric Insight instrumentation.
13-
147
```
158
OTEL_EXPERIMENTAL_METRICS_VIEW_CONFIG: classpath:/jmx/view.yaml
169
```

instrumentation/jmx-metrics/src/main/resources/jmx/view.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)