Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jaegertracing/jaeger-ui int…
Browse files Browse the repository at this point in the history
…o request-rate-two-decimal-places
  • Loading branch information
nofar9792 committed Feb 22, 2022
2 parents d0da3a5 + 676a90b commit de492e8
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 46 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Fixes

## v1.20.1 (2022-02-04)

### Fixes

- Widen date input to avoid clipping, fixes #864 ([@bobrik](https://github.com/bobrik) in [#867](https://github.com/jaegertracing/jaeger-ui/pull/867))

## v1.20.0 (Jan 11, 2022)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.20.0",
"version": "1.20.1",
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,7 @@ exports[`<ServiceGraph> Base graph should be displayed 1`] = `
values={Array []}
>
<div
style={
Object {
"width": 140,
}
}
className="crosshair-value"
/>
</Crosshair>
</XYPlot>
Expand Down Expand Up @@ -273,11 +269,7 @@ exports[`<ServiceGraph> Base graph with custom color should be displayed 1`] = `
values={Array []}
>
<div
style={
Object {
"width": 140,
}
}
className="crosshair-value"
/>
</Crosshair>
</XYPlot>
Expand Down Expand Up @@ -391,11 +383,7 @@ exports[`<ServiceGraph> Base graph with horizontal lines should be displayed 1`]
values={Array []}
>
<div
style={
Object {
"width": 140,
}
}
className="crosshair-value"
/>
</Crosshair>
</XYPlot>
Expand Down Expand Up @@ -505,11 +493,7 @@ exports[`<ServiceGraph> Base graph with legends should be displayed 1`] = `
values={Array []}
>
<div
style={
Object {
"width": 140,
}
}
className="crosshair-value"
/>
</Crosshair>
<DiscreteColorLegendItem
Expand Down Expand Up @@ -640,11 +624,7 @@ exports[`<ServiceGraph> Crosshair map test 1`] = `
values={Array []}
>
<div
style={
Object {
"width": 140,
}
}
className="crosshair-value"
/>
</Crosshair>
</XYPlot>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class MonitorATMServicesViewImpl extends React.PureComponent<TProps, Stat
endTs: this.endTime,
lookback: selectedTimeFrame,
step: 60 * 1000,
ratePer: 60 * 60 * 1000,
ratePer: 10 * 60 * 1000,
};

fetchAllServiceMetrics(currentService, metricQueryPayload);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ limitations under the License.
text-align: center;
display: table-cell;
}

.crosshair-value {
width: 140;
color: #6b6b76;
}
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class ServiceGraphImpl extends React.PureComponent<TProps> {
<YAxis />
{this.renderLines()}
<Crosshair values={this.state.crosshairValues}>
<div style={{ width: 140 }}>
<div className="crosshair-value">
{this.state.crosshairValues[0] &&
`${new Date(this.state.crosshairValues[0].x).toLocaleDateString()} ${new Date(
this.state.crosshairValues[0].x
Expand Down
43 changes: 25 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2185,10 +2185,11 @@ ajv-keywords@^3.0.0, ajv-keywords@^3.1.0:
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.0.tgz#4b831e7b531415a7cc518cd404e73f6193c6349d"

ajv@^6.0.1, ajv@^6.1.0, ajv@^6.5.3, ajv@^6.5.5, ajv@^6.9.1:
version "6.10.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^2.0.1"
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
Expand Down Expand Up @@ -5460,9 +5461,10 @@ extsprintf@^1.2.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"

fast-deep-equal@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
fast-deep-equal@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==

fast-glob@^2.0.2:
version "2.2.6"
Expand All @@ -5476,8 +5478,9 @@ fast-glob@^2.0.2:
micromatch "^3.1.10"

fast-json-stable-stringify@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
version "2.1.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==

fast-levenshtein@~2.0.4:
version "2.0.6"
Expand Down Expand Up @@ -5692,9 +5695,9 @@ flush-write-stream@^1.0.0:
readable-stream "^2.3.6"

follow-redirects@^1.0.0:
version "1.14.7"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
version "1.14.8"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==

for-in@^0.1.3:
version "0.1.8"
Expand Down Expand Up @@ -7709,6 +7712,7 @@ json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-bet
json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==

json-schema@0.2.3:
version "0.2.3"
Expand Down Expand Up @@ -10345,6 +10349,7 @@ punycode@1.3.2:
punycode@2.x.x, punycode@^2.1.0, punycode@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

punycode@^1.2.4, punycode@^1.4.1:
version "1.4.1"
Expand Down Expand Up @@ -12818,8 +12823,9 @@ trim-newlines@^2.0.0:
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"

trim-off-newlines@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
version "1.0.3"
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz#8df24847fcb821b0ab27d58ab6efec9f2fe961a1"
integrity sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==

trim-right@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -13024,8 +13030,9 @@ upper-case@^1.1.1:
resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"

uri-js@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
dependencies:
punycode "^2.1.0"

Expand All @@ -13050,9 +13057,9 @@ url-loader@1.1.2:
schema-utils "^1.0.0"

url-parse@^1.1.8, url-parse@^1.4.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
version "1.5.7"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.7.tgz#00780f60dbdae90181f51ed85fb24109422c932a"
integrity sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"
Expand Down

0 comments on commit de492e8

Please sign in to comment.