Bug 1678635: Link from metrics pages to RLB API docs (#1335)

This commit is contained in:
Michael Droettboom 2020-11-20 13:47:52 -05:00 коммит произвёл GitHub
Родитель f65eb40758
Коммит 388b3e5ea4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -163,3 +163,4 @@ assert!(flags::a11y_enabled.test_get_value(None).unwrap());
* [Kotlin API docs](../../../javadoc/glean/mozilla.telemetry.glean.private/-boolean-metric-type/index.html)
* [Swift API docs](../../../swift/Classes/BooleanMetricType.html)
* [Python API docs](../../../python/glean/metrics/boolean.html)
* [Rust API docs](../../../docs/glean/private/boolean/struct.BooleanMetric.html)

Просмотреть файл

@ -200,3 +200,4 @@ assert_eq!(
* [Kotlin API docs](../../../javadoc/glean/mozilla.telemetry.glean.private/-counter-metric-type/index.html)
* [Swift API docs](../../../swift/Classes/CounterMetricType.html)
* [Python API docs](../../../python/glean/metrics/counter.html)
* [Rust API docs](../../../docs/glean/private/counter/struct.CounterMetric.html)

Просмотреть файл

@ -178,3 +178,4 @@ assert_eq!(u, user::client_id.test_get_value(None).unwrap());
* [Kotlin API docs](../../../javadoc/glean/mozilla.telemetry.glean.private/-uuid-metric-type/index.html).
* [Swift API docs](../../../swift/Classes/UuidMetricType.html)
* [Python API docs](../../../python/glean/metrics/uuid.html)
* [Rust API docs](../../../docs/glean/private/uuid/struct.UuidMetric.html)