Skip to content

Commit

Permalink
Merge branch '7.6.x' into 7.7.x by kcorman0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Oct 2, 2024
2 parents 1323f94 + a312c5e commit 315ea8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public Config getTopLevelConfig() {
+ "Error code 50001 indicates a failure in the backend data store.",
content = @Content(schema = @Schema(implementation = ErrorMessage.class)))})
@Tags(@Tag(name = apiTag))
@PerformanceMetric("config.delete-global")
public void deleteTopLevelConfig(
final @Suspended AsyncResponse asyncResponse,
@Context HttpHeaders headers) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public ServerClusterId getClusterId() {
description = "Error code 50001 -- Error in the backend data store\n")
})
@Tags(@Tag(name = apiTag))
@PerformanceMetric("metadata.version")
public SchemaRegistryServerVersion getSchemaRegistryVersion() {
return new SchemaRegistryServerVersion(AppInfoParser.getVersion(), AppInfoParser.getCommitId());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public String getSchemaOnly(
@GET
@Path("/{version}/referencedby")
@DocumentedName("getReferencedBy")
@PerformanceMetric("subjects.versions.list-schema-refs")
@Operation(summary = "List schemas referencing a schema",
description = "Retrieves the IDs of schemas that reference the specified schema.",
responses = {
Expand Down

0 comments on commit 315ea8d

Please sign in to comment.