Skip to content

Conversation

@heyams
Copy link
Contributor

@heyams heyams commented Aug 19, 2021

  • add two disabled configs for Statsbeat
  • send network count per host
  • send endpoint + host as part of the network statsbeat payload
  • send attach on start and change interval to 24 hours
  • send azure metadata service on start and change interval to 24 hours
  • send instrumentation as a FeatureStatsbeat
  • track Statsbeat disabled via the feature list of FeatureStatsbeat

attaching latest SNAPSHOT for testing: applicationinsights-agent-3.2.0-BETA.3-SNAPSHOT.jar.zip

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines +127 to +135

url = "www.fake-host.com/";
assertThat(NetworkStatsbeat.getHost(url)).isEqualTo("www.fake-host.com");

url = "http://fake-host.com";
assertThat(NetworkStatsbeat.getHost(url)).isEqualTo("fake-host.com");

url = "http://fake-host.com/";
assertThat(NetworkStatsbeat.getHost(url)).isEqualTo("fake-host.com");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@trask trask merged commit 18d5a0d into main Sep 1, 2021
@trask trask deleted the heya/update-statsbeat branch September 1, 2021 02:49
@kryalama kryalama added this to the 3.2.0-BETA.3 milestone Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants