mirror of
https://github.com/SigNoz/signoz.git
synced 2026-07-03 05:10:34 +01:00
Some checks failed
build-staging / staging (push) Has been cancelled
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* chore(metrics): review follow ups for volume control * chore: the reduced metrics show up in summary page * chore: 1h; 6h window changes * chore: address some gaps * chore: asset warning gap * chore: address lint * chore: regenerate api
31 lines
383 B
SCSS
31 lines
383 B
SCSS
.tab {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
padding: 16px 0;
|
|
}
|
|
|
|
.metricNameCell {
|
|
font-family: 'Geist Mono', monospace;
|
|
}
|
|
|
|
.attributesCell {
|
|
font-family: 'Geist Mono', monospace;
|
|
}
|
|
|
|
.volumeCell {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 2px;
|
|
}
|
|
|
|
.empty {
|
|
padding: 32px 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.unavailable {
|
|
padding: 48px 16px;
|
|
text-align: center;
|
|
}
|