Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
aggregationType - Variable in enum class io.pyroscope.javaagent.EventType
Aggregation type option, as expected by Pyroscope's HTTP API.
AggregationType - Enum Class in io.pyroscope.http
 
alignProfilingIntervalStartTime(Instant, Duration) - Static method in class io.pyroscope.javaagent.ProfilingScheduler
Aligns profilingIntervalStartTime to the closest aligned upload time either forward or backward For example if upload interval is 10s and profilingIntervalStartTime is 00:00.01 it will return 00:00 and if profilingIntervalStartTime is 00:09.239 it will return 00:10 ...
ALLOC - Enum constant in enum class io.pyroscope.javaagent.EventType
 
applicationName - Variable in class io.pyroscope.javaagent.config.Config
 
args - Variable in class io.pyroscope.labels.LabelsSet
 
authToken - Variable in class io.pyroscope.javaagent.config.Config
 
AVERAGE - Enum constant in enum class io.pyroscope.http.AggregationType
 

B

build() - Static method in class io.pyroscope.javaagent.config.Config
 
build() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
build() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
buildPartial() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
buildPartial() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
BYTES - Enum constant in enum class io.pyroscope.http.Units
 

C

clear() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
clear() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
clearContexts() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
clearLabels() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
clearStrings() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
clone() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
clone() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
COLLAPSED - Enum constant in enum class io.pyroscope.http.Format
 
Config - Class in io.pyroscope.javaagent.config
 
containsContexts(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
containsContexts(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
containsContexts(long) - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
containsLabels(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
containsLabels(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
map<int64, int64> labels = 1;
containsLabels(long) - Method in interface io.pyroscope.labels.pb.JfrLabels.ContextOrBuilder
map<int64, int64> labels = 1;
containsStrings(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
containsStrings(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, string> strings = 2;
containsStrings(long) - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, string> strings = 2;
CONTEXTS_FIELD_NUMBER - Static variable in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
CPU - Enum constant in enum class io.pyroscope.javaagent.EventType
 

D

dump() - Static method in class io.pyroscope.labels.Pyroscope.LabelsWrapper
 

E

equals(Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
equals(Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
EventType - Enum Class in io.pyroscope.javaagent
 

F

format - Variable in class io.pyroscope.javaagent.config.Config
 
Format - Enum Class in io.pyroscope.http
 
fromId(String) - Static method in enum class io.pyroscope.javaagent.EventType
 

G

getContexts() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
Deprecated.
getContexts() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
Deprecated.
getContexts() - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
Deprecated.
getContextsCount() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
getContextsCount() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getContextsCount() - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsMap() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsMap() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsMap() - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsOrDefault(long, JfrLabels.Context) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsOrDefault(long, JfrLabels.Context) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsOrDefault(long, JfrLabels.Context) - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsOrThrow(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsOrThrow(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getContextsOrThrow(long) - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
getDefaultInstance() - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getDefaultInstance() - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getDefaultInstanceForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
getDefaultInstanceForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getDefaultInstanceForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
getDefaultInstanceForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getDescriptor() - Static method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
getDescriptor() - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getDescriptor() - Static method in class io.pyroscope.labels.pb.JfrLabels
 
getDescriptor() - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
getDescriptor() - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getDescriptorForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
getDescriptorForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
getLabels() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
Deprecated.
getLabels() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
Deprecated.
getLabels() - Method in interface io.pyroscope.labels.pb.JfrLabels.ContextOrBuilder
Deprecated.
getLabelsCount() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
getLabelsCount() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getLabelsCount() - Method in interface io.pyroscope.labels.pb.JfrLabels.ContextOrBuilder
map<int64, int64> labels = 1;
getLabelsMap() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
getLabelsMap() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
map<int64, int64> labels = 1;
getLabelsMap() - Method in interface io.pyroscope.labels.pb.JfrLabels.ContextOrBuilder
map<int64, int64> labels = 1;
getLabelsOrDefault(long, long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
getLabelsOrDefault(long, long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
map<int64, int64> labels = 1;
getLabelsOrDefault(long, long) - Method in interface io.pyroscope.labels.pb.JfrLabels.ContextOrBuilder
map<int64, int64> labels = 1;
getLabelsOrThrow(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
getLabelsOrThrow(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
map<int64, int64> labels = 1;
getLabelsOrThrow(long) - Method in interface io.pyroscope.labels.pb.JfrLabels.ContextOrBuilder
map<int64, int64> labels = 1;
getMutableContexts() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
Deprecated.
getMutableLabels() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
Deprecated.
getMutableStrings() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
Deprecated.
getParserForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getParserForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getSerializedSize() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getSerializedSize() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getStaticLabels() - Static method in class io.pyroscope.labels.Pyroscope
 
getStrings() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
Deprecated.
getStrings() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
Deprecated.
getStrings() - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
Deprecated.
getStringsCount() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
getStringsCount() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
getStringsCount() - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, string> strings = 2;
getStringsMap() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
getStringsMap() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, string> strings = 2;
getStringsMap() - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, string> strings = 2;
getStringsOrDefault(long, String) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
getStringsOrDefault(long, String) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, string> strings = 2;
getStringsOrDefault(long, String) - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, string> strings = 2;
getStringsOrThrow(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
getStringsOrThrow(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
map<int64, string> strings = 2;
getStringsOrThrow(long) - Method in interface io.pyroscope.labels.pb.JfrLabels.SnapshotOrBuilder
map<int64, string> strings = 2;
getUnknownFields() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
getUnknownFields() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 

H

hashCode() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
hashCode() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 

I

id - Variable in enum class io.pyroscope.http.AggregationType
Pyroscope aggregation type id, as expected by Pyroscope's HTTP API.
id - Variable in enum class io.pyroscope.http.Format
Profile data format, as expected by Pyroscope's HTTP API.
id - Variable in enum class io.pyroscope.http.Units
Pyroscope units id, as expected by Pyroscope's HTTP API.
id - Variable in enum class io.pyroscope.javaagent.EventType
Event type id, as defined in one.profiler.Events.
internalGetFieldAccessorTable() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
internalGetFieldAccessorTable() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
internalGetFieldAccessorTable() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
internalGetFieldAccessorTable() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
internalGetMapField(int) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
internalGetMapField(int) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
internalGetMapField(int) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
internalGetMapField(int) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
internalGetMutableMapField(int) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
internalGetMutableMapField(int) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
io.pyroscope.http - package io.pyroscope.http
 
io.pyroscope.javaagent - package io.pyroscope.javaagent
 
io.pyroscope.javaagent.config - package io.pyroscope.javaagent.config
 
io.pyroscope.labels - package io.pyroscope.labels
 
io.pyroscope.labels.pb - package io.pyroscope.labels.pb
 
isInitialized() - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
isInitialized() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
isInitialized() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
isInitialized() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
ITIMER - Enum constant in enum class io.pyroscope.javaagent.EventType
 

J

JFR - Enum constant in enum class io.pyroscope.http.Format
 
JfrLabels - Class in io.pyroscope.labels.pb
 
JfrLabels.Context - Class in io.pyroscope.labels.pb
Protobuf type io.pyroscope.labels.pb.Context
JfrLabels.Context.Builder - Class in io.pyroscope.labels.pb
Protobuf type io.pyroscope.labels.pb.Context
JfrLabels.ContextOrBuilder - Interface in io.pyroscope.labels.pb
 
JfrLabels.Snapshot - Class in io.pyroscope.labels.pb
Protobuf type io.pyroscope.labels.pb.Snapshot
JfrLabels.Snapshot.Builder - Class in io.pyroscope.labels.pb
Protobuf type io.pyroscope.labels.pb.Snapshot
JfrLabels.SnapshotOrBuilder - Interface in io.pyroscope.labels.pb
 

L

LABELS_FIELD_NUMBER - Static variable in class io.pyroscope.labels.pb.JfrLabels.Context
 
LabelsSet - Class in io.pyroscope.labels
 
LabelsSet(Object...) - Constructor for class io.pyroscope.labels.LabelsSet
 
LabelsWrapper() - Constructor for class io.pyroscope.labels.Pyroscope.LabelsWrapper
 
LOCK - Enum constant in enum class io.pyroscope.javaagent.EventType
 
LOGGER - Static variable in class io.pyroscope.javaagent.PreConfigLogger
 
logLevel - Variable in class io.pyroscope.javaagent.config.Config
 

M

mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
mergeFrom(Message) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
mergeFrom(Message) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
mergeFrom(JfrLabels.Context) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
mergeFrom(JfrLabels.Snapshot) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 

N

newBuilder() - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
newBuilder() - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
newBuilder(JfrLabels.Context) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
newBuilder(JfrLabels.Snapshot) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
newBuilderForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
newBuilderForType() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 

O

OBJECTS - Enum constant in enum class io.pyroscope.http.Units
 

P

parseDelimitedFrom(InputStream) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseDelimitedFrom(InputStream) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(byte[]) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(byte[]) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(ByteString) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(ByteString) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(CodedInputStream) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(CodedInputStream) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(InputStream) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(InputStream) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(ByteBuffer) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(ByteBuffer) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
parser() - Static method in class io.pyroscope.labels.pb.JfrLabels.Context
 
parser() - Static method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
PreConfigLogger - Class in io.pyroscope.javaagent
The logger to use before the normal logger settings (like the log level) are read from the configuration and the normal logger is configured.
PreConfigLogger() - Constructor for class io.pyroscope.javaagent.PreConfigLogger
 
premain(String, Instrumentation) - Static method in class io.pyroscope.javaagent.PyroscopeAgent
 
profilingAlloc - Variable in class io.pyroscope.javaagent.config.Config
 
profilingEvent - Variable in class io.pyroscope.javaagent.config.Config
 
profilingInterval - Variable in class io.pyroscope.javaagent.config.Config
 
profilingIntervalInHertz() - Method in class io.pyroscope.javaagent.config.Config
 
profilingLock - Variable in class io.pyroscope.javaagent.config.Config
 
ProfilingScheduler - Class in io.pyroscope.javaagent
 
ProfilingScheduler(Config, Profiler, OverfillQueue<Snapshot>) - Constructor for class io.pyroscope.javaagent.ProfilingScheduler
 
pushQueueCapacity - Variable in class io.pyroscope.javaagent.config.Config
 
putAllContexts(Map<Long, JfrLabels.Context>) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
putAllLabels(Map<Long, Long>) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
putAllStrings(Map<Long, String>) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
putContexts(long, JfrLabels.Context) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
putLabels(long, long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
putStrings(long, String) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
Pyroscope - Class in io.pyroscope.labels
 
Pyroscope() - Constructor for class io.pyroscope.labels.Pyroscope
 
Pyroscope.LabelsWrapper - Class in io.pyroscope.labels
 
PyroscopeAgent - Class in io.pyroscope.javaagent
 
PyroscopeAgent() - Constructor for class io.pyroscope.javaagent.PyroscopeAgent
 

R

registerAllExtensions(ExtensionRegistry) - Static method in class io.pyroscope.labels.pb.JfrLabels
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.pyroscope.labels.pb.JfrLabels
 
removeContexts(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
removeLabels(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
map<int64, int64> labels = 1;
removeStrings(long) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
map<int64, string> strings = 2;
run(LabelsSet, Runnable) - Static method in class io.pyroscope.labels.Pyroscope.LabelsWrapper
 
run(LabelsSet, Callable<T>) - Static method in class io.pyroscope.labels.Pyroscope.LabelsWrapper
 

S

SAMPLES - Enum constant in enum class io.pyroscope.http.Units
 
serverAddress - Variable in class io.pyroscope.javaagent.config.Config
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
setStaticLabels(Map<String, String>) - Static method in class io.pyroscope.labels.Pyroscope
 
setUnknownFields(UnknownFieldSet) - Method in class io.pyroscope.labels.pb.JfrLabels.Context.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot.Builder
 
spyName - Variable in class io.pyroscope.javaagent.config.Config
 
startFirst() - Method in class io.pyroscope.javaagent.ProfilingScheduler
Starts the first profiling interval.
STRINGS_FIELD_NUMBER - Static variable in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
SUM - Enum constant in enum class io.pyroscope.http.AggregationType
 

T

timeseriesName - Variable in class io.pyroscope.javaagent.config.Config
 
toBuilder() - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
toBuilder() - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
toString() - Method in class io.pyroscope.javaagent.config.Config
 

U

units - Variable in enum class io.pyroscope.javaagent.EventType
Unit option, as expected by Pyroscope's HTTP API.
Units - Enum Class in io.pyroscope.http
 
uploadInterval - Variable in class io.pyroscope.javaagent.config.Config
 

V

valueOf(String) - Static method in enum class io.pyroscope.http.AggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.pyroscope.http.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.pyroscope.http.Units
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.pyroscope.javaagent.EventType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.pyroscope.http.AggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.pyroscope.http.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.pyroscope.http.Units
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.pyroscope.javaagent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WALL - Enum constant in enum class io.pyroscope.javaagent.EventType
 
writeTo(CodedOutputStream) - Method in class io.pyroscope.labels.pb.JfrLabels.Context
 
writeTo(CodedOutputStream) - Method in class io.pyroscope.labels.pb.JfrLabels.Snapshot
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form