Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Update screenshots to display missing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
PikkaPikkachu committed Feb 6, 2019
1 parent 361cc69 commit fc938e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/quickstart/python/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ latency_view = view_module.View("demo_latency", "The distribution of the latenci
aggregation_module.DistributionAggregation([0, 25, 50, 75, 100, 200, 400, 600, 800, 1000, 2000, 4000, 6000]))

line_count_view = view_module.View("demo_lines_in", "The number of lines from standard input",
[],
[key_method, key_status, key_error],
m_line_lengths,
aggregation_module.CountAggregation())

line_length_view = view_module.View("demo_line_lengths", "Groups the lengths of keys in buckets",
[],
[key_method, key_status, key_error],
m_line_lengths,
# Lengths: [>=0B, >=5B, >=10B, >=15B, >=20B, >=40B, >=60B, >=80, >=100B, >=200B, >=400, >=600, >=800, >=1000]
aggregation_module.DistributionAggregation([0, 5, 10, 15, 20, 40, 60, 80, 100, 200, 400, 600, 800, 1000]))
Expand Down Expand Up @@ -443,12 +443,12 @@ latency_view = view_module.View("demo_latency", "The distribution of the latenci
aggregation_module.DistributionAggregation([0, 25, 50, 75, 100, 200, 400, 600, 800, 1000, 2000, 4000, 6000]))

line_count_view = view_module.View("demo_lines_in", "The number of lines from standard input",
[],
[key_method, key_status, key_error],
m_line_lengths,
aggregation_module.CountAggregation())

line_length_view = view_module.View("demo_line_lengths", "Groups the lengths of keys in buckets",
[],
[key_method, key_status, key_error],
m_line_lengths,
# Lengths: [>=0B, >=5B, >=10B, >=15B, >=20B, >=40B, >=60B, >=80, >=100B, >=200B, >=400, >=600, >=800, >=1000]
aggregation_module.DistributionAggregation([0, 5, 10, 15, 20, 40, 60, 80, 100, 200, 400, 600, 800, 1000]))
Expand Down Expand Up @@ -555,4 +555,4 @@ Resource|URL
---|---
Prometheus project|https://prometheus.io/
Setting up Prometheus|[Prometheus Codelab](/codelabs/prometheus)
Python exporters|[Python exporters](/guides/exporters/supported-exporters/python)
Python exporters|[Python exporters](/guides/exporters/supported-exporters/python)
Binary file modified static/images/metrics-python-prometheus-latency-distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/metrics-python-prometheus-lines_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc938e2

Please sign in to comment.