Skip to content

Commit

Permalink
Add SDK data classes for experimental profiling signal type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalliday committed Apr 10, 2024
1 parent a7af9cb commit 3044610
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public interface LabelData {

/**
* Index into string table
* Index into string table.
*/
long getKeyIndex();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package io.opentelemetry.sdk.profiles.data;

import javax.annotation.concurrent.Immutable;
import java.util.List;
import javax.annotation.concurrent.Immutable;

/**
* Describes a function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package io.opentelemetry.sdk.profiles.data;

import javax.annotation.concurrent.Immutable;
import java.util.List;
import javax.annotation.concurrent.Immutable;

/**
* Describes the mapping of a binary in memory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
package io.opentelemetry.sdk.profiles.data;

import io.opentelemetry.api.common.Attributes;
import javax.annotation.concurrent.Immutable;
import java.util.List;
import javax.annotation.concurrent.Immutable;

/**
* Represents a complete profile, including sample types, samples,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package io.opentelemetry.sdk.profiles.data;

import javax.annotation.concurrent.Immutable;
import java.util.List;
import javax.annotation.concurrent.Immutable;

/**
* Each Sample records values encountered in some program context.
Expand Down

0 comments on commit 3044610

Please sign in to comment.