Skip to content

Support observations in Spring Boot starter #147

Closed
@onobc

Description

@onobc
Collaborator

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

  • Test drive the above docs manually w/ Wavefront (or other platform). Ping @marcingrzejszczak when we do as he requested some screenshots in Add Observations for send/receive #146 (comment).

Activity

added this to the 0.1.0-M2 milestone on Sep 27, 2022
self-assigned this
on Sep 27, 2022
added a commit that references this issue on Oct 5, 2022
af2826b
added 2 commits that reference this issue on Oct 5, 2022
de3dab0
7e7ac48
added a commit that references this issue on Oct 7, 2022
added a commit that references this issue on Oct 12, 2022
added a commit that references this issue on Oct 12, 2022
modified the milestones: 0.1.0-M2, 0.1.0 on Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @onobc

    Issue actions

      Support observations in Spring Boot starter · Issue #147 · spring-projects/spring-pulsar