Skip to content

Support observations in Spring Boot starter #147

@onobc

Description

@onobc

Once observations are in the core for send/receive let's make it easier for end users to consume.

Easily disable/enable

  • Add property to en/disable observations for send, receive, globally

Easier customization

  • Make it easier for users to add custom tags. As it stands they would need to code up a convention and set it on the observed target. Let's at least create a convention customizer that can be auto-configured. NOTE: SB auto-configures observation registry and other components. Can we leverage this in any way?

Docs

  • Make sure there is an easy to follow section in docs telling how end user can use this.
  • Make sure there is an easy to follow section in docs telling how end user can access the built-in Pulsar consumer/producer stats.

Random cleanup

  • Revisit the observation if/else blockage in the send/receive methods to clean it up possibly

Verify

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions