Skip to content

Commit

Permalink
Merge branch 'main' into fix/allow-knora-admin-prefixed-builtin-group…
Browse files Browse the repository at this point in the history
…-iri
  • Loading branch information
irmastnt authored Jul 1, 2024
2 parents 1630381 + a53fe34 commit b79d9fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ case class TriplestoreServiceLive(
Metric.timer(
"fuseki_request_duration",
ChronoUnit.MILLIS,
// 7 buckets for upper bounds 10ms, 100ms, 1s, 10s, 1.6m, 16.6m, inf
Chunk.iterate(10.0, 6)(_ * 10),
// 7 buckets for upper bounds: 2 ms, 4 ms, 8 ms, 16 ms, 32 ms, 64 ms, inf
Chunk.iterate(2.0, 6)(_ * 2),
)

private def processError(sparql: String, response: String): IO[TriplestoreException, Nothing] =
Expand Down

0 comments on commit b79d9fe

Please sign in to comment.