-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b35b03
commit b90650b
Showing
138 changed files
with
45 additions
and
7,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-37.6 KB
docs/modules/ROOT/assets/images/concepts/prometheus-counter-norate.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-15.5 KB
docs/modules/ROOT/assets/images/implementations/appoptics-timer-average.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-12.6 KB
docs/modules/ROOT/assets/images/implementations/atlas-long-task-timer.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-23.2 KB
docs/modules/ROOT/assets/images/implementations/datadog-counter.png
Binary file not shown.
Binary file removed
BIN
-35.9 KB
docs/modules/ROOT/assets/images/implementations/datadog-long-task-timer.png
Binary file not shown.
Binary file removed
BIN
-67.7 KB
docs/modules/ROOT/assets/images/implementations/datadog-select-tags.png
Binary file not shown.
Binary file removed
BIN
-29.6 KB
docs/modules/ROOT/assets/images/implementations/datadog-timer-metrics.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-58.1 KB
docs/modules/ROOT/assets/images/implementations/graphite-counter.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-25.8 KB
docs/modules/ROOT/assets/images/implementations/influx-long-task-timer.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-22.2 KB
docs/modules/ROOT/assets/images/implementations/new-relic-timer-latency.png
Binary file not shown.
Binary file removed
BIN
-29.6 KB
docs/modules/ROOT/assets/images/implementations/new-relic-timer-percentiles.png
Binary file not shown.
Binary file removed
BIN
-35.9 KB
docs/modules/ROOT/assets/images/implementations/new-relic-timer-sla.png
Binary file not shown.
Binary file removed
BIN
-17.5 KB
docs/modules/ROOT/assets/images/implementations/new-relic-timer-throughput.png
Binary file not shown.
Binary file removed
BIN
-37.6 KB
docs/modules/ROOT/assets/images/implementations/prometheus-counter-norate.png
Diff not rendered.
Binary file removed
BIN
-33.8 KB
docs/modules/ROOT/assets/images/implementations/prometheus-counter.png
Diff not rendered.
Binary file removed
BIN
-145 KB
docs/modules/ROOT/assets/images/implementations/prometheus-dashboard.png
Diff not rendered.
Binary file removed
BIN
-63.1 KB
docs/modules/ROOT/assets/images/implementations/prometheus-long-task-timer.png
Diff not rendered.
Binary file removed
BIN
-62.7 KB
docs/modules/ROOT/assets/images/implementations/prometheus-timer.png
Diff not rendered.
Binary file removed
BIN
-147 KB
docs/modules/ROOT/assets/images/implementations/quantile-algorithms.png
Diff not rendered.
Binary file removed
BIN
-18.2 KB
docs/modules/ROOT/assets/images/implementations/signalfx-timer-latency-query.png
Diff not rendered.
Binary file removed
BIN
-23.7 KB
docs/modules/ROOT/assets/images/implementations/signalfx-timer-latency.png
Diff not rendered.
Binary file removed
BIN
-27.8 KB
docs/modules/ROOT/assets/images/implementations/signalfx-timer-percentiles.png
Diff not rendered.
Binary file removed
BIN
-38.5 KB
docs/modules/ROOT/assets/images/implementations/signalfx-timer-sla.png
Diff not rendered.
Binary file removed
BIN
-23.8 KB
docs/modules/ROOT/assets/images/implementations/signalfx-timer-throughput.png
Diff not rendered.
Binary file removed
BIN
-65.5 KB
docs/modules/ROOT/assets/images/implementations/wavefront-counter-rate.png
Diff not rendered.
Binary file removed
BIN
-76.8 KB
docs/modules/ROOT/assets/images/implementations/wavefront-counter.png
Diff not rendered.
Binary file removed
BIN
-31.5 KB
docs/modules/ROOT/assets/images/implementations/wavefront-timer-latency.png
Diff not rendered.
Binary file removed
BIN
-42.2 KB
docs/modules/ROOT/assets/images/implementations/wavefront-timer-sla.png
Diff not rendered.
Binary file removed
BIN
-26.2 KB
docs/modules/ROOT/assets/images/implementations/wavefront-timer-throughput.png
Diff not rendered.
Binary file removed
BIN
-100 KB
docs/modules/ROOT/assets/images/reference/cache/grafana-guava-miss-ratio.png
Diff not rendered.
Binary file removed
BIN
-110 KB
docs/modules/ROOT/assets/images/reference/cache/prometheus-guava-cache-ratio.png
Diff not rendered.
Binary file removed
BIN
-141 KB
docs/modules/ROOT/assets/images/reference/cache/prometheus-guava-cache.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1 @@ | ||
* xref:overview.adoc[Overview] | ||
* xref:installing.adoc[Installing] | ||
* xref:concepts.adoc[Concepts] | ||
** xref:concepts/implementations.adoc[Supported Monitoring Systems] | ||
** xref:concepts/registry.adoc[Registry] | ||
** xref:concepts/meters.adoc[Meters] | ||
** xref:concepts/naming.adoc[Naming Meters] | ||
** xref:concepts/meter-filters.adoc[Meter Filters] | ||
** xref:concepts/rate-aggregation.adoc[Rate Aggregation] | ||
** xref:concepts/counters.adoc[Counters] | ||
** xref:concepts/gauges.adoc[Gauges] | ||
** xref:concepts/timers.adoc[Timers] | ||
** xref:concepts/distribution-summaries.adoc[Distribution Summaries] | ||
** xref:concepts/long-task-timers.adoc[Long Task Timers] | ||
** xref:concepts/histogram-quantiles.adoc[Histograms and Percentiles] | ||
* xref:implementations.adoc[Implementations] | ||
** xref:implementations/appOptics.adoc[AppOptics] | ||
** xref:implementations/atlas.adoc[Atlas] | ||
** xref:implementations/cloudwatch.adoc[CloudWatch] | ||
** xref:implementations/datadog.adoc[Datadog] | ||
** xref:implementations/dynatrace.adoc[Dynatrace] | ||
** xref:implementations/elastic.adoc[Elasticsearch] | ||
** xref:implementations/ganglia.adoc[Ganglia] | ||
** xref:implementations/graphite.adoc[Graphite] | ||
** xref:implementations/humio.adoc[Humio] | ||
** xref:implementations/influx.adoc[Influx] | ||
** xref:implementations/instana.adoc[Instana] | ||
** xref:implementations/jmx.adoc[JMX] | ||
** xref:implementations/kairos.adoc[KairosDB] | ||
** xref:implementations/new-relic.adoc[New Relic] | ||
** xref:implementations/otlp.adoc[OpenTelemetry Protocol (OTLP)] | ||
** xref:implementations/prometheus.adoc[Prometheus] | ||
** xref:implementations/signalFx.adoc[SignalFx] | ||
** xref:implementations/stackdriver.adoc[Stackdriver] | ||
** xref:implementations/statsD.adoc[statsD] | ||
** xref:implementations/wavefront.adoc[Wavefront] | ||
* xref:reference.adoc[Reference Instrumentations] | ||
** xref:reference/jvm.adoc[JVM] | ||
** xref:reference/cache.adoc[Cache] | ||
** xref:reference/okhttpclient.adoc[OkHttpClient] | ||
** xref:reference/jetty.adoc[Jetty and Jersey] | ||
** xref:reference/netty.adoc[Netty] | ||
* xref:guides.adoc[Guides] | ||
** xref:guides/console-reporter.adoc[Passing through to Dropwizard's console reporter] | ||
** xref:guides/http-sender-resilience4j-retry.adoc[HttpSender with Resilience4j retry] | ||
** xref:guides/custom-meter-registry.adoc[Custom meter registry] | ||
* xref:observation.adoc[Micrometer Observation] | ||
** xref:observation/installing.adoc[Installing] | ||
** xref:observation/handler.adoc[Observation Handlers] | ||
** xref:observation/instrumenting.adoc[Instrumenting] | ||
** xref:observation/testing.adoc[Testing] | ||
** xref:observation/docs-gen.adoc[Micrometer Observation Docs Generation] | ||
** xref:observation/projects.adoc[Instrumented Projects] | ||
* xref:tracing.adoc[Micrometer Tracing] | ||
** xref:tracing/glossary.adoc[Glossary] | ||
** xref:tracing/tracers.adoc[Supported Tracers] | ||
** xref:tracing/reporters.adoc[Supported Reporters] | ||
** xref:tracing/api.adoc[Micrometer Tracing API] | ||
** xref:tracing/configuring.adoc[Micrometer Observation Configuration] | ||
** xref:tracing/testing.adoc[Testing] | ||
* xref:contextpropagation.adoc[Micrometer Context Propagation] | ||
** xref:contextpropagation/installing.adoc[Installing] | ||
** xref:contextpropagation/purpose.adoc[Purpose] | ||
** xref:contextpropagation/usage.adoc[Usage Examples] | ||
* xref:support.adoc[Support] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
docs/modules/ROOT/pages/concepts/distribution-summaries.adoc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.